[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: NFS
- To: "'administrator'" <admin(at-nospam)j-spaces.com>
- Subject: RE: NFS
- From: Iftach Hyams <paraduma(at-nospam)elbit.co.il>
- Date: Sun, 19 Aug 2001 15:37:17 +0200
- Cc: Linux-il(at-nospam)cs.huji.ac.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
>> I have Linux RH7.0 workstation on PC & Solaris 8 on other PC (x86).
Good.
>> How can i share the Solaris disk to my linux workstation?
NFS is a good way.
>> When i trying to mount Solaris directories i get connection error
>> in my fstab is Ok i think.
1. Set the export in Solaris (in Redhat it is in /etc/exports) to something
like "/the/exported/directory (ro)" - this will export in read-only mode
the directory (man exports to see the options).
2. Restart the NFS ("/etc/rc.d/rc3.d/S60nfs restart" should do).
3. Login as a root in the Linux machine, create test_dir and do
"mount -t nfs Solaris_ip:/the/exported/directory test_dir".
This should work.
Now edit the right parameters in the "exports" file and fstab.
..
---
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il