- Apply this patch: https://github.com/lima-vm/lima/pull/759/files
- Applied branch: https://github.com/ocadaruma/lima/tree/port-datadisk
- Specify
data
field in lima.yaml limactl start
- Create partition
sudo fdisk /dev/vdb
- mkfs
sudo mkfs -t xfs /dev/vdb1
- Add label
sudo xfs_admin -L data /dev/vdb1