mdconfig offset?
Bernt Hansson
bernt at bah.homeip.net
Thu Oct 8 11:07:11 CEST 2009
Anders Troback said the following on 2009-10-08 10:31:
> Hej!
>
> I Linux kan man montera en qemu fil med:
>
> mount -o loop,offset=32256 fil.img /path
>
> Någon som vet om det är möjligt i FreeBSD?
>
Gissar på något sådant häringa
# mdconfig -a -t vnode -f /tmp/bootable.iso -u 0
# mount -t cd9660 /dev/md0 /mnt
Från:
http://www.se.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
More information about the BUS
mailing list