On Tue, Mar 30, 1999 at 10:54:36AM -0500, Brian Schramm wrote: > I am trying to mount an NFS drive on a Sun (newest version) server with my > linux workstation. I need to have full access to it. The Sun admin and I > have > been working on this for a while now and have had little luck. Has anyone > done > this? Is there any reason that it should not work? > > Let me know at the below email addresses. Thanks.
Perhaps you need to put no_root_squash in the options in the exports file, eg / mylinuxbox(rw,no_root_squash) By default (root_squash), the NFS server remaps root (UID 0) to nobody, so that remote root users get no priviledges. That's so that somebody can't come along with eg a linux boot floppy, mount a remote NFS share and start trashing things. Hamish -- Hamish Moffatt VK3TYD [EMAIL PROTECTED], [EMAIL PROTECTED] Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5 CCs of replies from mailing lists are welcome. http://hamish.home.ml.org

