The smbfs tag has no wiki summary.
0
votes
2answers
328 views
rsync permission errors on smbfs share
I have a nas set up an am trying to rsync files to it. It works fine for file I own
$ id dogmatic69
uid=1000(dogmatic69) gid=1000(dogmatic69) ...
1
vote
2answers
2k views
How to configure Samba to allow root user for full control to the particular share?
$(subj), it appears to be what root user is denied by default for all of the shares.
I'm trying to reproduce Windows administrative share.
0
votes
2answers
2k views
Unable to mount windows share in ubuntu
I am trying to mount windows machine directory in my ubuntu 10.04.3 server. When I try to see the shared directory in the windows server its showing properly using the below command. The windows ...
0
votes
1answer
837 views
Samba mount isn't following a symlink
I am running two servers and wish to mount a directory on one from the other. For various reasons, I wish to use Samba (smbfs) rather than NFS.
ServerA mounts ServerB with this in the fstab:
...
1
vote
1answer
2k views
mount error 5 = Input/output error
I am running out of ideas. After a long period of testing this morning, I cannot seem to get this to work, and I have no idea why. I want to mount a Windows SMB/CIFS share with a Debian 5.0.4 VM, ...
1
vote
2answers
536 views
mounted a symlink on a mountpoint
I have a samba share called A on a machined named aaron. Inside that share is a smylink called Audio-CD_WAVs which points to a machine local directory. When this share is accessed by a windows ...
1
vote
4answers
2k views
Mounting a share with spaces in FreeBSD fstab
I'm trying to mount a smb network share in fstab on FreeBSD, which works fine for a share without spaces, but fails if a space is in the name. I have replaced the space with \040 which is what ...
0
votes
2answers
2k views
Mount a samba share as root using smbfs in fstab
I'm trying to mount a samba share using smbfs as root (on ubuntu-server), but every time I mount it it's mounted as root:dialout
Here is the fstab entry (line breaks added for presentation)
...
1
vote
1answer
856 views
How to use noatime with smbfs
I am using the mount command on a Linux server to access a Windows server using smbfs. Can I use noatime to prevent read operations (such as cp on Linux) from changing the last-accessed time on files ...