I've created a file and formated it.
# fallocate -l 1g /foo.img # mkfs -t ext4 /foo.img
I can mount it using
# mount /foo.img /bar
But how can I make it permanent?