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'm trying to automount some drives with smb with fstab entries as such.
# auto mount hda shares
//hda/DeannasDocs /home/deanna/DeannasServerDocs cifs user=deanna,pasword=** 0 0
//hda/Music /home/deanna/ServerMusic cifs user=deanna,pasword=** 0 0
//hda/Pictures /home/deanna/ServerPhotos cifs user=deanna,pasword=** 0 0
if I click on one of these drives I get an error "only r
I currently use a script which contains commands along the lines of
sudo /sbin/mount.cifs $SERVER_SHARE $MOUNT -o username=$DOMAIN_$USER,uid=$USER,gid=$USER,file_mode=0664,dir_mode=0775
to mount my cifs shared directories.
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 need to allow 2 users to mount/unmount as follows
Code:
mount -t cifs //192.168.1.8/public /mnt/publiciomega1 -o username=salam,password=password
This works fine with root, i ran the following
Code:
chmod u+s /sbin/mount.cifs
thinking that this should allow my user to do the the job, still getting the following message
mount: only root can do that
In fstab I dont see an entry for this.
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.
Dear all
for mount a directory in CentOS to windows server shared folder, i wrote "//10.10.0.242/Website /backup/share/ cifs username=root,password=ROOTPASSWORD 0 0" in /etc/fstab.
when linux restart, mount command does not work but when i use command mount -a, every things OK and i can use mount drive.
Please Help me.
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.
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.