Find the answer to your Linux question:
Results 1 to 5 of 5
It has a yellow exclamation point next to it. It had the keys symbol, but I removed it from /etc/fstab, but that's when the ex point popped up on it. ...
  1. #1
    Linux User
    Join Date
    Apr 2007
    Posts
    289

    [SOLVED] Cannot resize windows partition...

    It has a yellow exclamation point next to it.

    It had the keys symbol, but I removed it from /etc/fstab, but that's when the ex point popped up on it.

    Help?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    We have to check existing partition structure of your harddisk. Post the output of fdisk -l command here.
    Code:
    sudo fdisk -l
    or
    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
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    Lemme' guess - it must be done with a Live CD boot?

    Code:
    chuckdl@chuckdl-laptop:~$ sudo fdisk -l
    [sudo] password for chuckdl: 
    
    Disk /dev/sda: 60.0 GB, 60011642880 bytes
    255 heads, 63 sectors/track, 7296 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x68678f80
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        4746    38122213+   7  HPFS/NTFS   <---XPPro
    /dev/sda2            4747        6025    10273567+   f  W95 Ext'd (LBA)
    /dev/sda3            6026        7296    10209307+  83  Linux
    /dev/sda5            4747        5962     9767488+  83  Linux
    /dev/sda6            5963        6025      506016   82  Linux swap / Solaris
    chuckdl@chuckdl-laptop:~$

  4. #4
    Linux User
    Join Date
    Apr 2007
    Posts
    289
    I booted a live disk, resized, and after some squeeling, on reboot, XP rebooted with a downsized partition.

    Thanks...

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Aren't you using LiveCD to edit partition table? GParted Partition manager is available in Ubuntu and Fedora LiveCDs.

    Edit :
    I am glad you have sorted out problem. Well Done !
    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
  •  
...