Find the answer to your Linux question:
Results 1 to 8 of 8
Hi All, I have FC9 running and up on my system, been using it for few months. However I have an empty partition existing where I want to install windows ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    18

    Installing XP

    Hi All,

    I have FC9 running and up on my system, been using it for few months. However I have an empty partition existing where I want to install windows XP. Is it possible? And if so please would there be any guide for the same.

    Please advise. Its urgent.

    Thanks and regards,
    Raziya

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is it a Primary Partition? Its not possible to install Windows OS in Logical Partition without extra efforts. Sometimes it doesn't work at all. Post the partition structure of your Harddisk here.
    Code:
    su -
    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
    Oct 2008
    Posts
    18
    [root@localhost ~]# fdisk -l

    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0009a4fc

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 261 2096451 6 FAT16
    /dev/sda2 262 1566 10482412+ 83 Linux
    /dev/sda3 19414 19457 353430 12 Compaq diagnostics
    /dev/sda4 1567 19413 143356027+ 5 Extended
    /dev/sda5 1567 13054 92277328+ 83 Linux
    /dev/sda6 13055 13315 2096451 82 Linux swap / Solaris

    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
    None of partition has enough space to install Windows OS. Are you planning to create new partition?
    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
    Oct 2008
    Posts
    18

    Installing XP

    when we were installing FC9 we had cretaed partitions and left 100GB for windows... how do i see that now? is it not listed above? against FAT32?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    /dev/sda4 1567 19413 143356027+ 5 Extended
    /dev/sda5 1567 13054 92277328+ 83 Linux
    /dev/sda6 13055 13315 2096451 82 Linux swap / Solaris
    There is unpartitioned free space ( 13316 to 19413 ) inside Extended Partition.

    Execute this
    Code:
    df -h
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Oct 2008
    Posts
    18

    Installing XP

    [raziya@localhost mucc]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 9.9G 4.7G 4.7G 50% /
    /dev/sda5 87G 36G 48G 43% /home
    tmpfs 1009M 168K 1009M 1% /dev/shm
    gvfs-fuse-daemon 9.9G 4.7G 4.7G 50% /home/raziya/.gvfs
    /dev/sda1 2.0G 26M 2.0G 2% /media/PCDOS_7

  8. #8
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,939
    As Devils Casper said, it is extremely difficult to install windows on a logical partition. If you have another version of windows on a primary it is not that difficult, unfortunately, that is not the case here. I'm posting a link below that explains how this can be done, scroll down to post #12 at this link:

    GParted forum / Quad boot

    Haven't tried this myself and don't think I'd want to. You might be better off creating another logical and moving your Linux partition there.

Posting Permissions

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