Joseph wrote: > Why don't you use the mount -t smbfs -o > username=thecurrentltspuser,password=hisownpassword > //ntserver/privateforloginuser /home/currentusername > > and put it in a login script... > > > -- > respectfully, > Joseph (606)477-7551
Thanks for the help. I tried it and got the following error: execvp of smbmnt failed. Error was no such file or directory.smbmnt failed: 1 I found some references that noted that an /etc/fstab entry was needed so I added the following line to it: //ntserver/privatedir /home/privatedir smb Also found reference that suid needed to be set for the /usr/sbin/smb*-collection-of-executables so I did that too. I then executed: # /bin/mount -a and: # mount -t smbfs -o username=thecurrentltspuser,password=hisownpassword //ntserver/privateforloginuser /home/currentusername No dice - I get same message for both. Any idea what I'm doing wrong here?? Thanks Much John ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
