by Michael Y » Jun 29, 2004 @ 4:58am
Unlike Windows, Linux does not give each HD or HD partition its own drive letter. Instead, each is mounted to a different point. For example, the drive that contains your Linux installation is mounted to '/'. Unless you have other partitions set up to be specific things (for example, sometimes each user is given a partition, which is mounted to their home folder), other drives will be generally mounted in the /mnt folder. For example, your second partition would be at /mnt/hda1. In Mandrake (and possibly other distros), if you have a partition with Windows on it, it will be mounted to /mnt/windows.
Hope that helps!