From owner-freebsd-questions@FreeBSD.ORG Mon Apr 20 17:32:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0207810656DE for ; Mon, 20 Apr 2009 17:32:41 +0000 (UTC) (envelope-from prvs=354945319=pschmehl_lists@tx.rr.com) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 97FCB8FC16 for ; Mon, 20 Apr 2009 17:32:39 +0000 (UTC) (envelope-from prvs=354945319=pschmehl_lists@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.40,218,1238994000"; d="scan'208";a="10570481" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-001.utdallas.edu with ESMTP; 20 Apr 2009 12:03:55 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id B60998C34 for ; Mon, 20 Apr 2009 12:03:55 -0500 (CDT) Date: Mon, 20 Apr 2009 17:03:55 +0000 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <6A9E077FDE2AE10D886A95B5@utd65257.utdallas.edu> In-Reply-To: <951d0a340904200932k50b3bcefmab63560d0c2933f@mail.gmail.com> References: <951d0a340904200932k50b3bcefmab63560d0c2933f@mail.gmail.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: mount_cd9660 - /dev/md0: Invalid Arguement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 17:32:41 -0000 --On Monday, April 20, 2009 11:32:58 -0500 "??????? ?" 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.