bind (hardlink) one directory to many places
Posted
by
PoltoS
on Server Fault
See other posts from Server Fault
or by PoltoS
Published on 2012-04-23T14:32:18Z
Indexed on
2012/06/01
4:42 UTC
Read the original article
Hit count: 597
I need to "bind" one directory to many chrooted places. I know that I can do "mount -o bind", but this requires special processing on startup each time (run the mount).
Is there a way to do it on the filesystem directly? My fs is ext4 and it seems not to support hardlinks to directories. Hardlinking all files inside is not an option too.
Is thee a way to enable hardlinks to directories in ext4? Or any other options are avilable?
© Server Fault or respective owner