Problem: I added a file system to /etc/exports but it wasn't being
exported.
Solution: Ugh, this was dumb. The same filesystem was being exported to
two different hosts on two separate lines in /etc/exports. They just
need to be combined, e.g. should have:
/ruby beluga chinook
instead of
/ruby beluga
/ruby chinook
In the latter case, the second line is ignored. Nothing else needs to be
done; "showmount -e" will immediately reflect the change.
Thanks to Pat O'Brien who caught the problem. Thanks also for
suggestions from Benoit Audet, Prithwish Chatterjee, and Naveen Gajan.
Chris
--
----------------------------------------------------
Chris Loken Phone: 416-978-5619
Computing Facility Manager Fax: 416-978-3921
Canadian Institute for Theoretical Astrophysics
Received on Tue Feb 05 2002 - 16:09:20 NZDT