Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 17:03:55 +0000
From:      Paul Schmehl <pschmehl_lists@tx.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: mount_cd9660 - /dev/md0: Invalid Arguement
Message-ID:  <6A9E077FDE2AE10D886A95B5@utd65257.utdallas.edu>
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 Monday, April 20, 2009 11:32:58 -0500 "??????? ?" <root1101@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.

This works.  I got it from a previous post to the list answering my question 
two years ago.

To mount:

    mdconfig -a -t vnode -u 0 -f somefile.iso     mount -t cd9660 /dev/md0 /mnt

To unmount:

    umount /mnt
    mdconfig -d -u 0

Thanks to A.J. Kehoe IV for posting that answer almost two years ago to the day.

-- 
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
*******************************************
Check the headers before clicking on Reply.




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