From owner-freebsd-current Sun Sep 27 11:34:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25399 for freebsd-current-outgoing; Sun, 27 Sep 1998 11:34:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25390; Sun, 27 Sep 1998 11:34:04 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id OAA04380; Sun, 27 Sep 1998 14:33:31 -0400 (EDT) (envelope-from wollman) Date: Sun, 27 Sep 1998 14:33:31 -0400 (EDT) From: Garrett Wollman Message-Id: <199809271833.OAA04380@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... In-Reply-To: <199809270144.SAA22103@math.berkeley.edu> References: <199809270144.SAA22103@math.berkeley.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <>> [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