Windows Vista Forums
Vista Forums Home Join Vista Forums Tech Publications Windows 7 Forum Vista Tutorials Webcasts Tags

Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

Vista: does BitLocker make a drive less tolerant of bad blocks?

Update your Vista Drivers
Reply
 
Thread Tools Display Modes
Old 07-04-2006   #1 (permalink)
tavis
Guest


 

Vista: does BitLocker make a drive less tolerant of bad blocks?

(before anyone says anything - I know I need to have good backups of my data
before embracing bitlocker)

Before BitLocker, if you lost a block, you may not notice a file loss, since
the file may not use the whole sector in which the block resides, but after
BitLocker, if a block is lost, a whole sector becomes unrecoverable,
increasing (relatively) the probability that parts of files will be lost.

Is it reasonable to advise IT departments that, over the lifecycle of all
their BitLocker laptops, they should not be surprised if there is a slight
increase in incidents of file loss due to bad blocks.

And is it a reasonable compensating control to look into more closely
monitoring SMART (Self Monitoring Analysis & Reporting Technology) reports of
imminent drive failures?

Thanks!

My System SpecsSystem Spec
Old 07-05-2006   #2 (permalink)
Mark D. VandenBerg
Guest


 

Re: Vista: does BitLocker make a drive less tolerant of bad blocks?

You bring up some excellent points about the lost block/sector scenario! I
guess we will, if we enable BitLocker on the systems, be more diligent in
making sure that the units are functioning properly. In a way it is ironic.
By making the system less tolerant of error, this actually increases the
potential of failure and the IT staff workload. Have you submitted your
thoughts to MSFT as Feedback?


"tavis" <tavis@discussions.microsoft.com> wrote in message
news:9550EB1D-EDD7-4905-8E8A-FCAA997FAA99@microsoft.com...
> (before anyone says anything - I know I need to have good backups of my
> data
> before embracing bitlocker)
>
> Before BitLocker, if you lost a block, you may not notice a file loss,
> since
> the file may not use the whole sector in which the block resides, but
> after
> BitLocker, if a block is lost, a whole sector becomes unrecoverable,
> increasing (relatively) the probability that parts of files will be lost.
>
> Is it reasonable to advise IT departments that, over the lifecycle of all
> their BitLocker laptops, they should not be surprised if there is a slight
> increase in incidents of file loss due to bad blocks.
>
> And is it a reasonable compensating control to look into more closely
> monitoring SMART (Self Monitoring Analysis & Reporting Technology) reports
> of
> imminent drive failures?
>
> Thanks!


My System SpecsSystem Spec
Old 07-05-2006   #3 (permalink)
tavis
Guest


 

Re: Vista: does BitLocker make a drive less tolerant of bad *bits*

(I might have confused matters by using the term "block" - I didn't mean the
blocks of cyphertext, or the unix-type block which are like Windows clusters,
but we all know that clusters are typically groups of sectors...)

What I really meant was...

Before encryption, if a single bit of a 512-byte sector became damaged on a
non-SMART hard drive, a file may not be damaged since the file may not use
the whole sector in which the bad bit resides.

With Cypher Block Chaining, an AES 256-bit key would encrypt an entire
sector in 32-byte blocks. If a bit in the sector is lost, the encrypted
32-byte block and all successive chained blocks in the sector would be lost.
Given the probability of where a bit may go bad within a sector, on average
50% of a sector would be lost due to a bad bit.

However, if I understand correctly, most modern and SMART drives
automatically have extra space for each sector to perform CRC integrity
checks, and 20% extra sectors reserved for re-allocation. If a sector should
start to fail, the entire sector is re-constituted in a spare sector, the old
is mapped out, and the new takes over, completely transparently to the disk
driver above.

"Mark D. VandenBerg" wrote:

> You bring up some excellent points about the lost block/sector scenario! I
> guess we will, if we enable BitLocker on the systems, be more diligent in
> making sure that the units are functioning properly. In a way it is ironic.
> By making the system less tolerant of error, this actually increases the
> potential of failure and the IT staff workload. Have you submitted your
> thoughts to MSFT as Feedback?
>
>
> "tavis" <tavis@discussions.microsoft.com> wrote in message
> news:9550EB1D-EDD7-4905-8E8A-FCAA997FAA99@microsoft.com...
> > (before anyone says anything - I know I need to have good backups of my
> > data
> > before embracing bitlocker)
> >
> > Before BitLocker, if you lost a block, you may not notice a file loss,
> > since
> > the file may not use the whole sector in which the block resides, but
> > after
> > BitLocker, if a block is lost, a whole sector becomes unrecoverable,
> > increasing (relatively) the probability that parts of files will be lost.
> >
> > Is it reasonable to advise IT departments that, over the lifecycle of all
> > their BitLocker laptops, they should not be surprised if there is a slight
> > increase in incidents of file loss due to bad blocks.
> >
> > And is it a reasonable compensating control to look into more closely
> > monitoring SMART (Self Monitoring Analysis & Reporting Technology) reports
> > of
> > imminent drive failures?
> >
> > Thanks!

>

My System SpecsSystem Spec
Old 07-10-2006   #4 (permalink)
Jamie Hunter [MS]
Guest


 

Re: Vista: does BitLocker make a drive less tolerant of bad *bits*

This is a valid concern. With AES+Diffuser, a single bit error in a sector
results in the loss of the entire sector. To ensure high reliability, I
recommend the following considerations:

(1) Good quality hard disk. Using a modern SMART drive from a good company
is apropriate.
(2) Good quality cables. I think at times there's too much faith given to
cables
(3) Good quality RAM, at least with parity, but with ECC even better.

These are good things to have anyway

-
Jamie Hunter [MS]

"tavis" <tavis@discussions.microsoft.com> wrote in message
news:A3A1F96E-A0ED-41E6-9642-DFCA9BA4060E@microsoft.com...
> (I might have confused matters by using the term "block" - I didn't mean
> the
> blocks of cyphertext, or the unix-type block which are like Windows
> clusters,
> but we all know that clusters are typically groups of sectors...)
>
> What I really meant was...
>
> Before encryption, if a single bit of a 512-byte sector became damaged on
> a
> non-SMART hard drive, a file may not be damaged since the file may not use
> the whole sector in which the bad bit resides.
>
> With Cypher Block Chaining, an AES 256-bit key would encrypt an entire
> sector in 32-byte blocks. If a bit in the sector is lost, the encrypted
> 32-byte block and all successive chained blocks in the sector would be
> lost.
> Given the probability of where a bit may go bad within a sector, on
> average
> 50% of a sector would be lost due to a bad bit.
>
> However, if I understand correctly, most modern and SMART drives
> automatically have extra space for each sector to perform CRC integrity
> checks, and 20% extra sectors reserved for re-allocation. If a sector
> should
> start to fail, the entire sector is re-constituted in a spare sector, the
> old
> is mapped out, and the new takes over, completely transparently to the
> disk
> driver above.
>
> "Mark D. VandenBerg" wrote:
>
>> You bring up some excellent points about the lost block/sector scenario!
>> I
>> guess we will, if we enable BitLocker on the systems, be more diligent in
>> making sure that the units are functioning properly. In a way it is
>> ironic.
>> By making the system less tolerant of error, this actually increases the
>> potential of failure and the IT staff workload. Have you submitted your
>> thoughts to MSFT as Feedback?
>>
>>
>> "tavis" <tavis@discussions.microsoft.com> wrote in message
>> news:9550EB1D-EDD7-4905-8E8A-FCAA997FAA99@microsoft.com...
>> > (before anyone says anything - I know I need to have good backups of my
>> > data
>> > before embracing bitlocker)
>> >
>> > Before BitLocker, if you lost a block, you may not notice a file loss,
>> > since
>> > the file may not use the whole sector in which the block resides, but
>> > after
>> > BitLocker, if a block is lost, a whole sector becomes unrecoverable,
>> > increasing (relatively) the probability that parts of files will be
>> > lost.
>> >
>> > Is it reasonable to advise IT departments that, over the lifecycle of
>> > all
>> > their BitLocker laptops, they should not be surprised if there is a
>> > slight
>> > increase in incidents of file loss due to bad blocks.
>> >
>> > And is it a reasonable compensating control to look into more closely
>> > monitoring SMART (Self Monitoring Analysis & Reporting Technology)
>> > reports
>> > of
>> > imminent drive failures?
>> >
>> > Thanks!

>>


My System SpecsSystem Spec
Reply
Update your Vista Drivers

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypt Hard Drive with just One Drive (Not Bitlocker) Fmjc001 Tutorials 0 07-10-2008 04:35 PM
Bitlocker and a second hard drive Bill Vista security 4 11-26-2007 12:16 PM
How do I make a logical drive D: on Vista Ultimate? MegaC Vista installation & setup 3 04-27-2007 06:50 PM
Bitlocker drive encryption left out of Vista Business Edition ? Troy (Queensland, Australia) Vista General 4 03-15-2007 12:59 PM


Complimentary Industry Resources

Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!




Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51