|
|
![]() |
|
|
Top | #1 |
|
OSNN Senior Addict
Joined: December 2001
Location: Israel
Posts: 429
Reputation: 30
Power: 101 |
I installed linux in an old HD with linux file system and then i formatted it but some parts on the hd were not good, broken or something...
someone told that is because Linux changes the MBR... I tried to format and create new partitions via the XP disk managment but it still doesn't work... Is there another program or way to fix this? Thank you! |
|
|
|
|
|
|
|
|
Top | #2 |
|
eXperienced!
Joined: March 2002
Location: Arlington, TX
Posts: 656
Reputation: 100
Power: 102 |
You will not be able to create new partitions using a Windows disk. The file systems are not the same. Why don't you try zeroing your drive. Most Linux disks include a rescue console mode. If your disk does, run
Code:
dd if=/dev/zero of=/dev/hdx count=1 Code:
dd if=/dev/urandom of=/dev/hdx count=5 The second code randomizes your parition tables. If you run that, your computer will think that the drive is bare, even though it may still have data. Thus, you will be able to rewrite on it without problems. |
|
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Red Hat Installation Problem | Syedur | Linux & BSD | 3 | June 24th, 2005 6:32am |
| Linux mouse problem | Unleashed | Linux & BSD | 9 | July 6th, 2004 4:28am |
| linux bot up problem??? | @n!e | Linux & BSD | 4 | July 8th, 2003 7:46pm |
| (Linux Newb) How do i execute shell scripts on linux? | XeoNoX | Linux & BSD | 1 | January 8th, 2003 12:53am |
| Linux problem number 2 | Ewen | Linux & BSD | 10 | November 21st, 2002 12:36pm |
![]() |