MergerHi, I returned the materials moved to Hard disk drive partitioning history, because they don't make up for a whole article. Let me explain: each article in Wikipedia has to reach a balance of size versus integration of details. Now the history of hard drive partitioning is quite integral to the concept of drive partitioning, and it doesn't excessively increase the size. So in this case it's best to leave it in one chunk. Remember, Wikipedia is an encyclopedia with proper articles, not Everything2 with nodes :-) --Uriyan In fact, the history of partitioning is just about the only thing on the topic. The whole concept of partitioning is completely obsolete. Partitioning (and formatting) make no sense in the case of a Logging FS where you can grow and shrink the log dynamically. -- Ark
To do: Drive partitioning on non- IBM PC architectures was moved from the article to here. --cprompt 02:23, 21 Dec 2003 (UTC) I merged the following articles Active partition, Partition (Computing), Partition (IBM PC) - Jacob 16 Jun 2005 Extended partitions?Extended partition is linked here, but the article doesn't define - or even mention! - extended partitions, let alone explain how they function. Is this missing for a reason, or does it just await writing? --Dyfrgi 22:42, 7 May 2006 (UTC)
1024 sector limitationThe article says: "Technical limitations of a filesystem or operating system (e.g. old versions of the Microsoft FAT filesystem or old Linux kernels that can't boot on a partition with more than 1024 sectors)" Is this a reference to the old limitation in LILO that meant it could not boot from a partition that began after the 1024th cylinder on a drive? If so, the statement above needs to be corrected. — Yama 10:00, 15 September 2005 (UTC) XOSL linkI have removed the dead link to xosl.org (which now belongs to a link farm): Although Ranish has a mirror of it, I'm not really sure how relevant an operating system loader is to an article on partitioning -- all the other links are to either further information on partitioning or to partitioning utilities, not to loaders. --Jkew 19:30, 22 November 2005 (UTC) Extended/logical partitions24 logical partitions in an extended partition? Since when? Assume this is a typo for 4. Should also note that extended partitions can be nested. --Jkew 19:40, 22 November 2005 (UTC) I think this refers to the limit existing since DOS 3.3 (1987) to have a maximum of 23 logical partitions inside an extended partition (using a chained setup where each partition is preceded by an "EBR" with only two entries, one being the logical, and the other being another extended which points to the next slice.)
Hardlink attacksWould be useful to provide a link to this for those (like me) who had their interest piqued -- can't find anything suitable within Wikipedia. --Jkew 19:49, 22 November 2005 (UTC)
Other partitioning implementationsConcurrent schemes usedThere are a number of them; GNU Parted or Linux fdisk support a few like the Unix-inherited (BSD, Sun, etc.) disklabels or the Apple Macintosh scheme; there is also the SCO Xenix divvy scheme which may be historically relevant.--AntoineL 15:51Z, December 5th, 2005 Intel GUID Partition TableA recent edit (Nov 30th) added
While factually correct about Itanic, I do not agree with the conclusion. For the PC architecture, GPT is still the only scheme with some acceptance which saves the 2TB barrier (32-bit count of 512-byte sectors). It is implemented in Linux, BSD, and the recent versions of Windows. Too technicalIn reading this article, I have come across quite a few terms that would definitely not be readily identifiable to many people who use PCs. Jargon terms are used rather than simple English- defining/wikifying the terms would be a good idea. On the whole, the article is well written from a basic techie viewpoint, but that moves it away from being generally useful to a broad base of Wikipedia readers. → P.MacUidhir (t) (c) 05:34, 26 February 2006 (UTC)
windows partition setup??talking about windows partitions... should the programs and files (eg my docs) be stored together on a 2nd partition, or both separately on a 2nd and 3rd?? - mar 1st —The preceding unsigned comment was added by 137.205.148.10 (talk • contribs) 18:20, 1 March 2006 (UTC)
One technical detailThe drive mentions making the C drive "nonexistent" and putting the OS on another drive. Could this somehow be clarified? —The preceding unsigned comment was added by 129.7.154.58 (talk • contribs) 00:04, 24 March 2006 (UTC)
Needs more info.On Primary, Logical and Extended Partitions. BKmetic 14:29, 17 May 2006 (UTC)
UNIX partitions??According to the article /boot is its own partition. That makes no sense, /boot includes files that is needed to define how to mount the partitions defined in /etc. For these reasons, /boot, /etc, /proc and /bin cannot be their own partitions or the system won't boot. Better be correct. And also, note that very few distributions actually make that making partitions by default. --Svippong - Talk 20:49, 23 November 2006 (UTC)
Partitioning = Dissection? Not always..."In layman's terms, partitioning a hard drive makes it appear to be more than one hard drive, especially in how each partition is formatted for different operating systems, and in how files are copied from one partition to another." Not true. Partitioning is not JUST subdividing a physical hard drive into multiple logical partitions, even creating one partition on one hard drive is still partitioning, just not as advanced. Also, partitioning several disks (such as disks in a RAID format) still do not involve taking one hard drive and dissecting it. Basically, since I can't think of how to reword it, someone else think of it. (This is in the intro) --DEMONIIIK 01:13, 9 April 2007 (UTC)
Active partitions and list of file systemsCould anyone give an explanation —The preceding unsigned comment was added by 193.112.172.12 (talk • contribs) 15:16, 28 February 2007 (UTC) Partitions are not limited to hard disksCorrect me if I am wrong, which is why I haven't waded in to correct the article. A partition is a way of dividing up space in a volume. A Volume can be anything from a file on a filesystem already present to a real hard disks volume, in some situations a volume can span a number of hard disks or other storage media. So as I see it the hierarchy is a follows: Physical Storage media So the common usage of partitioning the hard disk is not strictly true. And the term Volume comes directly from the literal meaning for space. Interestingly on some systems, (GNU/Linux) included, one can write a filesystem directly to a block device and skip the partitioning altogether, a filesystem directly on a volume. In this case one does not, for example, mount "/dev/hda1" but the equivalent would be "/dev/hda". With all of the references to hard-disks in this article it is a big edit and one that I would appreciate some feedback on beforehand. Thanks. 81.138.5.131 (talk) 14:29, 11 February 2008 (UTC)
I have just a few minutes to add a bit more: You can define any word however you want, but that won't change how it's already being used by computer industry leaders, techs, journals, etc. This made me search Wikipedia for its use, and I found the article: Volume_(computing). It does point out that volumes can exist without partitions and that volumes can span physical disks, etc., but begins by describing a volume as: "a single accessible storage area with a single file system, typically (though not necessarily) resident on a single partition of a hard disk." As to your comment, "one can write a 'filesystem' directly to a block device and skip the partitioning altogether," is this really any different than writing a raw image file to a floppy or hard disk drive under a Windows OS?! Unless you meant something entirely different, the 'file system' you speak of would still have to be formatted or even partitioned first and then formatted before being written to the disk. Perhaps you meant how some devices, such as a USB stick, etc. can easily be set up as a single volume (no MBR sector)? But these too could also be partitioned if I wanted them to be (except for using a diskette in a real floppy drive). The main point in all of this is that partitions are never within a volume, but the opposite is quite often true! Daniel B. Sedory (talk) 10:54, 13 February 2008 (UTC) "Disk partition" versus "disk partitioning"WP:VERB says "do not use verbs for article titles if there is a more appropriate noun title". It's true that, when initially creating partitions, one describes it as "partitioning the drive". However, discussion and documentation seems to use the noun form much more frequently... primary partition, partition table, swap partition, etc. In my opinion, the article should be renamed to "disk partition". --Underpants (talk) 04:27, 14 June 2008 (UTC)
| |