Download the ISOs from [here](http://www.dragonflybsd.org/mirrors/).
-# Saving the data
+# Data backup
At this point you should have a place ready to store all the compressed files you are going to generate.
-Mine is this:
+In our case:
smash64# df -h /mnt/pfs
Filesystem Size Used Avail Capacity Mounted on
....
+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
+
+## 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:
+# fdisk -BI ad4
+
+
+
+
+
+
+
+
+
+
+
-# Reinstalling
# Restoring the data
# Fixing the configuration
# Booting