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.
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.
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.
Hi there,
i am using Slackware 13.1 with my customize version of kernel:
# uname -a
Linux dash-pc 2.6.33.4 #1 SMP Thu Dec 30 15:28:19 CET 2010 i686 Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz GenuineIntel GNU/Linux
I compiled into kernel CIFS module and now i am still not able to mount SAMBA directory.
# mount.cifs //192.168.0.101/music /home/dash/music
Password:
mount error: cifs filesyst
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.
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 tried to mount a samba share from my windows box and it yelled about there not being a mount.cifs. :/ mount: wrong fs type, bad option, bad superblock on //AWESOME/music,
missing codepage or helper program, or other error
(for several filesystems (e.g.
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 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.