From owner-freebsd-scsi Sat Sep 30 20:41:59 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 4AA3237B502; Sat, 30 Sep 2000 20:41:52 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e913fQi80746; Sun, 1 Oct 2000 13:11:26 +0930 (CST) (envelope-from grog) Date: Sun, 1 Oct 2000 13:11:26 +0930 From: Greg Lehey To: Terry Lambert Cc: "Karsten W. Rohrbach" , Andre Albsmeier , Marc Tardif , freebsd-fs@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Partitioning (was: ccd with other filesystems) Message-ID: <20001001131126.L43885@wantadilla.lemis.com> References: <20001001120453.I43885@wantadilla.lemis.com> <200010010248.TAA19148@usr05.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200010010248.TAA19148@usr05.primenet.com>; from tlambert@primenet.com on Sun, Oct 01, 2000 at 02:48:53AM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sunday, 1 October 2000 at 2:48:53 +0000, Terry Lambert wrote: >>> The kernel and other files loaded by the loader myst be below >>> the 1024 cylinder boundary on the disk, since the FrrBSD boot >>> loader, unlike Linux's LILO, can not read past cylinder 1024, >>> since it does not understand how to make LBA BIOS calls >>> properly. >> >> This is no longer the case. The restriction was lifted a few months >> back. > > Someone should tell my Sony Vaio, which hated having 4.1 installed > on it past 8G on an 18G drive. > >>> I have several systems, where the entirety of the disk (the "c" >>> partition) is mounted as a single file system. >> >> You can do it, but it's not a good idea. I'd like to see a good >> reason for doing this. > > If "c" is defined to be "the whole disk" , and you want to use "the > whole disk", it makes sense. No, you don't *ever* want a UFS on the whole disk, you want it on a partition, because those are the objects on which file systems work. The partition may well cover the entire disk, but that doesn't give it the same semantics as an unused partition which covers it. > I uses to mount most of my CDROMs that way, as well. That's OK. CD-ROMs don't have partitions. It's probably a bug that we even have partition letters for non-partitioned media. >>> This appears to be a problem with not checking the label for >>> overlap, since a mounted FS should not be spam'able under any >>> circumstances. Protecting people from spam'ming unmounted FSs by >>> pounding on "c" might be a laudable goal, but provides only a tiny >>> amount of additional protection. >> >> This is a separate issue. Yes, disklabel should warn about a number >> of things, including overlapping partitions and incorrect partition >> types (c should be "unused", because by definition it overlaps all >> other partitions). > > I really _don't_ want the use of "c" broken ("fixed"). > > The "c" partition is not "defined" to overlap; it merely does so by > default and by istorical convention. Agreed. But there were good reasons for this. > I threw away this convention on many of my systems long ago, when I > resigned myself to aving a DOS parititon table on my machines, when > the Alpha and PReP platforms decided to require it as well. Is your 'h' key sticking? :-) I strongly object to the Microsoft "partition" table, and I don't use it myself. And of course you're welcome to use whatever you find convenient. It's not until you advocate making this a standard way that anybody can have any objection. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message