Lammy
Registered Abuser
OK I'm trying to mount a network folder on a Windows machine. Which I can do. However when I come to try and set the permissions it LIES!
Here's what I do;
this works fine. However I only have write access in root.
so I do this
it tells me that it has changed the permissions. But I don't believe it so I check with a
low and behold, nothing has changed.
Please help!!!
Here's what I do;
Code:
mount -t smbfs -o username=[UNAME],workgroup=[WGRP] //[ip address]/[path] /[folder]
this works fine. However I only have write access in root.
so I do this
Code:
chmod 777 /[folder]
it tells me that it has changed the permissions. But I don't believe it so I check with a
Code:
ls -l
low and behold, nothing has changed.
Please help!!!