NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Installing NetBSD from FreeBSD



Al Zick wrote:

> With FreeBSD, I did the same thing to create the image
> (dd if=/dev/wd1d | gzip -9 > storagebackup.img.gz).
> However, these servers already have the smaller SSDs
> in them, so I can't unzip the file first. I tried
> gunzip -c backup.img.gz | dd of=/dev/ada1
> It really looks like it runs out of drive before
> it runs out of image. 
> Does FreeBSD's dd work differently?

Hi,

On NetBSD /dev/rwd1d represents your whole disk,
not /dev/wd1d. On FreeBSD it should be the same.


--
Cág


Home | Main Index | Thread Index | Old Index