LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Mandrake 9.2.. Need help with Mount Point (https://www.linuxquestions.org/questions/linux-newbie-8/installing-mandrake-9-2-need-help-with-mount-point-159929/)

sci0x 03-19-2004 03:27 PM

Installing Mandrake 9.2.. Need help with Mount Point
 
I would like to install Mandrake 9.2 onto my system. I will dual-boot with XP. I have created a new partition for linux. I restart computer and load the disc. Then it comes to the mount point part which I do not understand. Please explain this, and explain what command i put in. Like, i click the Linux partition, click mount point, what do I type in there? coz then it asks me to put in a root partition. Do i need to install another partition? a swap file for Linux or something?

Please explain in detail.

Thanks a million,
Denis

b0uncer 03-19-2004 03:44 PM

normally you'll need three partitions for a linux install; one for swap (a few hundred megs? I'm not sure about the linuxes of these days...some ask more, some even more), one for boot (a smaller, like 16 megs or something it at least used to be) and root (where all the real stuff goes)

so mount points are as follows:

swap - no mount point needed, usually selecting "swap" as the type is just enough
boot - the mount point is /boot
root - the mount point is /

so root is just a plain "/" (without quotes) and boot is /boot got it? :) swap is for swap, of course, and boot is for the bootloader that gets your system running and kernel, and root is for apps, for files, for space, for games, for everything else - unless you wish to do more partitions which is optional.

EDIT: oh yeah, about the mount point - it's like the place in your file system, where the asked partition/device is found. so when you type in a shell

cd /boot

(cd means change directory) it goes to your boot partition, if it's mounted. that's why it's mount point - the point, the place where a filesystem/device is mounted. and doing a

cd /

just goes to your root partition so it's the root mount point in your filesystem. so mount point tells your filesystem, where certain devices or somethings are found, and how you - the user - can access them and where.


All times are GMT -5. The time now is 11:34 PM.