Follow-up Comment #2, bug #14921 (project findutils):
Jay wrote:
> I don't have support for the relevant filesystem on my development machine
either.
> Could you ask the original problem-reporter to investigate further?
As I am the original submitter for this one, I'll try to be as helpful as
possible. ;-)
However I doubt that you are really without "support for the relevant
filesystem", bind-mounts are a standard Linux kernel feature since iirc 2.4.
(See mount(8))
cu andreas
--------------------
argenau:~# mkdir /tmp/foo /tmp/bindmountoffoo
argenau:~# touch /tmp/foo/bar
argenau:~# ls /tmp/foo /tmp/bindmountoffoo
/tmp/bindmountoffoo:
/tmp/foo:
bar
argenau:~# mount --bind /tmp/foo /tmp/bindmountoffoo
argenau:~# mount | grep foo
/tmp/foo on /tmp/bindmountoffoo type none (rw,bind)
argenau:~# ls /tmp/foo /tmp/bindmountoffoo
/tmp/bindmountoffoo:
bar
/tmp/foo:
bar
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=14921>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils