Hi all,
I recently had a SCSI disk go bad, and wanted to restore the data to a new drive. I installed the new (pre newfs and labeled) drive into the system, and tried to connect it to a nfs server (on the local network).
The client was not able to connect to the share. Each time I tried to mount the nfs volume (using the FreeBSD Live Cd Fixit Console), I got an error message:
Is there something I am forgetting to do?
Details:
After booting the client system, I gave it a local address:
Tested that it could ping the nfs server, no problem.
Created a dir in / called /enterprise
Used the mount command:
Bu all I kept getting was an error:
I even tried to start an nfsiod with no luck:
No process ever showed.
Any tips or hints would be appreciated,
-Grant.
I recently had a SCSI disk go bad, and wanted to restore the data to a new drive. I installed the new (pre newfs and labeled) drive into the system, and tried to connect it to a nfs server (on the local network).
The client was not able to connect to the share. Each time I tried to mount the nfs volume (using the FreeBSD Live Cd Fixit Console), I got an error message:
Code:
RPCPROG_NFS: PRC: Program not registered.
Is there something I am forgetting to do?
Details:
After booting the client system, I gave it a local address:
ifconfig em1 inet 192.168.0.5/24
Tested that it could ping the nfs server, no problem.
Created a dir in / called /enterprise
Used the mount command:
mount 192.168.0.4:/mnt /enterprise
Bu all I kept getting was an error:
Code:
RPCPROG_NFS: RPC: Program not registered
I even tried to start an nfsiod with no luck:
nfsiod -n 4
No process ever showed.
Any tips or hints would be appreciated,
-Grant.