The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Starting out with Linux, a little guidance needed!

    Discussion in 'Linux Compatibility and Software' started by Sub-D, Apr 21, 2007.

  1. Sub-D

    Sub-D Notebook Evangelist

    Reputations:
    56
    Messages:
    608
    Likes Received:
    0
    Trophy Points:
    30
    I'm looking to install Kubuntu 7.04 (which I am currently downloading and I'm going to burn to a disc) onto my notebook so that I have the option to use either Vista or Kubuntu. My HDD was seperated using a Samsung utility that came with the notebook to split the HDD into Disk C and Disk E which I presume are two different partitions. Would I be able to install Kubuntu onto Disk E without wiping or affecting the data on Disk C? I'm rather worried about this as I'm not too keen to have to go through the process of putting Vista back onto the laptop using system recovery software.

    If there is anything else that I should be aware of please let me know!

    Thank you for your time and assistance.
     
  2. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    As long as the second partition doesn't contain recovery data or anything and you choose the correct partition during the Kubuntu installer you should be fine. The Vista partition will be okay.
     
  3. Sub-D

    Sub-D Notebook Evangelist

    Reputations:
    56
    Messages:
    608
    Likes Received:
    0
    Trophy Points:
    30
    I'm pretty certain that I have another hidden parition that contains recovery information as when I first booted the notebook it mentioned it was doing this. If the partition is hidden, do I have anyway of checking this?

    MY HDD is 100GB yet my C partition is 58.1GB and my E partition (where I want to install Kubuntu) is 25GB. I would hope that the missing 15GB or so is being used in some way for recovery info. Checking my E partition using Windows it shows no data in it. Am I ok to go ahead?

    Thank you for the reassurance so far, I just want to be extra certain!
     
  4. Sub-D

    Sub-D Notebook Evangelist

    Reputations:
    56
    Messages:
    608
    Likes Received:
    0
    Trophy Points:
    30
    Sorry for posting again, I've booted Kubuntu via disk and have chosen to go ahead with the install. When asking about preparing partitions I chose not to go ahead with the guided setup (that would use my entire disk) but instead chose manual. I've now been given three options as to the partition I use sda 1 (which appears to be either my recovery partition or the partition Samsung use for AVStationNow), sda 2 which appears to be the partition I use for Vista and sda 3 which looks like my blank partition. If I go ahead and choose to install in sda 3 (any data in there won't be needed anyway), will the other partitions be affected?

    Edit: I've gotten over my fear of the partitioning and I created a swap file however after I hit "Next" I get an error message saying no root file is defined and I'm utterly clueless as how to solve this problem since I have no idea how I would go about making a root file (the guide I was using did not illuminate to this matter and I couldn't find any info googling). I'm sure this is a very simple problem to solve yet I feel my tiredness is starting to get to me. Any guidelines as how to solve (this likely ridiculously easy) problem would be very much appreciated!
     
  5. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    When partitioning, you also need to specify the mount point for Kubuntu to use.

    You should (if possible, I havent seen the Kubuntu installer in a long time) be able to set sda3 to / . The forward slash is root, meaning your system would be installed on that partition.
     
  6. Sub-D

    Sub-D Notebook Evangelist

    Reputations:
    56
    Messages:
    608
    Likes Received:
    0
    Trophy Points:
    30
    I was thinking it might be something as simple as that! Thank you for the info! Should I specify sda3 as an ntfs file format with the name / ? I do have a rough idea of what to do now so I'll give it a blast tomorrow.

    Thanks again!
     
  7. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    For Kubuntu, the / partition should be made ext3.

    And remember, when it comes to Linux, there are (usually) no stupid questions. Don't worry, yours wasn't stupid.
     
  8. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    No, you do not want to use NTFS. Linux uses a file format known as ext3. You will need to reformat the sda3 partition to the ext3 file system.
     
  9. Sub-D

    Sub-D Notebook Evangelist

    Reputations:
    56
    Messages:
    608
    Likes Received:
    0
    Trophy Points:
    30
    Ok, thanks for keeping me in check! Sounds like I was getting things wrong since I was thinking Kubuntu would use NTFS.