How can I use different filesystems in a container? I have tried to make an img with XFS filesystem.
mkfs.xfs proba.img
It was succesful, but when tried to mount it, get following error. Already tried to use chmod
, but same error.
mount: block device /root/proba.img is write-protected, mounting read-only
mount: cannot mount block device /root/proba.img read-only
xfs_info's output: proba.img is not a mounted XFS filesystem
Is XFS(or another) filesystem usage possible in a single conatiner?