Date: Mon, 20 Apr 2009 21:21:48 +0400 From: =?KOI8-R?B?5dfHxc7JyiDs?= <root1101@gmail.com> To: josh.carroll@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: mount_cd9660 - /dev/md0: Invalid Arguement Message-ID: <951d0a340904201021v2af468e3hbb214f73f0dfc393@mail.gmail.com> In-Reply-To: <8cb6106e0904201011v488b758dh9ef03d56707c1161@mail.gmail.com> References: <951d0a340904200932k50b3bcefmab63560d0c2933f@mail.gmail.com> <8cb6106e0904201011v488b758dh9ef03d56707c1161@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
20 =C1=D0=D2=C5=CC=D1 2009 =C7. 21:11 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 = Josh Carroll <josh.carroll@gmail.com>=CE=C1=D0=C9=D3=C1=CC: > On Mon, Apr 20, 2009 at 12:32 PM, =E5=D7=C7=C5=CE=C9=CA =EC <root1101@gma= il.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: > > root@pflog:~# mdconfig -a -t vnode -f ./7.2-RC1-i386-bootonly.iso > md0 > root@pflog:~# mount -t cd9660 /dev/md0 /mnt && ls /mnt && umount /mnt > boot boot.catalog cdrom.inf > > root@pflog:~# mdconfig -d -u 0 > > root@pflog:~# mdconfig -a -f ./7.2-RC1-i386-bootonly.iso -u 3 > root@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?951d0a340904201021v2af468e3hbb214f73f0dfc393>