commit | 86af052d250727fd3203bad7e46790b1ba33a551 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 26 21:26:07 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 26 21:26:07 2004 +0000 |
tree | ad61646e97a8cfcff063d7e57b80d601adee0ddd | |
parent | 2c1f1bc7f61b1e62ca54450e8483806858b7dd7f [diff] |
Kevin P. Fleming writes: Yes, I know busybox is in feature freeze. If this two-liner is too much that's fine, but it's handy. This patch allows busybox mount to support "-o move" just like it supports "-o bind", which is the equivalent of util-linux "mount --move". Usage is: mount -o move /mnt/point/1 /mnt/point/2 where /mnt/point/1 is an already mounted filesystem; it will be moved to /mnt/point/2.