From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then sudo gedit /etc/fstab to include the following line for each share I want to auto-mount;
//servername/sharename /media/windowsshare cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
Now, however, I upgraded to 12.10, and suddenly I'm not able to mount the sha
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 followed the steps in the following wiki to map my network drive:
https://wiki.ubuntu.com/MountWindowsSharesPermanently
When finished, I tested the fstab entry by issuing: "sudo mount -a".
Hi all,
so here is the scenario:
I have a windows 2000 folder that is already shared in my network. I can successfully mount this particular folder (named 'v') in my SuSE 9.1. However, when I try to mount a subfolder ('test'), I receive the following error message: "mount error 6 = No such device or address"
Here is the command I am using:
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 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 #!
I'm trying to mount widows share on my laptop and everything mounts ok but somehow I get permisssion denied when I try to create new file inside mounted folder. I tried noperm, uid, gid, noacl etc. and nothing seems to work. Everyone who use windows mounts share with same credentials have full r/w access.
OK so I've got two samba shares that I'm trying to get mounted. Both are being shared from the same Windows 7 machine. One mounts with out problems, the other one complains about permission denied.