...
- 1st time it need formating
- Browser: Create volume , using 'Volumes', pick 300GB (it is small and not pricy)
- Browser: right click on the volume, attache it to running Instance of VM, remember name, e.g.: /dev/sdf
- ssh to VM
- partition this disk , e.g. using fdisk
- fdisk /dev/sdf
n : new partition
p : primary
1 : (default begin)
enter : (default end)
p : print
w : write partition
- fdisk /dev/sdf
- format disk using mkfs
mkfs.ext3 /dev/sdf1 ('1' is partition selected earlier) - mount disk as home dir named storage
mkdir /storage
mount /dev/sdf1 /storage
cd /storage
ls
- partition this disk , e.g. using fdisk
You are done. Well, you need to pay for it. This is my 1st bill: