Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 20:52:17 -0600
From:      Richard Martin <dmartin@origen.com>
To:        hou-freebsd@cityscope.net
Cc:        freebsd-fs@FreeBSD.ORG
Subject:   CD-R mount solved
Message-ID:  <388526E1.E4B90225@origen.com>
References:  <Pine.BSF.4.05.10001181524490.82705-100000@addr2.addr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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