bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14921] find -fstype broken when bind-mounts are used


From: Andreas Metzler
Subject: [bug #14921] find -fstype broken when bind-mounts are used
Date: Fri, 11 Nov 2005 19:15:07 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]