From owner-freebsd-qa Mon Feb 3 10:10:20 2003 Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F2437B401 for ; Mon, 3 Feb 2003 10:10:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CD943F85 for ; Mon, 3 Feb 2003 10:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h13IAINS029186 for ; Mon, 3 Feb 2003 10:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13IAIRV029185; Mon, 3 Feb 2003 10:10:18 -0800 (PST) Date: Mon, 3 Feb 2003 10:10:18 -0800 (PST) Message-Id: <200302031810.h13IAIRV029185@freefall.freebsd.org> To: qa@FreeBSD.org Cc: From: Hiten Pandya Subject: Re: bin/38610 Ability to mount ISO images on DOS filesystems Reply-To: Hiten Pandya Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR bin/38610; it has been noted by GNATS. From: Hiten Pandya To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/38610 Ability to mount ISO images on DOS filesystems Date: Mon, 3 Feb 2003 13:06:39 -0500 This is indeed possible. I have tested this as the following on 5.0, and had a patch for this on my old hard drive (which unfortunately started scratching and I lost a lot of my (FreeBSD) work... anyway) because it's cost effective as you mention it. ;-) # mount_msdosfs /dev/ad1s2 /dos # mdconfig -a -t vnode -f /dos/ftp/releng_5-ftp-disc1.iso md6 # mount_cd9660 /dev/md6 /cdrom I don't mind coming up with a patch again, when I find the time. Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message