外付けディスクに、2TB 以上のパーティションが作れません
Issue
- Red Hat Enterprise Linux を使用して、2TB 以上のパーティションを外付けのディスクに作れませんが、なぜですか? parted コマンドを使用して、外付けディスク (USB や Firewire インタフェースに直につないだ物) のパーティションを切ろうとすると、以下のようなエラーになります。
# parted /dev/sdc print
Backtrace has 8 calls on stack:
8: /usr/lib64/libparted-1.8.so.0(ped_assert+0x88) [0x2b86f87e7e58]
7: /usr/lib64/libparted-1.8.so.0 [0x2b86f881b44f]
6: /usr/lib64/libparted-1.8.so.0(ped_disk_new+0x94) [0x2b86f87ef154]
5: parted [0x405e1e]
4: parted(non_interactive_mode+0x7c) [0x40af8c]
3: parted(main+0x4e) [0x4091ce]
2: /lib64/libc.so.6(__libc_start_main+0xf4) [0x3e7a61d994]
1: parted [0x4046d9]
You found a bug in GNU Parted! Here's what you have to do:
Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug by doing the following:
Check whether the bug has already been fixed by checking
the last version of GNU Parted that you can find at:
http://ftp.gnu.org/gnu/parted/
Please check this version prior to bug reporting.
If this has not been fixed yet or if you don't know how to check,
please visit the GNU Parted website:
http://www.gnu.org/software/parted
for further information.
Your report should contain the version of this release (1.8.1)
along with the error message below, the output of
parted DEVICE unit co print unit s print
and additional information about your setup you consider important.
Assertion ((PedSector) PED_LE64_TO_CPU (gpt->AlternateLBA) <=
disk->dev->length - 1) at gpt.c:815
in function gpt_read() failed.
Ignore/Cancel? c
- どのように対応すれば良いですか?
Environment
- Red Hat Enterprise Linux 5.5
- 外付けディスク (USB もしくは Firewire インタフェースに直接接続されたもの)
- parted
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.