The problem I run into is that OneDrive upload blocks file write during upload, which is understandable. The problem is that the file in question may have updates locally. In my setting, the update happens when 7z.exe finishes making a new .zip file and attempts to overwrite the source .zip […]
Daily Archives: July 2, 2025
11 posts
I want to create an overlay of the root directory and chroot into it to sandbox things like from source installs or runs, as well as other purposes. I use the command.. mount -t overlay overlay -o lowerdir="/",upperdir="adirectory",workdir="anotherdirectory" chrootdir What I get is an empty /home /dev /boot directory. To […]