Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-10-2013, 09:42 AM
|
#1
|
Member
Registered: Mar 2008
Distribution: Slackware, Mint, Raspbian
Posts: 94
Rep:
|
Unable to browse some drives on remote computer using NFS.
I have a strange problem that just started today. I have a computer on my internal network I mount using NFS. That computer has 2 hard drives. The second hard drive is mounted to a folder on it's Desktop. When I browse that comptuer over the network I can access any folder but I can't browse the mounted hard drive's folder on the Desktop. If I disconnect from that "server" on the network and then remount using sshfs I can browse that second hard drive. The only problem is sshfs isn't as stable as nfs or I would just use that method.
I'm running Slackware 14 on the "file server" and Mint on the "client".
|
|
|
02-10-2013, 11:06 AM
|
#2
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
NFS doesn't cross filesystem boundaries, you'll need to use multiple exports to get what you're looking for.
http://www.dslreports.com/forum/r194...l-mount-points
Last edited by suicidaleggroll; 02-10-2013 at 11:08 AM.
|
|
|
02-10-2013, 03:32 PM
|
#3
|
LQ 5k Club
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,575
|
I think that you may need to look at adding the 'nohide' option in /etc/exports. From 'man exports'
Quote:
nohide This option is based on the option of the same name provided in IRIX NFS. Normally, if a server exports two filesystems one of which is mounted on the other, then the client will have to mount both filesystems explicitly to get access to them. If it just mounts the parent, it will see an empty directory at the place where the other filesystem is mounted. That filesystem is "hidden".
Setting the nohide option on a filesystem causes it not to be hidden, and an appropriately authorised client will be able to move from the parent to that filesystem without noticing the change.
|
This may help http://docs.slackware.com/howtos:net...home_nfs_howto
Last edited by allend; 02-10-2013 at 03:55 PM.
Reason: Added link
|
|
1 members found this post helpful.
|
02-10-2013, 04:15 PM
|
#4
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
Quote:
Originally Posted by allend
|
Didn't know about that option, thanks
|
|
|
All times are GMT -5. The time now is 05:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|