I can mount the drive in the following way, no problem there:
mount -t cifs //nas/home /mnt/nas -o username=username,password=pass\!word,uid=1000,gid=100,rw,suid
However if I try to mount it via fstab I get the following error:
//nas/home /mnt/nas cifs iocharset=utf8,credentials=/home/username/.smbcredentials,uid=1000,gid=100 0 0 auto
.smbcredentials file looks like this:
username=
I have a NTFS NAS mounted on my Ubuntu PC (11.10) to /mnt/nas2/
I wish to set this up as an network drive so my Windows PC can access it.
I have access to a cifs network drive. When I mount it under my OSX machine, I can read and write from and to it.
Hopefully this'll be an easy one (but I wasn't able to find any other posts with the exact same problem).
I'm connecting to a large hard drive at work. I can mount perfectly fine.
I've got a private share set up on my home server (running Ubuntu Server 12.04.2 64-bit), such that I can mount it with a username/password. I've got it auto-mounting in /etc/fstab with the following line:
Code:
//192.168.1.120/jaywalker_pshare /media/server cifs username=jaywalker,password=xxx,domain=WORKGROUP 0 0
This worked immediately after I set it up.
I've got a NAS that is setup with CIFS and open guest access. I mounted it in fstab with the following fstab line:
//192.168.0.101/Stor1 /media/freenasbox cifs guest,rw,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
which appears to work great.
Anyone good with Fstab, i cant get the share to mount writable,
can write to it when i access through "Connect to server" in Nautilus but i cant write to it when i fstab mount it.
my fstab entry looks like
//192.168.1.**/public /media/pi cifs username=root,password=*******,iocharset=utf8,gid= 1000,uid=1000,nounix,noserverino,file_mode=0777,di r_mode=0777 0 0
any ideas
I just re installed the latest stable #! and have run into an issue with my fstab. I have a 2nd #!
I just re installed the latest stable #! and have run into an issue with my fstab. I have a 2nd #!