Determine mount point information

Barry Brimer lists at brimer.org
Tue Aug 1 01:25:09 UTC 2006


> When I look at mount -v  I get:
>
> /foo on /home/foo type none (rw,bind)

This is referred to as a bind mount (man mount).  It allows you to mount a 
directory in multiple places in your filesystem.  I use them when I have 
to provide the same directory to multiple chrooted places.  I am not sure 
how it might have gotten on your system, but that is what you have.

Barry




More information about the redhat-list mailing list