Results 1 to 1 of 1
I've successfully mounted a share from a Windows 2003 server as root but then am unable to even list the directory as root.
Code:
# mount -t smbfs //server/share /mnt/temp ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-05-2006 #1
Can't access mount point after mounting W2K3 Svr share
I've successfully mounted a share from a Windows 2003 server as root but then am unable to even list the directory as root.
Why is it not even letting me list /mnt/. The dir should have been mounted with my credentials. I have tried uid=root and user=root in the option list without luck.Code:# mount -t smbfs //server/share /mnt/temp -o username="domain\administrator" password: # ll /mnt/ ls: temp: permission denied total 40 drwx------ 2 root root 4096 Feb 14 2006 floppy/ ...
Anybody able to explain this behaviour?


Reply With Quote
