[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH 0/1] mount: rbind option support
From:       Roman Borisov <ext-roman.borisov () nokia ! com>
Date:       2011-03-24 12:08:42
Message-ID: cover.1300967303.git.ext-roman.borisov () nokia ! com
[Download RAW message or body]

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
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic