Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
I've gotten useful advice from this forum. Appreciate people's efforts. My current task is to add windows 7 to fc12. From other postings it seems the next step is to ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9

    dual boot w/ fc12 and windows 7

    I've gotten useful advice from this forum.
    Appreciate people's efforts.

    My current task is to add windows 7 to fc12. From other postings it seems the next step
    is to use the fc12 install disk to create a windows partition from the unused space.
    Could someone inform me about whether this will delete my current installation
    of fc12 and my home directory.

    thx.,
    henry.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Windows OS installation in a disk having Linux already installed doesn't work in a few machines. Windows OS must be installed in first Primary Partition of Hard disk.
    We have to check partition structure of your Hard disk. Boot up Fedora 12 and execute this code in Terminal :
    Code:
    su -
    /sbin/fdisk -l
    Post output here.

    * Its small L in /sbin/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
    Jun 2010
    Posts
    9

    07/06/10

    The result of fdisk -l is the following:
    Code:
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8a427ea7
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               1           5       40131   de  Dell Utility
    /dev/sda2   *           6        1295    10360832    7  HPFS/NTFS
    /dev/sda3            1295        7670    51200000    7  HPFS/NTFS
    /dev/sda4            7670       91202   670971904    5  Extended
    /dev/sda5            7670        7733      512000   83  Linux
    /dev/sda6            7734       91202   670457856   8e  Linux LVM
    
    Disk /dev/dm-0: 53.7 GB, 53687091200 bytes
    255 heads, 63 sectors/track, 6527 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/dm-0 doesn't contain a valid partition table
    
    Disk /dev/dm-1: 5536 MB, 5536481280 bytes
    255 heads, 63 sectors/track, 673 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/dm-1 doesn't contain a valid partition table
    
    Disk /dev/dm-2: 627.3 GB, 627300106240 bytes
    255 heads, 63 sectors/track, 76264 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/dm-2 doesn't contain a valid partition table

  4. #4
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,943
    In your first post, you indicate your intention to install windows 7 with your current Fedora. You neglected to mention you had windows already. Your fdisk output shows the Dell Utility partition (sda1) as well as two windows (ntfs) partitions, sda2 and sda3. What is on those partitions? Some other version of windows? Just data? Do you want to install windows 7 to replace those partitions or on other partitions?

  5. #5
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9

    10.07.10

    Thanks, I hadn't used fdisk before. I now see my problem is partially solved.
    Windows 7 is installed and works fine.

    The 2nd part of my question is: what is the current size of fc13 and what is
    the expected growth rate?

    thanks,
    henry

  6. #6
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,943
    The 2nd part of my question is: what is the current size of fc13 and what is
    the expected growth rate?
    I'm not really sure what you mean by this. Use a terminal in Fedora and run the command: df -h and it will show size of partitions and % used and available. Growth rate? Depends on what you install. Not sure this is what you mean?

  7. #7
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Yes, yancek is right. Depends on what you would be installing.

    If you have a separate partition for data, and would just be installing some media players and open office, you'll be safe with 12 - 15 G. IMHO
    nujinini
    Linux User #489667

  8. #8
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9

    10.07.11

    From the output above of fdisk, looks as though sda4 and sda6 have 670G.
    1. Do they refer to the same thing? I only have 1 750G hard drive.
    2. Is it recommended that the 670G be repartitioned to 30G for linux
    and 640G for data. I think that's what someone said but I didn't know
    if I should repartition to acheive this.

    henry

  9. #9
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by henry7849 View Post
    From the output above of fdisk, looks as though sda4 and sda6 have 670G.
    1. Do they refer to the same thing? I only have 1 750G hard drive.
    2. Is it recommended that the 670G be repartitioned to 30G for linux
    and 640G for data. I think that's what someone said but I didn't know
    if I should repartition to acheive this.

    henry
    1. Sda4 is an extended partition that contains sda5 /boot and sda6 /LVM
    2. That sounds like a good plan, you have plenty of space that's for sure.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  10. #10
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9

    10.07.22

    I don't mean to sound as if I'm a blank slate. My background is computer science
    just not system admin. So, my question is what are the reasons why a person
    should split up his HD so there's a separate partition for swap, linux os, and home directories?

    henry

Page 1 of 2 1 2 LastLast

Posting Permissions

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