Date: Mon, 30 Oct 2000 01:34:52 -0700 From: "Kenneth D. Merry" <ken@kdm.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_diskslice.c src/sys/sys diskslice.h src/sys/cam/scsi scsi_cd.c Message-ID: <20001030013452.A58783@panzer.kdm.org> In-Reply-To: <20001030002400.A1808@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Oct 30, 2000 at 12:24:00AM -0800 References: <200010300703.XAA12639@freefall.freebsd.org> <20001030002400.A1808@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 30, 2000 at 00:24:00 -0800, David O'Brien wrote: > On Sun, Oct 29, 2000 at 11:03:02PM -0800, Kenneth Merry wrote: > > Bruce and I both think that we should eventually (in a few years) get > > away from using disklabels for ISO9660 media, and just use the whole disk > > device (/dev/cd0). > > Would this allow the mounting and reading of DEC (MIPS Ultrix and Alpha > OSF/1) discs, which I believe have a sector size of 512? acd devices > have no problems with these discs. I suppose it should work now, yes. I'm not sure why acd works...it looks like it has its own disklabel handling code, and doesn't use the disk mini-layer. Do you get different results from 'disklabel acd0' and 'disklabel -r acd0' with those CDs? (With the new code in the cd(4) driver, you should get the same thing from disklabel and disklabel -r.) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001030013452.A58783>