Find the answer to your Linux question:
Results 1 to 9 of 9
I am dual booting vista and linux mint 5.0 i used vista to partion 15gigs for the linux install now i want to take away more from the vista partion ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    27

    [SOLVED] Partioning Question

    I am dual booting vista and linux mint 5.0
    i used vista to partion 15gigs for the linux install
    now i want to take away more from the vista partion and add to the linux partion without messing up either os

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You can do that through PartedMagic LiveCD easily. Post output of sudo fdisk -l command here before resizing partitions.
    Open Terminal of Linux Mint and execute this
    Code:
    sudo fdisk -l
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    27
    Code:
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd23d125d
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1       16018   128662693+   7  HPFS/NTFS
    /dev/sda2           17931       19457    12265627+   7  HPFS/NTFS
    /dev/sda3           16019       17930    15358140   83  Linux
    
    Partition table entries are not in disk order

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Boot up from Ubuntu CD and open GParted Partition Manager. Its in Menu. You can shrink /dev/sda1, merge space in /dev/sda2. shrink /dev/sda2 and merge space in /dev/sda3.

    You can use PartedMagic LiveCD too. Both GParted and PartedMagic use same tool, parted in backend.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jul 2008
    Posts
    27
    i read that using gparted on a windows drive will mess windows up and you have to repair it. problem with that is i dont have the original install disk

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Latest version of PartedMagic LiveCD supports Vista Partitions pretty well. Don't worry ! You won't have any problem.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Please allow me to step in here and give a follow up recommendation for using the latest PartedMagic LiveCD. It's full of very useful tools and utilities, and should be kept on hand by all Linux and Windows users, at least in my own opinion.

    Use it to setup your partitions the way you want, then when you go to install Linux, simply direct the installer to use the partitions you've already created.
    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.

  8. #8
    Just Joined!
    Join Date
    Jul 2008
    Posts
    27
    it worked thanks... here is the results
    Code:
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd23d125d
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        9644    77465398+   7  HPFS/NTFS
    /dev/sda2           18058       19457    11245500    7  HPFS/NTFS
    /dev/sda3            9645       18057    67577422+  83  Linux
    
    Partition table entries are not in disk order

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Well Done ! and glad to help you weazol !
    Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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