-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
when I run the command
sudo mountcifs start
it loads the modules
but cannot mount my share, it says
too many symlinks.
This is my fstab: (u/p hidden)
//192.168.1.1/volume1 /media/removable/USB1/stuff smbfs username=(),password=(),rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
Another question, do I have to run it in chroot, i.e. after issuing
sudo enter-chroot
or can I run it from just the standard shell?