Author: anuj
Date: 24-02-08 18:32
FreeBSD6.3
iso file is saved on disk at ~test/
to mount this file run following two commands as root user.
mdconfig -a -t vnode -u 10 -f ~test/6.3-RELEASE-i386-docs.iso
then
mount_cd9660 /dev/md10 /media/
iso image is mounted.
confirm by
# mount |grep medi
/dev/md10 on /media (cd9660, local, read-only)
anuj.
Post Edited (24-02-08 18:36)
|
|