My pc is running linux mint and I need to mount the filesystem from the windows filesserver.
So, I've started nautilus and do : Files -> connect to server.... and all is fine, I means I could open all directories/files.
Now, I try to connect with the command mount because I could insert into a cron, etc... I put the following command line:
- Code: Select all
sudo /sbin/mount.cifs //servername/FSPublic /mnt/FSPublic -o user=username
or
sudo /sbin/mount.cifs //servername/FSPublic /mnt/FSPublic -o gid=1000,uid=1000,user=username,file_mode=0777,dir_mode=0777, rw 0 0
The result is ok, I see all the directories but I cannot open all directories, some are permissions deny!!!
Why with nautilus is ok but not with the mount?
As someone an ideas?
Best regards


