I used scoadmin to export the /u filesystem on "big". I checked the /etc/exports on "big" and it is empty. So I used scoadmin to remove the exported filesystem, then delete the export configuration. I then added /u to the exports file and ran the exportfs -av and got an error. When I changed the exports file to read /u/ and ran the exportfs -av, it ran with no error. However, now I cannot mount the filesystem onto "small" at all.
Main Topics
Browse All Topics





by: mikelfritzPosted on 2009-09-14 at 13:28:48ID: 25329015
what does your "/etc/exports" file look like on "big"?
should just contain an entry like:
/u
That should have it exported to any server with write permissions. If you modify the file be sure to run exportfs -av to reexport with any new settings. "man exports" shows the usable switches.