Hung-Yi Chen’s Blog

FreeBSD mount iso file

without comments

在 FreeBSD 上掛載 iso 檔其實很簡單…
掛載:
mdconfig -a -t vnode -f xxx.iso -u 0
mount -t cd9660 /dev/md0 /mnt
卸載:
umount /mnt
mdconfig -d -u 0

Written by gaod

五月 16th, 2010 at 11:27 下午

Leave a Reply