Date: Wed, 25 Apr 2007 08:51:30 +1000 From: "David N" <davidn04@gmail.com> To: "Mathieu Arnold" <mat@mat.cc> Cc: freebsd-small@freebsd.org Subject: Re: NanoBSD Image Message-ID: <4d7dd86f0704241551hb530106t22d2d9af3e842e17@mail.gmail.com> In-Reply-To: <FD28C0CA95E3A56377AEC160@atuin.in.mat.cc> References: <4d7dd86f0704232117h25bb4166s423cf08152c2575d@mail.gmail.com> <FD28C0CA95E3A56377AEC160@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24/04/07, Mathieu Arnold <mat@mat.cc> wrote: > +-Le 24/04/07 14:17 +1000, David N a dit : > | Hi, > | > | I'm just wondering if its possible to mount the _.disk.full or > | _.disk.image? > > Yes, just use mdconfig, something like mdconfig -a -t vnode -f _.disk.full, > you'll have a /dev/mdX with it in. > > | Also, is it possible to dd the images to a slice or partition on a HDD > | as i dont have any Memory Cards to test it on at the moment. > | > | such as > | dd if=_.disk.image of=/dev/ads2 bs=64k > > You can, but you'll loose a lot of space :) > > -- > Mathieu Arnold > Thanks Mathieu, the mdconfig worked =) For the hdd dd if=_.disk.image of=/dev/ad0s2 bs=64k worked but had to modify the /etc/fstab of the image and create a /dev/ad0s3 and newfs it for the /cfg. But works great =) David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d7dd86f0704241551hb530106t22d2d9af3e842e17>
