On Mon, Apr 20, 2009 at 08:32:58PM +0400, 遄桥紊� � wrote:
>Hello everyone, I am trying to mount an ISO image (which was converted with
>with help from ccd2iso tool), I used
>
>mdconfig -a -t vnode -f ./"isoimage.iso" -u 3
>mount -t cd9660 /dev/md3 /cdrom
>
>and
>
>mdconfig -a -f /path/disk.iso md1
>mount -t cd9660 /dev/md1 /mnt/path
>
>variant of the proper way. It doesn't work.
>_______________________________________________
>[email protected] mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[email protected]"
I have tried
my# mdconfig -a -t vnode -f ./texlive2008-20080822.iso -u 3
my# mount_cd9660 /dev/md
on my FreeBSD7.1 system. And it seems ok.
--
####################################
# 欢迎访问我的小站 #
# http://zhangzhen.czm.cn #
####################################
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"