Archive for 5月 18th, 2008

バックアップそして再インストール

5月 18th, 2008

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にコピー