Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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
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
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
ThinkPad L14 - 2.1GHz Ryzen 4650U | 16GB | 256GB | 14" FHD | Win11P
ProBook 470 G5 - 1.6GHz Core i5 | 16GB | 2.2TB | 17" FHD | Mint
ProBook 470 G5 - 1.6GHz Core i5 | 16GB | 2.2TB | 17" FHD | Mint
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
I'd be interested if anyone has had success with any brand of mSATA disk and TrueCrypt in a T520.
- c.
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
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

- Posts: 2908
- Joined: Tue Jan 22, 2008 8:29 pm
- Location: San Jose, CA
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
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
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
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.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.
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

- Posts: 2908
- Joined: Tue Jan 22, 2008 8:29 pm
- Location: San Jose, CA
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
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
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
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
The process may become slow, but I think it shouldn't fail altogether, which is what the OP is experiencing.
Cheers.
Cheers.
-
sjthinkpader
- 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
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
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
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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.
If you google "truecrypt ssd format fail", this thread is the top and only relevant result.
Cheers.
Re: mSATA SSD - 60Gb OCZ Nocti - failing with TrueCrypt
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
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
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Upgrade SSD & RAM on New ThinkPad While Keeping Warranty – Who Tried It?
by marcusfrank » Wed Nov 26, 2025 8:24 pm » in Thinkpad - General HARDWARE/SOFTWARE questions - 3 Replies
- 14778 Views
-
Last post by dr_st
Fri Nov 28, 2025 4:18 am
-
-
-
P15 gen1 ... will a 1TB + 4TB NVMe SSD pairing work?
by portsample » Thu Nov 27, 2025 8:23 pm » in ThinkPad P1/P14/P15/P16/P40/P50/P70 and later Series - 2 Replies
- 8402 Views
-
Last post by portsample
Thu Nov 27, 2025 10:00 pm
-
-
-
FS: Transcend MTS400 512GB M.2 SSD
by PiZzA EnGiNeEr » Mon Dec 29, 2025 2:14 pm » in Marketplace - Forum Members only - 0 Replies
- 3240 Views
-
Last post by PiZzA EnGiNeEr
Mon Dec 29, 2025 2:14 pm
-
-
-
M.2 SSD in P14s Gen 3 (Intel) (21AK)'s WWAN slot
by usescomputers » Sat Jan 24, 2026 5:57 am » in ThinkPad P1/P14/P15/P16/P40/P50/P70 and later Series - 0 Replies
- 5603 Views
-
Last post by usescomputers
Sat Jan 24, 2026 5:57 am
-
Who is online
Users browsing this forum: No registered users and 85 guests





