Skip to main content

Questions tagged [overlayfs]

For questions concerning the Overlay Filesystem, which was included in Linux kernel 3.18.

1 vote
0 answers
39 views

I've been trying to get ClamAV's clamonacc on-access scanner to monitor the overlay2 file system where Docker container file systems are mounted on my Linux (Ubuntu 24.04) VM, so that I can detect any ...
TPJ's user avatar
  • 11
1 vote
0 answers
24 views

My idea to create checkpoint based on hibernate is as follow: First I setup my PC to have overlayfs on root file system. It is working correctly. My root partition is /dev/nvme0n1p2, it is mounted ...
qand's user avatar
  • 11
1 vote
1 answer
111 views

I have OpenWRT installed on some of my routers and to add additional storage for settings as well as programs that might be installed on the router and maybe logs, OpenWRT recommends you plug storage ...
leeand00's user avatar
  • 4,971
1 vote
1 answer
117 views

I'm writing a program to allow unprivileged users to mount overlay filesystems using a setuid binary. I've implemented a few safeguards to improve the program's security, but I'd like a more ...
B. Bergeron's user avatar
1 vote
1 answer
80 views

My embedded Linux system, which uses a SquashFS as its root filesystem, has unexpectedly stopped booting. The system is designed with an OverlayFS mounted on a temporary RAM disk to provide read-write ...
Lhh92's user avatar
  • 61
1 vote
1 answer
89 views

Lets say I have two devices: /dev/sda1 mounted to / (system partition) /dev/sdb1 mounted to /media/data (data partition, usb device may be unplugged) I want to merge/overlay/raid two directories ...
MOHAMMAD RASIM's user avatar
0 votes
1 answer
291 views

I have two hard drives, each with a single partition (/dev/sda1 and /dev/sdb1). The Linux root is on /dev/sda1. I run the following script. mount /dev/sdb1 /mnt mkdir /data /mnt/upper /mnt/work mount ...
user741127's user avatar
1 vote
1 answer
795 views

I'm trying to use the overlayroot package in ubuntu 24.04 to boot into a read only root filesystem but have a writable overlay. Everything I see online says to update the /etc/overlayroot.conf file ...
nopcorn's user avatar
  • 9,379
1 vote
0 answers
53 views

I have read-only root file system, protected with dm-verity and clean read-write user data storage. Nevertheless, I need to make a tiny set of files on rootfs which require persistent storage ...
Alex Hoppus's user avatar
1 vote
2 answers
160 views

I'm learning about the linux overlay file system and I'm having a problem that's beyond my knowledge. Can anyone explain the technical rationale behind this? mkdir ./{merged,work,upper,lower} echo &...
user25075193's user avatar
1 vote
0 answers
313 views

I am trying to give all Users on a system their own writable copy of a root-owned directory, and OverlayFS sounds like the tool for the job, but I am finding it not as straightforward as it sounded at ...
palswim's user avatar
  • 5,687
1 vote
0 answers
78 views

I have quite a bit complex setup. I'm running https://github.com/demostanis/demolinux. The root filesystem is made out of an overlayfs between a btrfs read-only subvolume and a read-write btrfs ...
demostanis's user avatar
0 votes
0 answers
96 views

I want to load docker image without dockerd. (like docker load -i image.tar ) I see that when I load docker image there are files that added to only 2 directories: overlay2,image How can I set the ...
Polo1990's user avatar
3 votes
0 answers
466 views

I am trying to mount an overlayfs on /tmp from within a separate user & mount namespace. This works well unless /tmp already has a child mount in the original namespace, in which case this ...
Fabian Meumertzheim's user avatar
0 votes
1 answer
126 views

I wish to separate the default packages configuration files (/etc/), and the configuration files I edited e.g. in /Data/etc/ (normally should be /usr/local/etc/, but let assume /Data/etc/). This to ...
Denis Migdal's user avatar

15 30 50 per page
1
2 3 4 5
9