From owner-freebsd-current Sat Sep 26 05:15:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26762 for freebsd-current-outgoing; Sat, 26 Sep 1998 05:15:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26756; Sat, 26 Sep 1998 05:15:01 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id OAA24718; Sat, 26 Sep 1998 14:14:49 +0200 (CEST) (envelope-from sos) Message-Id: <199809261214.OAA24718@sos.freebsd.dk> Subject: Re: cd9660 mounts... In-Reply-To: <199809260647.IAA14017@labinfo.iet.unipi.it> from Luigi Rizzo at "Sep 26, 98 08:47:58 am" To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Sat, 26 Sep 1998 14:14:48 +0200 (CEST) Cc: luigi@labinfo.iet.unipi.it, current@FreeBSD.ORG, sos@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In reply to Luigi Rizzo who wrote: > > An alternative hack (which seems to work and requires very little > modification -- just 4 lines in the device driver!) is to use the > device minor number to identify the track, so that you can say > > mount -t cd9660 -o -s=0 /dev/wcd0tN /cdrom > > to mount the n-th track. > > In the above you _need_ to specify the "-s=0" option to mount_cd9660 > because otherwise it tries to access the last data track on the disk. > > Opinions ? Is this something worth adding to the system ? It is totally > backward compatible and nonintrusive. I think this method is the best one, we can keep the mods in the atapi-cd devicedriver which still is sortof alpha code. That wont make it work for SCSI CDROM's, but that just too bad... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message