Package: mount
Version: 2.27~rc1-1

# mount --bind olddir newdir

creates indistinguishable output from

# mount
/dev/sdd2 on /var/cache/apt/archives type ext4 
(rw,relatime,errors=remount-ro,data=ordered)
/dev/sdd2 on /var/cache/flashplugin-nonfree type ext4 
(rw,relatime,errors=remount-ro,data=ordered)


I.e., from the above output, one cannot tell if

# mount /dev/sdd2 /tmp/k
ls /tmp/k
will produce the same as
ls /var/cache/flashplugin-nonfree
or
ls /var/cache/apt/archives
!!

Therefore

# mount

needs to be enhanced to indicate the difference.

In the meantime the man page at
       mount --bind olddir newdir
should mention the problem.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to