バックアップそして再インストール
UbuntsuのLiveCDで起動し、以下のコマンドを実行
sudo tar -cvzf full.tzr.gz /media/disk/
これでルート以下のバックアップが完了。
再インストール後以下のコマンドで、USBメモリでマウント
cd /mnt
mkdir usbmem
mount -t vfat /dev/sda1 /mnt/usbmem
その後、USBに保存したデータを/home/tmpにコピー
UbuntsuのLiveCDで起動し、以下のコマンドを実行
sudo tar -cvzf full.tzr.gz /media/disk/
これでルート以下のバックアップが完了。
再インストール後以下のコマンドで、USBメモリでマウント
cd /mnt
mkdir usbmem
mount -t vfat /dev/sda1 /mnt/usbmem
その後、USBに保存したデータを/home/tmpにコピー