mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 02 2006,19:51 |
|
Yes, you can have both on the same partition. In order to use hda2 as home, DSL first mounts the partition at /mnt/hda2, then it uses mount's "--bind" parameter to mount /mnt/hda2/home/dsl to /home/dsl and creates a link to this mountpoint in /ramdisk. At least I'm pretty sure this is the process. It might be the other way around...being bound to /ramdisk/home/dsl and using /home/dsl as the symlink.
Whatever the exact procedure, your files on hda2 will still be available through /mnt/hda2.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|