mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

T400/410/420 and T500/510/520 series specific matters only
Post Reply
Message
Author
ccmuk
Posts: 3
Joined: Thu Nov 03, 2011 1:01 pm
Location: London, UK

mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#1 Post by ccmuk » Thu Nov 03, 2011 1:12 pm

I recently installed a 60Gb OCZ Notci mSATA SSD in a T520, as the secondary drive (the primary is a 320Gb OCZ SSD). It worked for about 10 minutes until an attempt to re-format the mSATA drive as a TrueCrypt encrypted partition - it got ~85% of the way through the formatting, then failed. Following that the mSATA drive was completely dead and couldn't be recognised in a number of machines.

We replaced the drive with a new one, and tried again, with almost identical behaviour - TrueCrypt formatting reached ~90% then failed, and then the drive becomes completely unusable.

Can anyone report success or other failures using this (or other mSATA) drives with TrueCrypt?

It it likely it's a problem with our particular T520? I'm reluctant to try (and destroy) a third drive.

Thanks

ZaZ
moderator
moderator
Posts: 4460
Joined: Fri May 13, 2005 1:33 pm
Location: Minnesota

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#2 Post by ZaZ » Fri Nov 04, 2011 5:54 am

I'm curious if OCZ had anything to say about this? You might want to try the OCZ forums. They're generally pretty helpful over there.
E7440

ccmuk
Posts: 3
Joined: Thu Nov 03, 2011 1:01 pm
Location: London, UK

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#3 Post by ccmuk » Wed Nov 09, 2011 6:05 am

An update on this - the distributor has been told by OCZ that the Nocti mSATA drive is not compatible with TrueCrypt partition encryption, and are giving me a refund.

I'd be interested if anyone has had success with any brand of mSATA disk and TrueCrypt in a T520.

- c.

loyukfai
ThinkPadder
ThinkPadder
Posts: 1085
Joined: Tue Aug 08, 2006 2:08 pm
Location: Hong Kong

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#4 Post by loyukfai » Wed Nov 09, 2011 6:37 am

Wow this is interesting, I always thought that the drive doesn't matter when one uses TrueCrypt...

After all, what TC does to the drive is just reading and writing data, and if I'm not mistaken, the operations are still done through the standard OS calls/mechanism.

The drive shouldn't care if the user is writing 1 or 100,000 Word documents to it, as long as there is enough space.

I suspect something else, maybe that model has some inherent problems that is manifested by the operations of TC formatting...?

Do you have another computer to try...?

Cheers.

sjthinkpader
Senior ThinkPadder
Senior ThinkPadder
Posts: 2908
Joined: Tue Jan 22, 2008 8:29 pm
Location: San Jose, CA

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#5 Post by sjthinkpader » Thu Nov 10, 2011 12:35 am

SSD controllers look for "blank" area (11111) to write since this is the fastest. Encrypted software make data on the disk look random. So it would get very confused or eventually take very long time to write because it is doing erase and block moves constantly. I would not use encryption on a SSD at all. TRIM probably doesn't work either.

If you want to use encryption, stay with HDD.
T60p 2623-DDU/UXGA IPS/ATI V5200
T60 2623-DCU/SXGA+ IPS/ATI X1400
T43p 2668-H8U/UXGA IPS/ATI V3200
R50p 1832-NU1/UXGA IPS/ATI FireGL T2
X61t 7762-B6U dual touch IPS/64GB SSD
X32 2673-BU6/32GB SSD
755CDV 9545-GBK Transmissive Projection LCD

loyukfai
ThinkPadder
ThinkPadder
Posts: 1085
Joined: Tue Aug 08, 2006 2:08 pm
Location: Hong Kong

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#6 Post by loyukfai » Thu Nov 10, 2011 9:52 am

sjthinkpader wrote:Encrypted software make data on the disk look random. So it would get very confused or eventually take very long time to write because it is doing erase and block moves constantly.
AFAIK, on modern SSD, the encrypted software doesn't get to tell which block to write or erase due to the wear-levelling mechanism in the disk controller.

I thought the software would just make "000011110" become "111100001" (okay, it's overly simplified), so it shouldn't matter to the drive at all...?

Could you elaborate...?

Cheers.

sjthinkpader
Senior ThinkPadder
Senior ThinkPadder
Posts: 2908
Joined: Tue Jan 22, 2008 8:29 pm
Location: San Jose, CA

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#7 Post by sjthinkpader » Fri Nov 11, 2011 12:34 am

The SSD controllers looks for "11111" first during write cycles because it is the fastest. But encryption place data randomly instead of sequentially. So eventually the controller cannot find any "clean" free space (11111). Then it starts to do erase on every write. This makes the drive look busy all the time because erase takes a long time.

For NAND flash used in SSDs, write is 1-0 and erase is 0-1. Write is fast and erase is slow. New flash start with all 1's and TRIM does erase in the background. TRIM doesn't help in encryption because whole drive encryption place data everywhere.
T60p 2623-DDU/UXGA IPS/ATI V5200
T60 2623-DCU/SXGA+ IPS/ATI X1400
T43p 2668-H8U/UXGA IPS/ATI V3200
R50p 1832-NU1/UXGA IPS/ATI FireGL T2
X61t 7762-B6U dual touch IPS/64GB SSD
X32 2673-BU6/32GB SSD
755CDV 9545-GBK Transmissive Projection LCD

loyukfai
ThinkPadder
ThinkPadder
Posts: 1085
Joined: Tue Aug 08, 2006 2:08 pm
Location: Hong Kong

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#8 Post by loyukfai » Fri Nov 11, 2011 1:17 am

The process may become slow, but I think it shouldn't fail altogether, which is what the OP is experiencing.

Cheers.

sjthinkpader
Senior ThinkPadder
Senior ThinkPadder
Posts: 2908
Joined: Tue Jan 22, 2008 8:29 pm
Location: San Jose, CA

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#9 Post by sjthinkpader » Fri Nov 11, 2011 1:48 am

In order to erase a block, controller has to use a spare block to move the data. Eventually the controller is just overwhelmed.
T60p 2623-DDU/UXGA IPS/ATI V5200
T60 2623-DCU/SXGA+ IPS/ATI X1400
T43p 2668-H8U/UXGA IPS/ATI V3200
R50p 1832-NU1/UXGA IPS/ATI FireGL T2
X61t 7762-B6U dual touch IPS/64GB SSD
X32 2673-BU6/32GB SSD
755CDV 9545-GBK Transmissive Projection LCD

loyukfai
ThinkPadder
ThinkPadder
Posts: 1085
Joined: Tue Aug 08, 2006 2:08 pm
Location: Hong Kong

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#10 Post by loyukfai » Fri Nov 11, 2011 2:17 am

There should be enough sectors anyway and it shouldn't fail that way. It doesn't seem to be uncommon to run TrueCrypt on SSD, and this is the first time I heard about it.

If you google "truecrypt ssd format fail", this thread is the top and only relevant result.

Cheers.

ccmuk
Posts: 3
Joined: Thu Nov 03, 2011 1:01 pm
Location: London, UK

Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt

#11 Post by ccmuk » Sun Nov 27, 2011 4:19 pm

What's interesting is the primary drive is a OCZ SSD as well, and is working fine with TrueCrypt, so it's most likely something specific to the T520 or the mSata drive, rather than SSD's in general with TrueCrypt.

I wondered if the TrueCrypt format operation over-loads the drve, and it overheats. The location of the mSATA drive on the T520 doesn't provide a whole lot of airflow.

Anyway, we're still looking for a TrueCrypt compatible mSATA drive for the machine - can anyone report success with other models in a T520 with TrueCrypt?

Thanks

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “ThinkPad T400/410/420 and T500/510/520 Series”

Who is online

Users browsing this forum: No registered users and 4 guests