Skip to content

Support Volume with ext4 #1272

Closed Answered by kdrag0n
p-w-e asked this question in Q&A
Discussion options

You must be logged in to vote

No plans to make the default file system customizable, but you can create and mount a disk image:

truncate -s 64G ext4.img
mkfs.ext4 ext4.img
mkdir /mnt/data
mount ext4.img /mnt/data

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kdrag0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants