20 апреля 2009 г. 21:11 пользователь Josh Carroll
<josh.carr...@gmail.com>написал:

> On Mon, Apr 20, 2009 at 12:32 PM, Евгений Л <root1...@gmail.com> 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.
>
> Both work fine here on 7.2-RC1/amd64:
>
> r...@pflog:~# mdconfig -a -t vnode -f ./7.2-RC1-i386-bootonly.iso
> md0
> r...@pflog:~# mount -t cd9660 /dev/md0 /mnt && ls /mnt && umount /mnt
> boot         boot.catalog cdrom.inf
>
> r...@pflog:~# mdconfig -d -u 0
>
> r...@pflog:~# mdconfig -a -f ./7.2-RC1-i386-bootonly.iso -u 3
> r...@pflog:~# mount -t cd9660 /dev/md3 /mnt && ls /mnt && umount /mnt
> boot         boot.catalog cdrom.inf
>
> How doesn't it work? What error do you get? I would be more suspicious
> of the .iso file being invalid/corrupt.
>
> Regards,
> Josh



Just tried UltraISO through WINE, now everything works allright, ccd2iso
utility is apparently broken
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to