diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110609/004669.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20110609/004669.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110609/004669.html b/zarb-ml/mageia-discuss/20110609/004669.html new file mode 100644 index 000000000..0d725a797 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110609/004669.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Partitioning tools + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Partitioning%20tools&In-Reply-To=%3Cop.vwtsb8ejn7mcit%40hodgins.homeip.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004666.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Partitioning tools</H1> + <B>David W. Hodgins</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Partitioning%20tools&In-Reply-To=%3Cop.vwtsb8ejn7mcit%40hodgins.homeip.net%3E" + TITLE="[Mageia-discuss] Partitioning tools">davidwhodgins at gmail.com + </A><BR> + <I>Thu Jun 9 22:25:10 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004666.html">[Mageia-discuss] Partitioning tools +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#4669">[ date ]</a> + <a href="thread.html#4669">[ thread ]</a> + <a href="subject.html#4669">[ subject ]</a> + <a href="author.html#4669">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 09 Jun 2011 09:33:23 -0400, Doug Lytle <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">support at drdos.info</A>> wrote: + +><i> I've purchased a Hitachi 3TB drive that uses 4k sectors. +</I> +The drive is using 4k physical sectors. Is it using 512 byte logical +sectors or 4k logical sectors? + +If it's using 4k logical sectors, you don't have to worry about +alignment. + +If it's using 512 byte logical sectors, then you have two things to do. + +Ensure partitions are aligned on 4k boundaries. + +Use a gpt partition table, instead of a msdos style partition table, +as the msdos partition table cannot address anything beyond 2TB, due +to the use of 32 bit sector numbers. + +I'd use gparted to partition the drive. In gparted, select Device, +Create partition table, Advanced, and use the drop down button to +select a partition table type of gpt. This creates a msdos style +mbr with a fake 2TB partition, so that older partitioning tools +like fdisk won't see any free space, and uses the guid partition +table to store information about the real partitions. See +<A HREF="http://en.wikipedia.org/wiki/GUID_Partition_Table">http://en.wikipedia.org/wiki/GUID_Partition_Table</A> for details. + +I think gparted will default to aligning the partitions on 1MB +boundaries, which is a multiple of 4k. + +After you've partitioned the drive with gparted, you may be able to +use diskdrake to specify the mount points, and create the fstab +entries, but I'm not sure if it will work with a gpt partition table, +as I've never tried it. + +Regards, Dave Hodgins +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004666.html">[Mageia-discuss] Partitioning tools +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#4669">[ date ]</a> + <a href="thread.html#4669">[ thread ]</a> + <a href="subject.html#4669">[ subject ]</a> + <a href="author.html#4669">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |