Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 13:11:10 -0400
From:      Josh Carroll <josh.carroll@gmail.com>
To:        =?KOI8-R?B?5dfHxc7JyiDs?= <root1101@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mount_cd9660 - /dev/md0: Invalid Arguement
Message-ID:  <8cb6106e0904201011v488b758dh9ef03d56707c1161@mail.gmail.com>
In-Reply-To: <951d0a340904200932k50b3bcefmab63560d0c2933f@mail.gmail.com>
References:  <951d0a340904200932k50b3bcefmab63560d0c2933f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 20, 2009 at 12:32 PM, =E5=D7=C7=C5=CE=C9=CA =EC <root1101@gmail=
.com> wrote:
> Hello everyone, I am trying to mount an ISO image (which was converted wi=
th
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0904201011v488b758dh9ef03d56707c1161>