Windows 7 Forums


Reply
Thread Tools

Fast Or Regular Format

 
 
BeeJ
Guest
Posts: n/a
Thanked:
 
      10-04-2011
I am installing a new HD (not the C: drive).
I see an option to fast format or regular format the drive.
Other than a regular format taking a long time, what are the long term
differences?
Sice this is a new HD, there is no data for a regular format to delete.
Does regular format provide faster access for adding files in the
future?


 
Reply With Quote
 
 
 
 
Gene E. Bloch
Guest
Posts: n/a
Thanked:
 
      10-04-2011
On Tue, 04 Oct 2011 15:09:53 -0700, BeeJ wrote:

> I am installing a new HD (not the C: drive).
> I see an option to fast format or regular format the drive.
> Other than a regular format taking a long time, what are the long term
> differences?
> Sice this is a new HD, there is no data for a regular format to delete.
> Does regular format provide faster access for adding files in the
> future?


I only use log-form format when I am worried about the condition of the
drive, or am feeling otherwise paranoid about it.

Also, IIRC, a full Windows installation likes to do a full format.

The full format should identify and deal with bad sectors; quick format
won't do that. On a new drive, I never bother.

--
Gene E. Bloch (Stumbling Bloch)
 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      10-05-2011
BeeJ wrote:
> I am installing a new HD (not the C: drive).
> I see an option to fast format or regular format the drive.
> Other than a regular format taking a long time, what are the long term
> differences?
> Sice this is a new HD, there is no data for a regular format to delete.
> Does regular format provide faster access for adding files in the future?
>
>


As far as I know (haven't tested it), the short format only writes
enough sectors to create a valid file system. All other sectors remain
untouched. So you might only be writing to a small percentage of the
disk in that case (writing a "skeleton" if you will).

In the case of the long format, every sector is written. This would
flush out any "pending" bad sectors, and cause the hard drive to
spare any bad sectors that the hard drive detects. (The hard drive has
automatic features, for using spare sectors in place of bad ones,
and dodgy sectors are evaluated on write.) This can take a long time on
a large disk.

Using the long format, also gives you some assurance that most of
the personal information you ever put on the disk, has been
overwritten. And that prevents file recovery (scavenger) software
from being used. You'd be surprised how many of your old files
could be recovered, if you just did the quick format. So if you have
something to hide on that partition, you'd use the long format to
get rid of it.

Paul
 
Reply With Quote
 
Rob
Guest
Posts: n/a
Thanked:
 
      10-05-2011
On 04/10/2011 23:09, BeeJ wrote:
> I am installing a new HD (not the C: drive).
> I see an option to fast format or regular format the drive.
> Other than a regular format taking a long time, what are the long term differences?
> Sice this is a new HD, there is no data for a regular format to delete.
> Does regular format provide faster access for adding files in the future?
>
>

Quick format merely creates a Master File Table. If any bad sectors
exist on the drive, they will be used and data corruption may result.
Long format is equivalent to doing a Quick Format followed by a
chkdsk /r (or chkdsk /f); Every area of the disk is checked for
integrity and any bad sectors are marked so that they are not used to
store files. That is why a long format takes so much time to complete.

HTH
--
Rob



 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      10-05-2011
On 04/10/2011 6:09 PM, BeeJ wrote:
> I am installing a new HD (not the C: drive).
> I see an option to fast format or regular format the drive.
> Other than a regular format taking a long time, what are the long term
> differences?
> Sice this is a new HD, there is no data for a regular format to delete.
> Does regular format provide faster access for adding files in the future?


There is no long-term difference to the file system between the short or
long format. As others have pointed out, the long-format creates the
file location indexes and then does a full disk scan for bad sectors,
while the short format only does the indexes. But whether you do a short
or long format, there is no difference in performance on the filesystem
afterwards.

Yousuf Khan
 
Reply With Quote
 
Stephen Wolstenholme
Guest
Posts: n/a
Thanked:
 
      10-06-2011
On Tue, 04 Oct 2011 15:09:53 -0700, BeeJ <> wrote:

>I am installing a new HD (not the C: drive).
>I see an option to fast format or regular format the drive.
>Other than a regular format taking a long time, what are the long term
>differences?
>Sice this is a new HD, there is no data for a regular format to delete.
>Does regular format provide faster access for adding files in the
>future?
>


It all depends on the state of the new disc. The last one I installed
was already formatted so any duff sectors were unavailable for use. As
it happened there weren't any.

The solution is first try a fast format and if that doesn't meet your
needs do a full format.

Steve

--
Neural network software applications, help and support.

Neural Network Software. www.npsl1.com
EasyNN-plus. Neural Networks plus. www.easynn.com
SwingNN. Forecast with Neural Networks. www.swingnn.com
JustNN. Just Neural Networks. www.justnn.com

 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a
Thanked:
 
      10-06-2011
In article <>,
says...
>
> On Tue, 04 Oct 2011 15:09:53 -0700, BeeJ <> wrote:
>
> >I am installing a new HD (not the C: drive).
> >I see an option to fast format or regular format the drive.
> >Other than a regular format taking a long time, what are the long term
> >differences?
> >Sice this is a new HD, there is no data for a regular format to delete.
> >Does regular format provide faster access for adding files in the
> >future?
> >

>
> It all depends on the state of the new disc. The last one I installed
> was already formatted so any duff sectors were unavailable for use. As
> it happened there weren't any.
>
> The solution is first try a fast format and if that doesn't meet your
> needs do a full format.
>
> Steve


My understanding is that a full format is actually a quick format,
followed by a check of the disk for bad sectors (chkdsk). A good idea,
unless you have real reason to think the disk surface has been recently
verified.

--

Phil, London
 
Reply With Quote
 
ClueLess
Guest
Posts: n/a
Thanked:
 
      10-08-2011
On Thu, 6 Oct 2011 21:25:06 +0100, Philip Herlihy <> wrote:

>My understanding is that a full format is actually a quick format,
>followed by a check of the disk for bad sectors (chkdsk). A good idea,
>unless you have real reason to think the disk surface has been recently
>verified.


You are perfectly right. In full format, after directory information is
written, the program only verifies each sector to determine they are all ok and
if needed mark bad sectors as such.

If you have a utility and see those sectors you will find all the data there but
cannot be accessed as the directory information (the links to the data) is
already deleted. There is no point in erasing all the sectors.

If one is sure that the hard disk is ok then a quick format is the best.

--
Archer
Hard Disk Management (All DOS)
http://diligent.tripod.com/harddisk.htm
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow, catastrophic failure, format and reinstall, now fails to boot. TheNilvarg Installation, Setup and Updates 2 08-29-2011 09:52 AM
Added Caviar green 2TB, do I need to format to assign a Drive letter, use NTFS? Bozobytes Hardware 1 07-17-2011 08:24 PM
Format Spudman General Discussion 5 01-20-2011 09:36 PM
New PC (AMD/ATI based) regular BSODs after exiting games. shadowalk Crashes, BSODs and Debugging 19 10-11-2010 05:25 PM
Can you format a drive from within setup? Sycthus Installation, Setup and Updates 3 12-26-2009 03:51 PM


All times are GMT +1. The time now is 04:43 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33