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 get a permission denied error when attempting to mount a shared file from a server.
It was setup with guest access ticked so am not sure what is wrong.
When the password prompt appears I just press return for blank:
Code:
usb@usb:~$ sudo mount -t smbfs //192.168.0.9/Videos /mnt/Videos -o username=guest
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.
I'm trying to mount a Windows 7 in 12.10, but it doesn't seem to have cifs working. I've installed smbfs, winbind, and cifs-utils. If i run:
sudo mount -t cifs //servername/shareName /mnt/point
I get this:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g.
I just updated my F17 box for the first time in about two months. I have changed nothing except for the updates but now when I try to mount my NAS I get the following error. Suggestions?
[root@xchronos ~]# mount -a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g.
I have a shared directory on another machine but I can't get it to mount as a samba share.
The permission denied doesn't say where/which permission is denied. Is it on the remote on on the local machine?
Under fedora 18, I made a "yum update" and samba 4.0.2 was updated with samba 4.0.3.
When i try to use a samba share , I receive this message
Code:
mount -t cifs //asus/scan /mnt/asus/scan/ -o username=vdm
Password for vdm@//asus/scan: ********
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g.
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.
Hey Guys,After upgrade my system I can't get to connect my NAS. Using the same command that I've ever used, the system reply... # mount -t cifs //192.168.1.4/snake /mnt/snake/
Password for user@//192.168.1.4/snake:
mount error(38): Function not implemented
Refer to the mount.cifs(8) manual page (e.g.
hi,
I have the following permission problems with cifs.mount : a share on a VNXe (EMC NAS) is accessed by two RHEL 5.9 accounts (authenticated by Active Directory); One account has read+wite permission to the share , the second one has only read permission.