パーティション分割ツール
0pt
自分用メモ。
未だにどれを使えばいいのかわからない。
Linuxにディスク増設したのでメモ。
ちなみに、一般的にはもはやパーティションツールというのは使わなくてもよいのかもしれない。
現代Linux(Unix)にはLVMという素晴らし(そうな - 実感したことは無い)いメカニズムがある。
Linuxで動作
parted - 確認なしに即時に反映される。CUI。
fdisk - レイアウトを決めてから終了時に書き込まれる。CUI。
partedはパーティションサイズの分割ができる場合がある。が、
ext3 filesystem resizing does not currently work, please use resize2fs(8) instead.
Resizing partitions with an ext3 filesystem will not generally work because of the above issue. Use resize2fs(8) to resize the filesystem
and resize the partition manually using fdisk(8) or a similar tool.
For LVM situations, you will need to use the LVM commands to resize the LVM elements.
とのことなので、ext3を使っている場合には使えないっぽい。
コメントはまだありません