https://bugzilla.novell.com/show_bug.cgi?id=408959 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408959#c4 --- Comment #4 from Michal Marek <mmarek@novell.com> 2008-07-28 11:53:10 MDT --- Who says that inode numbers are unique across filesystems? # dd if=/dev/zero of=img1 bs=1M count=10 10+0 records in 10+0 records out 10485760 bytes (10 MB) copied, 0.0422199 s, 248 MB/s # dd if=/dev/zero of=img2 bs=1M count=10 .. # mkfs.ext3 img1 mke2fs 1.40.8 (13-Mar-2008) img1 is not a block special device. Proceed anyway? (y,n) y .. This filesystem will be automatically checked every 38 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. # mkfs.ext3 img2 .. # mkdir 1 2 # mount -o loop img1 1 # mount -o loop img2 2 # ls -1id / 1/ 2/ 2 / 2 1/ 2 2/ # ls -1id /proc/ /sys/ /dev/pts/ /sys/kernel/debug/ /sys/fs/fuse/connections/ 1 /dev/pts/ 1 /proc/ 1 /sys/ 1 /sys/fs/fuse/connections/ 1 /sys/kernel/debug/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.