Results 1 to 6 of 6
I have a 40G HD that has a ntfs partition on it and I can't get rid of it with Fdisk. Is there a free utility that I could use ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-17-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 6
Partition and Formatting
I have a 40G HD that has a ntfs partition on it and I can't get rid of it with Fdisk. Is there a free utility that I could use to reformat the drive and creat 2 Linux compatable partitions?
- 04-17-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!
If fdisk isn't working well for you, I'd recommend using the Parted Magic LiveCD.
It's free and very easy to use.oz
- 04-17-2009 #3
- 04-21-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,142
Do you know which device the ntfs is on? Is it the boot drive, or other?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-21-2009 #5
Lets check Partition Structure of your Hard disk first. Boot up from LiveCD of any Linux distro, open Terminal and execute this
OrCode:su - fdisk -l
Post output here.Code:sudo fdisk -l
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-27-2009 #6
may be u did something like this
fdisk /dev/sdax
where x is ur partition . In that case simply do
fdisk /dev/sda
that gives u access to entire disk so that u can delete partition which linux cant read like NTFS


Reply With Quote

