On 05-Jul-01 Laurie Savage wrote:
> I have included the line
> 
>   /mnt/cdrom box7(ro)
> 
> in my exports file (box1) and copied the line containing /mnt/cdrom in
> box7's fstab file and edited it to read 
> 
> box1:/mnt/cdrom /mntcdrom nfs fs=iso9660,dev=/dev/cdrom 0 0

should be:

  box1:/mnt/cdrom /mntcdrom nfs ro,rsize=8192,wsize=8192 0 0

specifically, you do not want the fs/dev options you specified. (the options
I listed are not mandatory, but are generally a good idea).


Additionally, anytime you make a change on box1's export file you must
re-export (i.e. exportfs; man exportfs for details) - if this does not
work, you can restart mountd (usually by doing /etc/rc.d/init.d/nfs stop
followed by /etc/rc.d/init.d/nfs/start)

You will find that you will have difficultied umounting the cdrom, once
it has been mounted on the otherside of thewire (even after the other side
umounts it). The way to umount the cdrom, will be to stop nfs (as above), 
umount /mnt/cdrom, and re-start nfs (as above).

rgds,

-Greg

+---------------------------------------------------------------------+
"DOS Computers manufactured by companies such as IBM, Compaq, Tandy, and
millions of others are by far the most popular, with about 70 million
machines in use wordwide. Macintosh fans, on the other hand, may note that
cockroaches are far more numerous than humans, and that numbers alone do
not denote a higher life form."       (New York Times, November 26, 1991)
| Greg Hosler                           i-net:  [EMAIL PROTECTED]    |
+---------------------------------------------------------------------+

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to