Hello, Do you know the reason why --rbind option is not implemented in busybox mount? This option is recognized as --bind now. As I see it is very simple to support this functionality.
man mount: "The bind mounts. Since Linux 2.4.0 it is possible to remount part of the file hierarchy somewhere else. The call is mount --bind olddir newdir After this call the same contents is accessible in two places. One can also remount a single file (on a single file). This call attaches only (part of) a single filesystem, not possible submounts. The entire file hierarchy including submounts is attached a second place using mount --rbind olddir newdir" Roman Borisov (1): mount: rbind option support include/usage.src.h | 2 +- util-linux/mount.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
