| Author |
Message |
yukuan
Guest
|
Posted:
Wed Jun 29, 2005 4:17 pm Post subject:
Re: Question about Microsoft's Format command |
|
|
Ron Reaugh wrote:
| Quote: | "Ramesh Pun" <spamme@spamme.com> wrote in message
news:11c3qf14t25pg2a@corp.supernews.com...
That is a funny statement :-)
A correct one however. I should have said no visible bad sectors. Every
drive has lots of bad sectors but the drive itself keeps these isolated and
out of the way and invisible.
|
What if the drive gets _too_ many bad sectors?
Is it goint to crash? |
|
| Back to top |
|
 |
Ron Reaugh
Guest
|
Posted:
Wed Jun 29, 2005 11:26 pm Post subject:
Re: Question about Microsoft's Format command |
|
|
"yukuan" <yukuan.jiang@gmail.com> wrote in message
news:1120054213.053949.157610@g44g2000cwa.googlegroups.com...
| Quote: |
Ron Reaugh wrote:
"Ramesh Pun" <spamme@spamme.com> wrote in message
news:11c3qf14t25pg2a@corp.supernews.com...
That is a funny statement :-)
A correct one however. I should have said no visible bad sectors.
Every
drive has lots of bad sectors but the drive itself keeps these isolated
and
out of the way and invisible.
What if the drive gets _too_ many bad sectors?
|
Retire the drive.
| Quote: | Is it goint to crash?
|
More bad sectors than the drive can handle internally could be used as a
definition of a drive crashing. |
|
| Back to top |
|
 |
yukuan
Guest
|
Posted:
Thu Jun 30, 2005 7:15 am Post subject:
Re: Question about Microsoft's Format command |
|
|
Ron Reaugh wrote:
| Quote: |
What if the drive gets _too_ many bad sectors?
Retire the drive.
Is it goint to crash?
More bad sectors than the drive can handle internally could be used as a
definition of a drive crashing.
|
But FAT can handle bad sectors, couldn't it?
When does OS mark the bad sectors?
I think it may do it in two situations:
1. FORMAT time
2. Normal data access time
Am I right? |
|
| Back to top |
|
 |
Ron Reaugh
Guest
|
Posted:
Thu Jun 30, 2005 7:30 am Post subject:
Re: Question about Microsoft's Format command |
|
|
"yukuan" <yukuan.jiang@gmail.com> wrote in message
news:1120097751.845132.248630@f14g2000cwb.googlegroups.com...
| Quote: |
Ron Reaugh wrote:
What if the drive gets _too_ many bad sectors?
Retire the drive.
Is it goint to crash?
More bad sectors than the drive can handle internally could be used as a
definition of a drive crashing.
But FAT can handle bad sectors, couldn't it?
|
Not without first being involved in a file going bad.
| Quote: | When does OS mark the bad sectors?
|
Usually during the initial format and later if a file becomes unreadable.
| Quote: | I think it may do it in two situations:
1. FORMAT time
2. Normal data access time
Am I right?
|
Basically. |
|
| Back to top |
|
 |
yukuan
Guest
|
Posted:
Thu Jun 30, 2005 7:47 am Post subject:
Re: Question about Microsoft's Format command |
|
|
Ron Reaugh wrote:
| Quote: | But FAT can handle bad sectors, couldn't it?
Not without first being involved in a file going bad.
When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes unreadable.
|
For FAT16 and FAT32 on MS's platform, is the statement above still true? |
|
| Back to top |
|
 |
Ron Reaugh
Guest
|
Posted:
Thu Jun 30, 2005 8:04 am Post subject:
Re: Question about Microsoft's Format command |
|
|
"yukuan" <yukuan.jiang@gmail.com> wrote in message
news:1120099645.674386.61450@g14g2000cwa.googlegroups.com...
| Quote: |
Ron Reaugh wrote:
But FAT can handle bad sectors, couldn't it?
Not without first being involved in a file going bad.
When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes
unreadable.
For FAT16 and FAT32 on MS's platform, is the statement above still true?
|
Yep. |
|
| Back to top |
|
 |
Maxim S. Shatskih
Guest
|
Posted:
Thu Jun 30, 2005 4:17 pm Post subject:
Re: Question about Microsoft's Format command |
|
|
| Quote: | When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes unreadable.
|
The second part of the statement is valid for NTFS only.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com |
|
| Back to top |
|
 |
Ron Reaugh
Guest
|
Posted:
Thu Jun 30, 2005 10:42 pm Post subject:
Re: Question about Microsoft's Format command |
|
|
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da0ver$27o3$1@gavrilo.mtu.ru...
| Quote: | When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes
unreadable.
The second part of the statement is valid for NTFS only.
|
Nope, True for FAT and W98 and older MS FAT OSs. I assume it's also true
for FAT in NT4, W2K and WinXP although bad secors outside the drive are so
rare that I can't say I seen one in the more recent MS OS-s. Can you
provide any references for your claim? |
|
| Back to top |
|
 |
Maxim S. Shatskih
Guest
|
Posted:
Fri Jul 01, 2005 12:17 am Post subject:
Re: Question about Microsoft's Format command |
|
|
XP
No block remaps in FAT
With FAT, it is hard, since it is hard to find the previous block number -
the FAT list is single-linked.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Ron Reaugh" <ron-reaugh@worldnet.att.net> wrote in message
news:A3Zwe.1056381$w62.1009413@bgtnsc05-news.ops.worldnet.att.net...
| Quote: |
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da1ij0$2ipr$1@gavrilo.mtu.ru...
FASTFAT source from the MS IFS kit.
Says what exactly for which OS version?
"Ron Reaugh" <ron-reaugh@worldnet.att.net> wrote in message
news:X9Wwe.373801$cg1.361730@bgtnsc04-news.ops.worldnet.att.net...
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da0ver$27o3$1@gavrilo.mtu.ru...
When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes
unreadable.
The second part of the statement is valid for NTFS only.
Nope, True for FAT and W98 and older MS FAT OSs. I assume it's also
true
for FAT in NT4, W2K and WinXP although bad secors outside the drive are
so
rare that I can't say I seen one in the more recent MS OS-s. Can you
provide any references for your claim?
|
|
|
| Back to top |
|
 |
Ron Reaugh
Guest
|
Posted:
Fri Jul 01, 2005 12:17 am Post subject:
Re: Question about Microsoft's Format command |
|
|
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da1ij0$2ipr$1@gavrilo.mtu.ru...
| Quote: | FASTFAT source from the MS IFS kit.
|
Says what exactly for which OS version?
| Quote: | "Ron Reaugh" <ron-reaugh@worldnet.att.net> wrote in message
news:X9Wwe.373801$cg1.361730@bgtnsc04-news.ops.worldnet.att.net...
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da0ver$27o3$1@gavrilo.mtu.ru...
When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes
unreadable.
The second part of the statement is valid for NTFS only.
Nope, True for FAT and W98 and older MS FAT OSs. I assume it's also
true
for FAT in NT4, W2K and WinXP although bad secors outside the drive are
so
rare that I can't say I seen one in the more recent MS OS-s. Can you
provide any references for your claim?
|
|
|
| Back to top |
|
 |
Maxim S. Shatskih
Guest
|
Posted:
Fri Jul 01, 2005 12:17 am Post subject:
Re: Question about Microsoft's Format command |
|
|
FASTFAT source from the MS IFS kit.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Ron Reaugh" <ron-reaugh@worldnet.att.net> wrote in message
news:X9Wwe.373801$cg1.361730@bgtnsc04-news.ops.worldnet.att.net...
| Quote: |
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:da0ver$27o3$1@gavrilo.mtu.ru...
When does OS mark the bad sectors?
Usually during the initial format and later if a file becomes
unreadable.
The second part of the statement is valid for NTFS only.
Nope, True for FAT and W98 and older MS FAT OSs. I assume it's also true
for FAT in NT4, W2K and WinXP although bad secors outside the drive are so
rare that I can't say I seen one in the more recent MS OS-s. Can you
provide any references for your claim?
|
|
|
| Back to top |
|
 |
|
|
|
|