bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concern for my data on large partition


From: Bryn M. Reeves
Subject: Re: Concern for my data on large partition
Date: Tue, 18 Aug 2009 17:15:48 +0100

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]