View previous topic :: View next topic |
Author |
Message |
TheZog n00b
Joined: 17 Aug 2002 Posts: 57 Location: Sunny Seattle
|
Posted: Mon Feb 20, 2006 5:46 am Post subject: NFS Problem |
|
|
I'm having a issue with NFS not exporting all of my filesystems on the server.
My server is setup with multiple hard drives being mounted in the shared directory ie.
/share/drive1 = /dev/hde1
/share/drive2 = /dev/hdf1
/share/drive3 = /dev/hdg1
I've successfully exported and mounted the /share directory, but the client doesn't see anything in any sbdirectory that is located on another filesystem.
They appear empty.
I've searched here and goolge'd, read the how-to, etc but I didn't see any mention of this.
Any ideas?
Everything else works fine, rw, etc.
My server's export settings:
/share 192.168.0.10(rw,async,no_subtree_check) 192.168.0.50(rw,sync,no_subtree_check
My client mount options:
192.168.0.100:/share on /share type nfs (rw,vers=3,intr,hard,addr=192.168.0.100) |
|
Back to top |
|
|
Taki Apprentice
Joined: 22 Sep 2005 Posts: 249 Location: Johannesburg, South Africa
|
Posted: Mon Feb 20, 2006 6:19 am Post subject: |
|
|
Hi.
Try this in ur server exports: Code: |
/share 192.168.0.10/24(rw,async) 192.168.0.50/24(rw,sync) |
And mount with: Code: |
mount 192.168.0.100:/share /share |
This works fine for me but my performance sucks. I am trying to fix that now. _________________ I live a life of needles and wax.
When the needle touches the wax,
I begin to breathe. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|