On 4/14/05, Radamanthus Batnag <[EMAIL PROTECTED]> wrote: <snip> > > On DC2, if I execute (as juan): > mount -t smbfs //dc/tmp /tmp/test > > I get the error message: > mount: only root can do that > > If I execute (as root): > mount -t smbfs //dc/tmp /tmp/test > > The samba share is successfully mounted, but user juan has no write access > to it. > > What do I do to make //dc/tmp writable by juan? >
try supplying the uid,gid options which i think is supported by the mount utitlity for smbfs fs types. or you can use smbmount directly[1]. ciao! [1] http://www.die.net/doc/linux/man/man8/smbmount.8.html -- "Programming, an artform that fights back" Anuerin G. Diaz Registered Linux User #246176 Friendly Linux Board @ http://mandrakeusers.org/index.php -- Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
