mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Dec. 05 2005,20:09 |
|
/home/dsl is almost definely a symlink, and if adding a file in one shows up in all three, then one of the others is probably a symlink as well. You can find out which are symlinks by using the "file" command:
Code Sample | file /home file /ramdisk/home file /mnt/hda3/home |
My guess is that/ramdisk/home is a symlink to /mnt/hda3/home, but it seems unnecessary to have that in ramdisk if you're using a persistent home. Honestly I thought that /ramdisk/home was deleted if persistent home was used.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|