| LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-16-2006, 09:22 AM
|
#16
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
|
|
|
|
06-02-2006, 12:32 AM
|
#17
|
|
Member
Registered: May 2005
Distribution: Ubuntu 9.04
Posts: 320
Rep:
|
Quote:
|
Originally Posted by Chinaman
Could you explain how doing a low-level format "could
damage newer (pretty much anything over 512MB) drives."
I have used utilities from Maxtor, Seagate, and IBM to do
low-level formats on drives for at least 7 years, and have
never had a single problem. And I've never even seen a
drive of 512MB or under.
In fact, there are at least 4 drives in computers we're
using every day, which are under 3 years old, and all
40GB or above, which have had more than one low-
level format -- and they're all just fine.
|
Let me explain.
Nowadays, usually when people say "low-level format" they really mean "zero-fill". Consequently, many zero-fill utilities are mistakenly called "low-level format" utilities. Low-level formatting is when you restore the drive to its original shipping state and overwrite the drive's internal programming that tells the drive how to function.
On older drives, since they were so much less complex (they didn't have S.M.A.R.T., transparent bad sector detection, or a multitude of other features newer drives have), they could all be low-level formatted using the same utility.
Not so with newer drives. On newer drives, a true low-level format is something that can only be done with utilities from the manufacturer. Using a utility on a drive other than the one it's intended for will destroy the drive.
|
|
|
|
06-02-2006, 02:44 AM
|
#18
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Read the middle paragraph of my post again. I regularly use Maxtor's PowerMax 4.22 to low-level format drives. Did it yesterday. Yes, low-level format, as provided by Maxtor, vs. writing the drive to zeroes.
|
|
|
|
06-02-2006, 09:40 AM
|
#19
|
|
Member
Registered: May 2005
Distribution: Ubuntu 9.04
Posts: 320
Rep:
|
Quote:
|
Originally Posted by Chinaman
Read the middle paragraph of my post again. I regularly use Maxtor's PowerMax 4.22 to low-level format drives. Did it yesterday. Yes, low-level format, as provided by Maxtor, vs. writing the drive to zeroes.
|
"Writing the drive to zeroes" is called a ZERO-FILL. Sometimes people mistakenly call it a low-level format but it is not, in fact, a low-level format. If all it's doing is writing zeros, then it's doing a ZERO-FILL.
Now if you're using Maxtor drives, then you might be able to do a true low-level format on the drives using this utility.
|
|
|
|
06-03-2006, 04:10 AM
|
#20
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
I don't mistakenly call a low-level format writing zeroes to the drive.
And I use utilities to do this all the time.
And I've never damaged a disk doing it.
And the manufacturer's have required/suggested it before returning drives under RMA.
And I've been doing this for better than a decade -- on more than just Maxtor drives.
|
|
|
|
06-26-2006, 09:01 AM
|
#21
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
Quote:
|
Originally Posted by Chinaman
...And I've been doing this for better than a decade -- on more than just Maxtor drives.
|
Umm, on their website it is not really clear -- so, did you use the CD-utility without a pre-existing windows installation just with Linux, or is that impossible?
The reason I ask is, I have three Maxtor drives but I scratched my WinNT some time ago. So, if I experience trouble, do I have to do a re-install or could I work just from CD, keeping my installation(s)?
|
|
|
|
06-26-2006, 09:04 AM
|
#22
|
|
Member
Registered: Oct 2003
Location: Tennessee
Distribution: Fedora 14, CentOS 5
Posts: 125
Rep:
|
I recommend DBAN (Darik's Boot and Nuke) as a convenient data shredder and zero-fill program. It removes all partitions, data, programs, master boot records--everything--from every brand and capacity of disk I've tried. It can simply zero-fill or it can overwrite old data multiple times for security. It boots from either a floppy or a CD and is available for free download here:
http://dban.sourceforge.net/
|
|
|
|
06-26-2006, 09:25 AM
|
#23
|
|
Member
Registered: Oct 2003
Location: Tennessee
Distribution: Fedora 14, CentOS 5
Posts: 125
Rep:
|
Quote:
did you use the CD-utility without a pre-existing windows installation just with Linux, or is that impossible?
...
could I work just from CD, keeping my installation(s)?
|
The CD that comes with retail Maxtor hard drives is bootable. You don't need Linux or Windows installed to use it. Of course, if you zero-fill the hard drive, anything you have installed on that drive is destroyed. If you need to keep an installation (or anything else) on the hard drive, do NOT zero-fill it. If you only want to erase the contents of one partition while keeping another intact, simply reformat the unwanted partition.
|
|
|
|
06-26-2006, 09:27 AM
|
#24
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Quote:
|
Originally Posted by JZL240I-U
Umm, on their website it is not really clear -- so, did you use the CD-utility without a pre-existing windows installation just with Linux, or is that impossible?
The reason I ask is, I have three Maxtor drives but I scratched my WinNT some time ago. So, if I experience trouble, do I have to do a re-install or could I work just from CD, keeping my installation(s)?
|
I don't really understand your question. In order to use the Maxtor utilities, it is not necessary to have a Windows installation on the drive -- now or ever before. Just boot with their CD and follow the instructions.
My point that seems to have generated controversy and lack of understanding by some in this thread was never whether someone needs or should use low-level formatting, or writing a drive to zeros with the manufacturer's utilities -- versus using the dd command. I was countering FUD that said it would void the manufacturer's warranty to do a low-level format, when I have had the manufacturer tell me to do so before returning a drive with a RMA number.
The dd command works great, and I use it all the time. There is a pretty comprehensive tutorial here on LQ titled Learn the DD command. The thread is a good read.
|
|
|
|
06-26-2006, 09:31 AM
|
#25
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
Quote:
|
Originally Posted by tnandy
The CD that comes with retail Maxtor hard drives is bootable. You don't need Linux or Windows installed to use it.
|
Aha. Very good  .
Quote:
|
Originally Posted by tnandy
Of course, if you zero-fill the hard drive, anything you have installed on that drive is destroyed.
|
Thanks for the warning...
Quote:
|
Originally Posted by tnandy
...If you only want to erase the contents of one partition while keeping another intact, simply reformat the unwanted partition.
|
One also might use the dd command as suggested earlier in this thread  .
|
|
|
|
06-26-2006, 09:35 AM
|
#26
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
Ups, we're posting in a tight schedule here, it seems  .
Quote:
|
Originally Posted by Chinaman
I don't really understand your question. In order to use the Maxtor utilities, it is not necessary to have a Windows installation on the drive -- now or ever before. Just boot with their CD and follow the instructions.
|
You just answered it (as did tnandy)  .
Quote:
|
Originally Posted by Chinaman
My point ...
|
Taken long since  .
|
|
|
|
06-26-2006, 09:44 AM
|
#27
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
I shouldn't get so piqued over stuff like that ... guess it comes from me blinding following advice from forums, especially when the poster was labeled "guru" when I first started using Linux. Hosed a few installs and lost some data in those days.
And just in case someone didn't know, if they desired to use such a utility the manufacturer's almost all offer them as free downloads -- with instructions. When you have a drive that has only had Windoze on it, it's quicker and more efficient to use those utilities rather than a Linux Live CD. There are ways with dd that you can 'cook the goose' -- whereas with a utility from a drive manufacturer it's pretty simple just to read and follow the menus.
|
|
|
|
06-26-2006, 09:48 AM
|
#28
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
I've just been trying to build knowledge against possible future desasters -- so, thanks to all for your time and explanations.
|
|
|
|
08-16-2006, 02:28 PM
|
#29
|
|
LQ Newbie
Registered: Aug 2006
Posts: 1
Rep:
|
You can't do a true Low Level on a modern drive
Quote:
|
Originally Posted by amfoster
You said: Anyone can post something on the internet, which does not make it a fact.
I guess there is no practical use for this forum then. I will quit it. You are free to have mt posts removed.
|
Low Level Formats were used on the OLD MFM, RLL, ESDI and SCSI drives, but todays drive are truly low level formated at the factory and the low level information is writen into the hard drive firmware permanently. SCSI also has never done a true low level format either, because the SCSI controller is just a Bus as well, but at least they had a standard for how to write all zeros which many "controller" card BIOS's called "Low Level"
MFM RLL and ESDI, these drives had seperate controllers which actually delt with the movent of the drive and the drives geometry. So if you changed controllers you usally had to redoo the low level format again as well (Deboug g=c800:5 (for those that remember))When IDE came out the contorller was built in with the drive, the low level format which sets the Interleave and records the bad spots, etc, was done at the factory and permenantly stored in firmware. Hince the term "Integrated Device Electronics" The IDE Controller is just a BUS, the stuff that used to be on the controller was now built into the drive. The average user canot low level format a drive. However in order to make everyone feel better most of the hard drive makers came out with a "low level format" utility that is really just writing all zero's to the drive and doing some read/write testing and maybe some stuff propreitary to that Manufacurer. I am sure that if you could find some majical way to do a true low level format then you would probably screw something up pretty bad, but that is impossible because the IDE bus is just a BUS, not a true conrtoller like in the old days.
|
|
|
|
07-09-2007, 07:10 PM
|
#30
|
|
LQ Newbie
Registered: Jun 2007
Location: San Diego
Distribution: Slackware 11.0
Posts: 13
Rep:
|
A program diskerase does this as well - very well, and more.
Diskerase zeros out the drive with different strings and
has worked well for me.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|