How to restore entire partitions using NFS? When booting the install disk into the shell and bringing up a network interface, an NFS mount command returns an error:
# mkdir /store # mount -t nfs -o rw 10.41.2.3:/store /store mount: no mount helper program found for nfs: No such file or directory I am attempting to do a complete restore of all partitions following the dump/restore procedure in the FAQ, but using NFS instead of tape: http://www.openbsd.org/faq/faq14.html#Backup The fdisk, disklabel and newfs commands all worked OK, but getting to the dump images, available on an NFS server, is a problem. How to reach that server when in shell mode? Or is there another way to do this? thanks dn

