如何在容器中使用不同的文件系统?我试图用 XFS 文件系统制作一个 img。
mkfs.xfs proba.img
它是成功的,但是当尝试挂载它时,出现以下错误。已经尝试使用chmod
,但同样的错误。
mount: block device /root/proba.img is write-protected, mounting read-only
mount: cannot mount block device /root/proba.img read-only
xfs_info 的输出:proba.img is not a mounted XFS filesystem
XFS(或其他)文件系统是否可以在单个容器中使用?