On Tue, 2009-08-18 at 11:56 -0400, Sherman, William R wrote: > But then I looked back and noticed a discrepancy I'd missed before. > That final 'print' command to "parted" responded with: > Model: AMCC 9650SE-8LP DISK (scsi) > Disk /dev/sdb: 5897GB > Sector size (logical/physical): 512B/512B > Partition Table: msdos
There's your problem ^^^^^^^^ The MSDOS partition table format (aka DOS "MBR") is limited to 2TB and behaves very strangely if you try to exceed that value. For devices larger than 2TB you must use the GPT partition table format instead. Parted does support GPT (see the mklabel command) but you will need to back up the data from the device and re-create the partitioning scheme and file system as the GPT format requires more reserved space at the beginning of a device. Regards, Bryn. http://en.wikipedia.org/wiki/Master_boot_record http://en.wikipedia.org/wiki/GUID_Partition_Table _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted