Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input/output error on remove not empty dir #134

Open
r3t4k3r opened this issue Apr 30, 2024 · 1 comment
Open

Input/output error on remove not empty dir #134

r3t4k3r opened this issue Apr 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@r3t4k3r
Copy link

r3t4k3r commented Apr 30, 2024

Bug while removing not empty folder

image

@mxmlnkn
Copy link
Owner

mxmlnkn commented Apr 30, 2024

I have trouble reproducing this. The traceback itself stems from the code logic that tries to remove the folder inside the overlay folder while it is not empty. The existence of this folder inside the overlay folder irritates me. It will only be created if e.g. a file was created in the mount point. Did you create some files while it was mounted? What folders are actually in the overlay folder, e.g., with tree nonroot.overlay?

What I tried without being able to reproduce the problem:

  • Mounting and deleting everything in a TAR of my firefox profile.
  • Creating a TAR with files and folders with read-only permissions.
  • Creating a file in the mountpoint subfolder and then delete everything.
  • Removing the write permissions of the newly created file in the mountpoint subfolder.

@mxmlnkn mxmlnkn added the bug Something isn't working label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants