chippymike
Technical User
Hi,
I'm trying to remotely mount a cdrom drive onto a server without any success. Both machines have a standard version of Solaris 8 installed.
On the machine with the CD drive I have setup a share as follows;
share -F nfs -o ro /cdrom/cdrom0
On the remote machine I have typed the command;
mount -F nfs -o ro <host>:/cdrom/cdrom0 /mnt
I get the following error;
nfs mount: <host>: : RPC: Program not registered
nfs mount: retrying: /mnt
nfs and rpc are running so I'm a bit lost as to what could be causing the problem.....
Thanks
I'm trying to remotely mount a cdrom drive onto a server without any success. Both machines have a standard version of Solaris 8 installed.
On the machine with the CD drive I have setup a share as follows;
share -F nfs -o ro /cdrom/cdrom0
On the remote machine I have typed the command;
mount -F nfs -o ro <host>:/cdrom/cdrom0 /mnt
I get the following error;
nfs mount: <host>: : RPC: Program not registered
nfs mount: retrying: /mnt
nfs and rpc are running so I'm a bit lost as to what could be causing the problem.....
Thanks