On Mon, Dec 09, 2013 at 02:06:21PM +0800, jun muzi wrote: > If mount a local file(disk) in two different dirctories, it is similar to the > network storage. Detecting identical "files" is still a problem. > Such as: > dd if=/dev/zero of=aa bs=1M count=10 > mkfs.ext4 aa > Then mount aa to two directories. > mount aa /mnt/dir1 > mount aa /mnt/dir2
(Off-topic, but you should never mount a regular file system read/write more than once at a time. This example is wrong, it can corrupt the file system.) My question was about the bug. What is the problem you are seeing and how do you reproduce it (including the HMP commands)? Stefan
