Mail the /etc/exports file of your linux machine, to see what are the
options you have enabled.  The machine name or the domain name should
be clearly mentioned.

In the following example, any machine can mount nfs files.


# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.
/home   (rw,root_squash)
/home2  (rw,root_squash)
/opt/Office51   (rw,no_root_squash)
/opt/kde        (rw,no_root_squash)
/opt/gnome      (rw,no_root_squash)
/opt/netscape   (rw,no_root_squash)
/var/spool/mail         (rw,root_squash,)
/winsoft                (rw,no_root_squash)
/cdrom  (ro)


If you want a specific machine, then the option should be as follows:

/home   the.machine.org(rw,root_squash)


On Thu, 3 Feb 2000, Ravindra Jaju wrote:

->seshan> I am trying to share a Linux Partition thru NFS with HP-UX ver 10.20
->seshan> Server and also trying the viceversa. Iam able to NFS mount the HP
->seshan> partition on Linux. But when I try to mount the Linux partition on HP-UX
->seshan> (i.e., the / itself), I am getting an permission error.
->seshan> 
->seshan> It is also to note that I'd enabled all the rights and accesses in the
->seshan> NFS export menu of the linuxconf. Ay suggestions ????
->
->Hi.
->
->I vaguely remember something like this (not quite sure).
->
->Linux uses knfsd (kernel based). Uninstall that and get the NFS server 
->(user space) and try using that. Might help.
->
->regards,
->jaju
->
->To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing 
list button and fill the appropriate information 
->and submit. For any other queries contact the ML maintener
->

------------------------------------------------------------------------------
Nagarjuna G.
Homi Bhabha Centre for Science Education, TIFR, Mumbai. INDIA
Phones: Office: 556 7711, 555 4712, 555 5242    Residence: 2155604
Fax: 091 - 22 - 556 6803
email: [EMAIL PROTECTED]
------------------------------------------------------------------------------

To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list 
button and fill the appropriate information 
and submit. For any other queries contact the ML maintener

Reply via email to