How to Avoid Copying Large Folders When Creating a chroot Sandbox Using Symlinks, Hard Links, or Bind Mount?
0
votes
1
answer
81
views
I am working on creating a chroot sandbox and want to avoid the time-consuming and storage-intensive process of copying large directories such as
bin
, lib
, and others.
Is it possible to use symbolic links, hard links, or bind mount to reference these directories from the host system within the chroot environment?
What are the implications or potential issues with each method in terms of:
1. Performance
2. Security
3. Compatibility
4. Ease of setup
Any insights or best practices on this would be greatly appreciated.
Asked by Foad
(379 rep)
May 22, 2024, 09:10 PM
Last activity: May 24, 2024, 11:36 AM
Last activity: May 24, 2024, 11:36 AM