HD Install :: /ramdisk/home vs. /mnt/hda3/home directories



I know that the first home directory is on RAM while the second is on my hard drive.  I noticed that the contents of the dsl directory on the RAM get updated more frequently than the contents of the dsl directory on the hard drive.  Why is this?  Shouldn't both home directories have the same contents?
Is this a situation where you're setting a persistent home directory with the boot option "home=hda3"? If so, there should be no difference or delay, since /mnt/hda3/home/dsl is mounted to /home/dsl (which i believe is a link to /ramdisk/home/dsl).

It might be an issue with your file manager not updating its display.

I used AddUsers to add <username> some time ago.  There is a /ramdisk/home/<username> directory, but there is NO /mnt/hda3/home/<username> directory.  Why?  And why does /home point to /ramdisk/home instead of /mnt/hda3/home?  

And why are there two home directories?  I want my home directory to be on my hard drive, not RAM.  Having two different home directories is confusing.

My current cheatcodes:
title DSL
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
initrd /boot/minirt24.gz  

What do I need to change?

There are two home directories because you are using the boot option "home=hda3" but have added a new user. Although you didn't answer that question, it seems that's the only answer.  A persistent home in DSL is NOT a persistent /home directory. It is a persistent /home/dsl directory. Any users you add to the system will still be in /ramdisk/home.

The persistent home is targeted toward a frugal installation, which in turn is targeted toward a single-user system. It is assumed (or so I assume) that if you are adding users then you probably have a traditional harddrive install. A frugal DSL isn't really equipped to handle extra users.

Next Page...
original here.