Skip to content

Instantly share code, notes, and snippets.

@ikurni
Created July 7, 2020 17:07
Show Gist options
  • Save ikurni/1aa9ed64d91483390838e7a3b616c003 to your computer and use it in GitHub Desktop.
Save ikurni/1aa9ed64d91483390838e7a3b616c003 to your computer and use it in GitHub Desktop.
Podman Issue Overlay fs does not supported
##Got podman issue when run podman command :
##Error: could not get runtime: kernel does not support overlay fs: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Running without d_type is not supported.: driver not supported
##Reinstall podman and containers-common does not work
##Edit /etc/containers/storage.conf
vi /etc/containers/storage.conf
##Find storage.options and make sure below line is in there
[storage.options]
mount_program = "/usr/bin/fuse-overlayfs"
##save and try again
@jyotirswamy
Copy link

Thank you .I was stuck with the same issue as above. Able to resolve.

@mrpre
Copy link

mrpre commented Dec 6, 2022

sloved my problem.

@prabhakaran2304
Copy link

Solved my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment