View Single Post
Old 04-15-2011, 02:44 PM   #3
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Ah. Thanks NiLuJe. It confused me that it works differently than on Ubuntu.

Code:
[root@kindle us]# ls a
a.txt
[root@kindle us]# ls b
b.txt
[root@kindle us]# mount --bind b a
[root@kindle us]# ls a
b.txt
[root@kindle us]# ls b
b.txt
[root@kindle us]# umount b
umount: b: not mounted
[root@kindle us]# umount a
[root@kindle us]# ls a
a.txt
[root@kindle us]# ls b
b.txt

Last edited by PoP; 04-15-2011 at 02:46 PM.
PoP is offline   Reply With Quote