Find the answer to your Linux question:
Results 1 to 3 of 3
I'm a complete newbe who is struggling with the most basic part of Linux. I don't understand how to set up the partitions in the install program. I've read as ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    6

    Totally Confused About Partitions

    I'm a complete newbe who is struggling with the most basic part of Linux. I don't understand how to set up the partitions in the install program. I've read as much as I can about partitions, but I am still totally confused about what to do.

    I want one partition for the Linux OS and at least two partitions just for data.


    Question 1:
    Should I make the bootable partition for the Linux OS an extended partition or just a plain primary partition?


    Question 2
    Should I make the non-boot partitions, which are for data only, primary partitions that are completely independent of the one used for the OS? Or should I create them from within the extended partition?


    Question 3:
    Am I supposed to just let the install program create the swap file? Or should I create the swap file before running the install? Does the swap file count as a partition all by itself?

    Question 4:
    You are always prompted to choose a mount point for the bootable partition. What exactly is the mount point? Should you always choose the root (/) as the mount point?



    I'd appreciate any help that you can give me.

    Thanks.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    1. Linux does not care whether its installed on a primary or logical partition
    2. Again, you can make them primary or logical
    3. Its probably best to create swap space during install time. This will save you the time and effort that you would spend manually creating it yourself and creating entries for it in /etc/fstab
    4. The mount point for the main installation is / (root) (I don't know why you call it bootable because it does not have to be bootable if you have a separate /boot partition)

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    The Linux Documentation Project (TLDP) offers a pretty good primer on partitioning under Linux, too:

    http://tldp.org/HOWTO/Partition/

    Hope you have fun with Linux!
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •