raspi-overlayroot icon indicating copy to clipboard operation
raspi-overlayroot copied to clipboard

upperdir is in-use by another mount

Open blalor opened this issue 7 years ago • 3 comments

I just built a new image and enabled overlayroot. Super smooth; this is very cool!

I see the following warnings in the journal after boot, however:

Jul 05 19:46:21 pizero kernel: overlayfs: upperdir is in-use by another mount, accessing files from both mounts will result in undefined behavior.
Jul 05 19:46:21 pizero kernel: overlayfs: workdir is in-use by another mount, accessing files from both mounts will result in undefined behavior.

I don't know enough about overlayfs to say if this is a concern, but it did raise an eyebrow.

blalor avatar Jul 10 '18 18:07 blalor

I have no idea what could be causing this... Did you find any additional information?

nils-werner avatar Jan 08 '19 09:01 nils-werner

I have not. It’s been working fine for me, however.

blalor avatar Jan 08 '19 10:01 blalor

What does a simple 'mount' command give you? You should see all existing mounts there.

Lalarian avatar Jan 09 '19 02:01 Lalarian