Re: Devices/Partitions over 2TB

2005-03-17 Thread Andries Brouwer
On Mon, Mar 14, 2005 at 10:44:31AM -0600, Berkley Shands wrote: > With a Broadcom BC4852 and suitable Sata drives, it is easy to create > functional devices with well in excess of 2TB raw space. This presents a > severe > problem to partitioning tools, such as fdisk/cfdisk and the like as t

Re: Devices/Partitions over 2TB

2005-03-16 Thread Lennart Sorensen
On Wed, Mar 16, 2005 at 12:16:57PM +, Stephen C. Tweedie wrote: > For LVM, the lvm2 package contains all the necessary tools. I know > Alasdair did some kernel fixes for lvm2 striping on >2TB partitions > recently, though, so older kernels might not work perfectly if you're > using stripes. >

Re: Devices/Partitions over 2TB

2005-03-16 Thread Stephen C. Tweedie
Hi, On Tue, 2005-03-15 at 04:54, jmerkey wrote: > Good Question. Where are the standard tools in FC2 and FC3 for these types? For LVM, the lvm2 package contains all the necessary tools. I know Alasdair did some kernel fixes for lvm2 striping on >2TB partitions recently, though, so older kernel

Re: Devices/Partitions over 2TB

2005-03-14 Thread jmerkey
Bernd Eckenfels wrote: In article <[EMAIL PROTECTED]> you wrote: You have to ignore the partition table contents for ending cylinder. Good Question. Where are the standard tools in FC2 and FC3 for these types? Jeff Gruss Bernd - To unsubscribe from this list: send the line "unsubscribe lin

Re: Devices/Partitions over 2TB

2005-03-14 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > You have to ignore the partition table contents for ending cylinder. Why use MSDOS partition tables at all? What about LVM or GUID Partitions? Gruss Bernd - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Devices/Partitions over 2TB

2005-03-14 Thread jmerkey
You have to ignore the partition table contents for ending cylinder. Use the following instead. You also have to write your own FS or modify the partition code in Linux or you won't be able to use the storage. This config option listed in the previous post only enables 64 bit LBA addressing, it

Re: Devices/Partitions over 2TB

2005-03-14 Thread Randy.Dunlap
Miquel van Smoorenburg wrote: In article <[EMAIL PROTECTED]>, Berkley Shands <[EMAIL PROTECTED]> wrote: I have not found any documentation of efforts to overcome the 2TB partition limit, config LBD bool "Support for Large Block Devices" depends on X86 || MIPS32 || PPC32 || ARCH_S3

Re: Devices/Partitions over 2TB

2005-03-14 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Berkley Shands <[EMAIL PROTECTED]> wrote: >I have not found any documentation of efforts to overcome the 2TB >partition limit, config LBD bool "Support for Large Block Devices" depends on X86 || MIPS32 || PPC32 || ARCH_S390_31 || SUPERH help

Devices/Partitions over 2TB

2005-03-14 Thread Berkley Shands
With a Broadcom BC4852 and suitable Sata drives, it is easy to create functional devices with well in excess of 2TB raw space. This presents a severe problem to partitioning tools, such as fdisk/cfdisk and the like as the kernel partition structure has a 32 bit integer max for sector counts