Re: NanoBSD Image

"David N" <[email protected]> Wed, 25 Apr 2007 08:51:30 +1000
Newsgroups gmane.os.freebsd.devel.small
Message-ID <[email protected]>
On 24/04/07, Mathieu Arnold <[email protected]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-small
To unsubscribe, send any mail to "[email protected]"