cf. The FreeBSD Handbook, Ch.16, Sec.12.
mount
# mdconfig -a -t vnode -f diskimage -u 0
# mount -t cd9660 /dev/md0 /mnt
umount
# umount /mnt
# mdconfig -d -u 0
(*)-u flag specifies the md device number.
mount
# mdconfig -a -t vnode -f diskimage -u 0
# mount -t cd9660 /dev/md0 /mnt
umount
# umount /mnt
# mdconfig -d -u 0
(*)-u flag specifies the md device number.
全站熱搜
留言列表