mount_cd9660 - /dev/md0: Invalid Arguement

Josh Carroll josh.carroll at gmail.com
Mon Apr 20 17:11:12 UTC 2009


On Mon, Apr 20, 2009 at 12:32 PM, Евгений Л <root1101 at 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:

root at pflog:~# mdconfig -a -t vnode -f ./7.2-RC1-i386-bootonly.iso
md0
root at pflog:~# mount -t cd9660 /dev/md0 /mnt && ls /mnt && umount /mnt
boot         boot.catalog cdrom.inf

root at pflog:~# mdconfig -d -u 0

root at pflog:~# mdconfig -a -f ./7.2-RC1-i386-bootonly.iso -u 3
root at 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


More information about the freebsd-questions mailing list