-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error: upper fs does not support RENAME_WHITEOUT #22
Comments
Wow. What filesystem is /tmp? |
My guess: zfs |
Hi, I am running "Vanilla Ubuntu 22.10". Running
So yes, you are right /tmp is on an zfs filesystem. Any suggestions? BR |
Hi,
... and making sure all files are in the right place, Thanks for pointing me in the right direction BR |
I think livefs-edit could detect this and at least provide a helpful error or maybe even operate in a tmpfs automatically (although it in some cases this might end up using a lot of RAM so maybe should be opt-in) |
I also have /tmp on zfs and can confirm a similar issue happens with A slightly more cryptic traceback:
But almost identical
An opt-in tmpfs mount behavior would be nice, but in the meantime maybe could we put a warning about filesystem compatibilities with overlayfs in the readme? |
Hi,
I'm trying to copy a modified grub.cfg file to the ISO file of the latest ubuntu distribution:
ubuntu-22.10-live-server-amd64.iso
I installed livefs-editor from github (so it's the latest version)
When I run the command
livefs-edit ../$ORIG_ISO ../$MODDED_ISO --cp /tmp/grub.cfg
I get an error:subprocess.CalledProcessError: Command '['mount', '-t', 'overlay', 'overlay', '-o', 'lowerdir=/tmp/tmpit56cbff/old/iso,upperdir=/tmp/tmpit56cbff/.tmp/tmp03znjpuj,workdir=/tmp/tmpit56cbff/.tmp/tmpk5en_7du', '/tmp/tmpit56cbff/new/iso']' returned non-zero exit status 32.
looking at the messages output by
dmesg
I get:I am running:
Here the complete output from livefs-edit
The text was updated successfully, but these errors were encountered: