Re: complete restore using NFS

2009-08-05 Thread Edd Barrett
Hi, On Mon, Aug 3, 2009 at 10:21 AM, Stuart Henderson wrote: >> NFS isn't available on the install media, > > It is on some install media. Try a BSDanywhere livecd? http://bsdanywhere.org/ -- Best Regards Edd Barrett (Freelance software developer / technical writer / open-source developer)

Re: complete restore using NFS

2009-08-03 Thread Stuart Henderson
On 2009-08-02, Nick Bender wrote: >> How to reach that server when in shell mode? Or is there another way to >> do this? > > NFS isn't available on the install media, It is on some install media.

Re: complete restore using NFS

2009-08-02 Thread David Newman
On 8/2/09 12:11 PM, Nick Bender wrote: >> How to reach that server when in shell mode? Or is there another way to >> do this? > > NFS isn't available on the install media, and neither is ssh. If the > server has ftp or > http then you can use ftp like: > > ftp -o - http://someserver/part.dump

Re: complete restore using NFS

2009-08-02 Thread Nick Bender
> How to reach that server when in shell mode? Or is there another way to > do this? NFS isn't available on the install media, and neither is ssh. If the server has ftp or http then you can use ftp like: ftp -o - http://someserver/part.dump | restore ... -N

complete restore using NFS

2009-08-02 Thread David Newman
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