All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for including nested mountpoints in overlay?
@ 2025-09-12 15:32 Nicholas Hubbard
  2025-09-13  4:21 ` Amir Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Hubbard @ 2025-09-12 15:32 UTC (permalink / raw)
  To: linux-unionfs

[-- Attachment #1: Type: text/plain, Size: 1438 bytes --]

Hello everybody,

I have just started working with overlayfs, and ran into a problem. Specifically
I wanted to overlay the root of my filesystem with a command like the following:

# mount -t overlay overlay -o lowerdir=/,upperdir=./tmp-upper,workdir=./tmp-work ./merged

However, I noticed that my nested btrfs subvolumes and boot partition were not
included in ./merged. I quickly learned though that you could have multiple
lowerdirs. So next I tried the following command (I have a nested btrfs subvolume
at /home, and my boot partition mounted at /boot):

# mount -t overlay overlay -o lowerdir=/:/home:/boot,upperdir=./tmp-upper,workdir=./tmp-work ./merged

I was expecting that now I would have (for example) the following directories:

./merged/home/$USER
./merged/boot/grub

However I instead had:

./merged/$USER
./merged/grub

Which shows that all the lowerdirs are placed right at the root of the mergedir.

So I have two questions.

1. Is there a (easy) way say "I want to include all nested mountpoints into the
   overlay in their same directories"?
2. If there is not a (easy) way to do this, do you think it would be both feasible
   and useful to add such a feature?

If the answer to question 2 is "yes", then I would be happy to take a try at this :)

-- 
Nicholas B. Hubbard
Keys: https://github.com/NicholasBHubbard/public-keys
Key ID: 508022AE06C2C446D8072447C700A066BB25F148

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-13  4:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 15:32 Support for including nested mountpoints in overlay? Nicholas Hubbard
2025-09-13  4:21 ` Amir Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.