Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 1998 14:33:31 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        dan@math.berkeley.edu (Dan Strick)
Cc:        sos@FreeBSD.ORG, current@FreeBSD.ORG, luigi@labinfo.iet.unipi.it
Subject:   Re: cd9660 mounts...
Message-ID:  <199809271833.OAA04380@khavrinen.lcs.mit.edu>
In-Reply-To: <199809270144.SAA22103@math.berkeley.edu>
References:  <199809270144.SAA22103@math.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sat, 26 Sep 1998 18:44:14 -0700 (PDT), dan@math.berkeley.edu (Dan Strick) said:

>>> [Luigi Rizzo proposed:]
>> > 	mount -t cd9660 -o -s=0 /dev/wcd0tN /cdrom

> 	settrack /dev/rwcd0 N
> 	mount -t cd9660 /dev/wcd0 /cdrom

Far better:

	mount -t cd9660 -o track=N /dev/cd0c /cdrom

...which should work with ALL drivers.  An even better one would be:

	mount -t cd9660 -o track=-1 /dev/cd0c /cdrom

...which would cause it to find the last track with an ISO-9660
filesystem on it, and mount that.  (The current behavior is totally
broken for PhotoCD, since there are normally garbage tracks after the
one which contains the real data, so I always have to use ``cdcontrol
info'' and do the scanning manually.)

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
wollman@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA|                     - Susan Aglukark and Chad Irschick

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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