From 4d955f583bc79ee4bedec18d2e5c165652c9696e Mon Sep 17 00:00:00 2001 From: tuxillo Date: Mon, 21 Sep 2009 13:44:21 -0700 Subject: [PATCH] --- docs/howtos/howto_reinstall_hammer/index.mdwn | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/howtos/howto_reinstall_hammer/index.mdwn b/docs/howtos/howto_reinstall_hammer/index.mdwn index c0d9fa39..3e6c4ea3 100644 --- a/docs/howtos/howto_reinstall_hammer/index.mdwn +++ b/docs/howtos/howto_reinstall_hammer/index.mdwn @@ -60,23 +60,30 @@ So we can start saving all our data: Make sure the shared storage you have used is available for the LiveCD. # New installation process + ## Booting LiveCD + Boot the LiveCD in the machine you want to install. You can run installer in order to do some basic configurations for the LiveCD environment, under option "LiveCD utilities", and then exit again to the shell. ## Backup data accesibility + Prepare the share where you have the backup data: -# mkdir /root/pfs -# mount 192.168.3.1:/home/data/pfs /root/pfs -# df -h /root/pfs -Filesystem Size Used Avail Capacity Mounted on -192.168.3.1:/home/data/pfs 364G 247G 98G 72% /root/pfs + # mkdir /root/pfs + # mount 192.168.3.1:/home/data/pfs /root/pfs + # df -h /root/pfs + Filesystem Size Used Avail Capacity Mounted on + 192.168.3.1:/home/data/pfs 364G 247G 98G 72% /root/pfs ## Partition the disk This part is critical. With this you will lose all the data on the disk you have chosen. -Initalize the disk and partition it: +**Warning: You are discouraged to use fdisk. Use another partition utility while you can ** +Initalize the disk and partition it. After that, you will have to manually # fdisk -BI ad4 +# fdisk -i + + -- 2.41.0