このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
01_linux:99_その他:09_linux_rescue_dd [2017/05/15 04:49] – matsui | 01_linux:99_その他:09_linux_rescue_dd [2017/11/16 23:53] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 09 Linux rescue ドライバあり ====== | ||
+ | ===== linux rescue ===== | ||
+ | |||
+ | リカバリーモードでディスクドライバを読み込み起動 | ||
+ | < | ||
+ | # linux rescue blacklist=ahci ks=http:// | ||
+ | </ | ||
+ | |||
+ | ※DL170の場合 | ||
+ | |||
+ | ==== Kickstartファイル用意 ==== | ||
+ | |||
+ | ks-rescue.cfgファイルには書き1行だけ書いておく | ||
+ | |||
+ | driverdisk --source=http:// | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ※DL170の場合 | ||
+ | |||
+ | ===== LV resize ===== | ||
+ | |||
+ | < | ||
+ | # umount / | ||
+ | # umount / | ||
+ | # umount -lf / | ||
+ | # umount -lf / | ||
+ | |||
+ | # e2fsck -f / | ||
+ | # resize2fs / | ||
+ | # lvreduce -L 50G / | ||
+ | WARNING: Reducing active logical volume to 50.00 GB | ||
+ | THIS MAY DESTROY YOUR DATA (filesystem etc.) | ||
+ | Do you really want to reduce LogVol01? [y/n]: y | ||
+ | Reducing logocal volume LogVol01 to 50.00 GB | ||
+ | Logical volume LogVol00 successfully resized | ||
+ | </ | ||
+ | |||
+ | |||
+ | {{tag> |