Hi. I'm receiving this message if I try mount a drive: smbmnt must be installed suid root for direct user mounts (500,500) How can tackle that ?. -- Med venlig hilsen - Best regards - vy73 de OZ4KK. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
On Sunday 15 December 2002 08:48, Erik Jakobsen wrote:> Hi. > > I'm receiving this message if I try mount a drive: > > smbmnt must be installed suid root for direct user mounts (500,500) > > How can tackle that ?.Just off hand, I'd say set your smbmnt suid root! ;) chmod +s `which smbmnt` as root might do the trick. Assuming smbmnt is owned by root. Which it usuall is. Of course you always want to be wary of setting things suid root... mark
Hi in linux you can mount a windows partition by the smbmount command. How can i do this in solaris ? can i use the smbclient ..
On Sun, 15 Dec 2002, Sundaram wrote:> Hi > in linux you can mount a windows partition by the smbmount command. > How can i do this in solaris ?smbmount is only a tool to mount smbfs, which is a linux kernel filesystem. On its own it is fairly useless. "sharity" should work with solaris, or you can use smbclient or perhaps smbsh (smbwrapper). /Urban