Storage
Updated Mar 27, 2021 ·
Tasks
Note: You will need an additional 10GiB additional ahrddisk on your virtual machine. This will be divided into three parts
Part 1:
- Create a primary partition with a size of 1GiB.
- Format it with ext4.
- Mount it persistently on /mount/files, using its UUID.
Part 2:
- Create an extended partition that covers all remaining disk spaces.
- On the extended partition, create a 500MiB xfs partition.
- Mount it persistently on /mount/xfs using label myxfs.
Part 3:
- Create a 500MiB swap partition.
- Mount it persistently.