Questions tagged [shared-folders]
The shared-folders tag has no summary.
174 questions
0
votes
1
answer
71
views
smbclient store password for a specific host
I have a network folder in my LAN, I have installed smbclient to access it with the command
smbclient //xxx.xxx.xxx.xxx/share_folder --user=share/user%password
I can access it. But how can I store ...
3
votes
2
answers
847
views
Systemd service to start only after CIFS mount
I have a little home server (an old PC really) running a few services
under Proxmox hypervisor, one of which is the qBittorrent server.
It is installed in a separate LXC container, on an Ubuntu 24.04 ...
0
votes
1
answer
1k
views
How to share user permission across different servers and NFS folders?
I have a 3 different servers running Ubuntu 20. One of them is configured as the NFS host, and the other two as clients. The clients can mount the NFS shared folders and can write content on it sudo ...
0
votes
1
answer
346
views
How to share folders between Debian (host) Win11 (guest)
I have the reverse of this situation -
How to share folders between win11(host) and Debian(guest)
Debian Buster, Windows 11, Virtualbox 7
Without the Windows 11 VM booted up, I clicked
Settings > ...
0
votes
1
answer
49
views
How to share project directories into home directory of members
I've a requirement that when a user logs in, they should see the shared directories of the projects they are a part of, in the user home. They should not see any other project directory. Users should ...
2
votes
1
answer
449
views
MAC OS: Cannot access folders whose names contain accented chars made of a combination of char+accent
I'm trying to access from a MAC (Using Finder, or the commands 'find' or 'ls') some folders whose names contain accented chars. Some of those folders are fully visible on the MAC, some not.
Here is ...
2
votes
1
answer
117
views
On-the-fly SMB shares conf to quickly share files
I want to use samba to quickly and easily share files on occasions.
I set up a smbuser to which I forbid login with
chsh -s /bin/false smbuser
I give the smbuser's password to people and I have my ...
1
vote
1
answer
2k
views
How to enable file sharing between Windows XP guest and Arch Linux host using QEMU/KVM with VirtManager?
I'm trying to set up a shared folder (or Samba server, but I'd prefer a shared folder) to allow file sharing between my Windows XP guest and my host operating system. I've installed the virtio ...
0
votes
1
answer
334
views
Samba AD DC - Directory entry for a shared folder
Suppose that you have:
a Linux machine (A) running a Samba AD DC,
a Windows machine (B), with a shared folder \\B\shared_folder.
I would like to know if there is an entry in the directory for this ...
3
votes
5
answers
8k
views
Share a local folder on LAN without Sambashare?
Sharing a folder on Windows is a trivial matter. Sharing a folder on linux appears to be done only using Sambashare. At least, every guide I've found is using this approach. It's quite terrible, ...
3
votes
0
answers
3k
views
How to use symbolic links on shared NFS drives?
I have two machines on the same network, and both of them have mounted the same external NFS file system (an efs from AWS), at the mount point /mnt/efs/fs1.
I want to do a symbolic link from both ...
2
votes
1
answer
730
views
Issue mounting a network drive using fstab
I'm having a bit of a mare at the moment:
I recently rebooted my host server, any my Ubuntu server 20.04 server was unable to mount a network drive again. I had a small issue where the systemd-...
0
votes
0
answers
1k
views
SAMBA Share (with no user) windows 7 ask user/password
I have a samba folder share without user/auth (access via guest):
This is config (OpenWrt):
[global]
#netbios name = |NAME|
netbios name = HDDSoft
interfaces = |INTERFACES|
server ...
0
votes
1
answer
566
views
Linux Share Permission Error 13 When Mounting Share Remotely
Running a pc with Linux Mint 20.1 and Fedora 34, a share from the Linux Mint machine could be accessed on the Fedora machine. After updating Fedora to 35, share ceased being accessible from the Fedora ...
6
votes
3
answers
70k
views
Mount NFS - "operation not permitted" in Proxmox container
I'm trying to mount a simple NFS share, but it keeps saying "operation not permitted".
The NFS server has the following share.
/mnt/share_dir 192.168.7.101(ro,fsid=0,all_squash,async,...