Talk:BSD disklabel

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Categorisation[edit]

I've categorised this as Category:BSD software, but it seems slightly mendacious - I mean, it's not really software, is it? At the same time, it does seem to me it should be in a sub-category of Category:BSD rather than in the main BSD category, and this seemed the most suitable. A more clueful edit, however, would be welcome ... --JennyRad 19:30, 2 June 2006 (UTC)[reply]

Dangerously ambiguous term[edit]

I would vote for a section underlining the fact that the 'disk label' referred to here is NOT what is generally understood as a Disk Label in conventional DOS/Linux terms, i.e a text identification-string for the disk.

The ambiguity which this double-meaning creates is a dangerous one, as replacing the master boot record (MBR) in entirety would result in at least a nonbootable disk, and possibly destruction of the disk's data, whereas changing the disk's text identifier is a normal and safe operation.

Label command

--Anteaus (talk) 21:34, 28 January 2008 (UTC)--[reply]

Disklabel is standard BSD UNIX terminology that has been around since at least the 4.3-Tahoe release (1988). What you describe is more usually referred to as a Volume Label. Letdorf (talk) 11:06, 29 January 2008 (UTC).[reply]

The notion of a disk label in the commonly-accepted sense dates back far earlier than that. Exactly how far I wouldn't like to say, maybe even to the earliest electronic computers. I think it is clear which has the preceding claim on the title. In any case I wasn't suggesting we challenge the BSD gurus over their use of the word, merely that we shoud point out the dangers inherent in confusing the two. This is especially the case as some *nix GUI disk-management tools muddle the two meanings, which is a recipe for disaster.

It might also be argued (no offence intended) that the terms 'Volume' and 'Label' when used in this way by BSD are Weasel Words. The correct and unambiguous terms are 'Partition' and 'Partition Table.' --Anteaus (talk) 21:22, 29 January 2008 (UTC)[reply]

No, a FAT "volume" is not necessarily a hard disk partition (it could be a floppy disk for example). A FAT or NTFS volume label is not the same thing as a partition table! Also, I think the fact that the title of this article is "BSD disklabel" makes it obvious which OS we are talking about here, but I've added some disambiguation to the intro para anyway. Letdorf (talk) 17:16, 8 February 2008 (UTC).[reply]

What was the purpose of "d"[edit]

I know that it's no longer in use, but what was the purpose of partition/label "d" ?

One of the links described it as "obselete whole disk", but how did it then differ from partition/label "c" ? —Preceding unsigned comment added by Koppe (talkcontribs) 12:57, 8 February 2008 (UTC)[reply]

Traditionally, d had no special meaning, but in PC BSD ports (eg. FreeBSD/i386, NetBSD/i386 etc), d is used to correspond to the whole physical disk instead of the usual c partition. In these cases, c corresponded to the BIOS MBR partition subdivided into BSD partitions only, excluding other MBR partitions used by other operating systems. Letdorf (talk) 17:10, 8 February 2008 (UTC).[reply]
FreeBSD has not done this for quite some time now, probably more than a decade; there is no way that it could possibly work (but it's also unnecessary). It used to be, in ancient *BSD systems, that the kernel did not really understand nested partitioning schemes, so the disk block numbers in the disklabel were absolute (physical) block numbers, rather than relative to the beginning of the slice. The "d" partition was then needed to be able to access the other parts of the disk (for example, to update the master boot record). I don't think even FreeBSD 2.2 (1997) still had this. On modern systems, container boundaries are enforced strictly. You could dig through old release notes to see when exactly this changed. 121a0012 (talk) 04:46, 7 June 2012 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on BSD disklabel. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 12:52, 23 October 2016 (UTC)[reply]

Original implementation[edit]

My very fuzzy recollection is that the original disklabel work was done in an Australian university (perhaps by Robert Elz) but CSRG reimplemented it from scratch for the 4.3-Tahoe release. 121a0012 (talk) 121a0012 (talk) 04:00, 18 August 2022 (UTC)[reply]