I'd like to be able to network share as a normal user instead of having to mount it as root.
Here's what I've tried so far after reading the man pages...
1. chmod 4766 /usr/bin/smbmnt
2. Added the following line in my /etc/fstab
//kos/e$ /mnt/kos smbfs noauto,user,username=administrator 0 0
* note that //kos/e$ is a partition on an NT box
This is not working as I'm getting permission errors. However, if I su to root, I can do the following
# mount -t smbfs -o username=administrator //kos/e$ /mnt/kos
After putting in the password for the administrator account, the share is mounted.
Hopefully someone hear can offer a solid way to get this done. Thanks in advance for any feedback
Best,
Adam



Reply With Quote
Bookmarks