cc_staff
1,486
edits
Line 33: | Line 33: | ||
<li> format the newly created partition with</li> | <li> format the newly created partition with</li> | ||
{{Command|sudo mkfs -t ext4 /dev/vdb1}} | |||
<li>Create a place to mount the device with</li> | <li>Create a place to mount the device with</li> | ||
{{Command| sudo mkdir /media/data}} | |||
<li>Finally the volume can be mounted with</li> | <li>Finally the volume can be mounted with</li> | ||
{{Command| sudo mount /dev/vdb1 /media/data}} | |||
</ol> | </ol> | ||
Line 50: | Line 45: | ||
Then to mount the device just added to <code>/etc/fstab</code> run | Then to mount the device just added to <code>/etc/fstab</code> run | ||
{{Command| sudo mount -a}} | |||
===Booting From a Volume=== | ===Booting From a Volume=== | ||
{{To Do| need to write down how to boot from a volume}} | {{To Do| need to write down how to boot from a volume}} |