From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 19:12:37 2008 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 1B34F16A41B for ; Thu, 7 Feb 2008 19:12:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id F329013C4EE for ; Thu, 7 Feb 2008 19:12:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay11.apple.com (relay11.apple.com [17.128.113.48]) by mail-out4.apple.com (Postfix) with ESMTP id 92066216D7BB; Thu, 7 Feb 2008 11:12:33 -0800 (PST) Received: from relay11.apple.com (unknown [127.0.0.1]) by relay11.apple.com (Symantec Mail Security) with ESMTP id 7B0D628081; Thu, 7 Feb 2008 11:12:33 -0800 (PST) X-AuditID: 11807130-a643ebb0000028a7-13-47ab58211f5c Received: from cswiger1.apple.com (cswiger1.apple.com [17.214.13.96]) by relay11.apple.com (Apple SCV relay) with ESMTP id 6134E2807D; Thu, 7 Feb 2008 11:12:33 -0800 (PST) Message-Id: <70294487-369C-4D92-BAC5-40D03597523A@mac.com> From: Chuck Swiger To: stevefranks@ieee.org In-Reply-To: <539c60b90802071103w23617c20kcc70c2ce81f0f84f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Thu, 7 Feb 2008 11:12:33 -0800 References: <539c60b90802071054q7307d3f3h46681cc4da1490b0@mail.gmail.com> <734C50DA-8D58-4D17-B182-31C2EB2CB485@mac.com> <539c60b90802071103w23617c20kcc70c2ce81f0f84f@mail.gmail.com> X-Mailer: Apple Mail (2.915) X-Brightmail-Tracker: AAAAAA== Cc: User Questions Subject: Re: brand-new DVD drives less reliable than crappy old player - fix? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 19:12:37 -0000 On Feb 7, 2008, at 11:03 AM, Steve Franks wrote: > Can I then mount the bin file as if it was the dvd, or how do I > retrieve the actual filesystem at that point? Yes, something like: mdconfig -a -t vnode -f _file.bin_ -u 1 mount -t cd9660 /dev/md1 /mnt/cdrom -- -Chuck