Y
Hacker News
new
|
ask
|
show
|
jobs
by
IronBacon
2148 days ago
I think something like "mount --bind olddir newdir"...
1 comments
panta
2148 days ago
This is a bind mount, not an overlay. For an actual overlay you need something like overlayfs or unionfs. See for example
https://wiki.archlinux.org/index.php/Overlay_filesystem
link
lupyuen
2148 days ago
Thanks! Will try that out
link