View previous topic :: View next topic |
Author |
Message |
mangaskahn n00b
Joined: 24 Feb 2007 Posts: 3
|
Posted: Sat Feb 24, 2007 12:24 am Post subject: NFS problem |
|
|
I am having a strange problem with my NFS Server and I was wondering if anyone had any ideas.
My NFS Share is a single folder off of the root file system, /Storage. Under that folder are 3 other folders, Music, Videos, and Backup. Each of those folders has a separate reiser filesystem mounted to it. Under Backup are 2 more folders, one for my desktop and one for my wife's, each is a separate Reiser filesystem. /Storage is mounted on My desktop to /nfs. When I browse through /nfs I can see all the files in all of the folders except Backup\mydesktop. on the server I can browse through all of the files on Backup\mydesktop just fine. I am logged in as root on the server and my desktop, and all of the files on all of the file systems are owned by root:root and set to mode 744.
What can I do to solve this?
Thanks in advance. |
|
Back to top |
|
|
ervin.peters Tux's lil' helper
Joined: 20 Aug 2003 Posts: 110 Location: Apolda, Germany
|
Posted: Sat Feb 24, 2007 12:19 pm Post subject: |
|
|
$ man exports
and look for the nohide option.
ervin |
|
Back to top |
|
|
mangaskahn n00b
Joined: 24 Feb 2007 Posts: 3
|
Posted: Sat Feb 24, 2007 1:46 pm Post subject: |
|
|
@ervin.peters
Thanks for the suggestion, I tried that just now but it did not work. I also tried crossmnt and no_subtree_check which did not work either. I changed my exports file to export Backup/mydesktop and was able to mount it and see all of the files in it. |
|
Back to top |
|
|
Massimo B. Veteran
Joined: 09 Feb 2005 Posts: 1838 Location: PB, Germany
|
Posted: Thu Dec 20, 2007 7:47 pm Post subject: |
|
|
Same issue here. The nohide option should do it but doesn't.
I'm loading the nfsd module from gentoo-sources-2.6.21 and net-fs/nfs-utils-1.0.12-r1. Starting the nfs server doesn't report errors but mounting the export still hides files on external partitions. Compiling the kernel module with NFSv4 support fails when loading like this: Code: | nfsd: Unknown symbol posix_acl_from_mode
nfsd: Unknown symbol posix_acl_from_xattr
nfsd: Unknown symbol posix_acl_valid
nfsd: Unknown symbol posix_acl_alloc |
@mangaskahn: Please state the subject line more precisely to help other users to find it: "nfs doesn't mount external filesystems" or "NFS: nohide not working". _________________ HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770 |
|
Back to top |
|
|
|