Every boot, the contents of /mnt/hda1/home/tc/ are being copied to /home/tc/ . If I understand correctly, /home is in RAM.
I don't see a point to having user documents in hda1/home/tc/ copied to RAM, but maybe there is one.
My menu.lst includes: kernel /boot/bzImage quiet norestore opt=hda1 home=hda1 tce=hda1
filetool.lst does not contain any mention of home.
How can I prevent RAM from being populated with user documents that live on hda1?