Results 11 to 15 of 15
Originally Posted by jazzyjerome
How do I get rid of the one I have?
Device Boot Start End Blocks Id System
/dev/hdc1 1 13 104391 83 Linux
/dev/hdc2 14 136 ...
- 03-15-2007 #11Just give fdisk the "d" command and choose hdc4.
Originally Posted by jazzyjerome 'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln
- 03-15-2007 #12
first of all delete Logical Partition (hdc5).
execute this
press 'd' and press 5 to delete hdc5. delete hdc4 after that.Code:fdisk /dev/hdc
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2007 #13Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
root@darkstar:~# fdisk /dev/hdc
The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): d
Partition number (1-5): 5
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
- 03-15-2007 #14
you have unmount partition first.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2007 #15Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
Thanks a lot I got it now.


Reply With Quote