On Tue, Sep 01, 2020 at 11:12:40AM -0500, Ram Ramesh wrote: > I really wished overlay fs had a nice merge/clean feature that will allow us > to move overlay items to underlying file system and start over the overlay. You should check out mergerfs[1], it can merge multiple directories together on different disks and you can transparently move files between them. Mergerfs have a lot of other features too that you might find useful. [1] https://github.com/trapexit/mergerfs/ -- Kai Stian Olstad