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.
arrow
arrow
    全站熱搜

    origin2 發表在 痞客邦 留言(0) 人氣()