From owner-freebsd-fs Tue Jan 18 18:53:28 2000 Delivered-To: freebsd-fs@freebsd.org Received: from altair.origenbio.com (altair.origenbio.com [216.30.62.130]) by hub.freebsd.org (Postfix) with ESMTP id 83CF31529B for ; Tue, 18 Jan 2000 18:53:20 -0800 (PST) (envelope-from dmartin@origen.com) Received: from origen.com (dubhe.origen [192.168.0.5]) by altair.origenbio.com (8.9.3/8.9.3) with ESMTP id UAA25353; Tue, 18 Jan 2000 20:53:16 -0600 (CST) (envelope-from dmartin@origen.com) Message-ID: <388526E1.E4B90225@origen.com> Date: Tue, 18 Jan 2000 20:52:17 -0600 From: Richard Martin X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: hou-freebsd@cityscope.net Cc: freebsd-fs@FreeBSD.ORG Subject: CD-R mount solved References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After beating away on this with the -v switch, I discovered the way to mount CD-Rs burned with Adaptec (and probably other) software on a different system. The problem is that the mount_cd9660 command is looking for the start sector and making its best guess where it is. Possibly the burned CDs do not lay down a table track at the end of the write area. The CD can be mounted by specifying the start sector at track 0 using this: mount_cd9660 -s 0 /dev/cd0c /cdrom The mount command returns a note from the kernel that this is CD9660 with Joliet extensions. Hope this helps someone else -- Richard Martin dmartin@origen.com OriGen Biomedical Tel: +1 512 474 7278 2525 Hartford Rd. Fax: +1 512 708 8522 Austin, TX 78703 http://www.cardiacdocs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message