> This is what /etc/exports looks like now:
>
> /home 192.168.55.0/24(rw)
> /usr1 192.168.55.0/24(rw)
> /var/spool/mail 192.168.55.0/24(rw)
> /mnt/cdrom 192.168.55.0/24(ro)
[...]
> Here are some pertinent entries from /var/log/messages:
[...]
To get a better idea of where it is failing, why don't you try to mount
the exported filesystem locally -- something like:
mkdir /mnt/test
mount -t nfs salmo:/mnt/cdrom /mnt/test
.... and then look at /var/log/messages?
Thanks,
-- Hiten
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.