Page 1 of 1
Lenovo t61 6457 mpci for pcie?
Posted: Fri May 16, 2014 12:30 pm
by greenroost14
So does the t61 6457 have 2 mpci or 2mpcie? and are there any mpcie ssds?
Re: Lenovo t61 6457 mpci for pcie?
Posted: Fri May 16, 2014 1:26 pm
by dr_st
Two mPCIe. Not sure about using mPCIe SSDs in this model - never tried and don't remember reading anything about it working / not working.
Re: Lenovo t61 6457 mpci for pcie?
Posted: Fri May 16, 2014 1:39 pm
by greenroost14
Another thing If i get an ssd is TRIM supported on the t61?
Re: Lenovo t61 6457 mpci for pcie?
Posted: Fri May 16, 2014 2:54 pm
by dr_st
Yes. TRIM depends on the operating system, not the platform. Windows 7 and later editions support TRIM, as do all recent Linux flavors.
Re: Lenovo t61 6457 mpci for pcie?
Posted: Fri May 16, 2014 3:06 pm
by FryPpy
greenroost14 wrote:So does the t61 6457 have 2 mpci or 2mpcie? and are there any mpcie ssds?
More hints.
If i right. 6454 is a 15.4" T61 - so it have 3 miniPCIe slots. 2 full sized (for WLAN + WWAN) + 1 for half sized cards (WUSB or TurboMemory).
But no one of them can handle mSATA SSD
TRIM is more dependant on SSD itself. Native support from the OS is good thing, but i am using Intel SSD Tool box and it trims my Intel SSD on XP;)
And if OP want to use SSD it is highly recommend to flash Middleton's BIOS to T61. Lenovo locked SATA speed to 1.5Gb/s on T61 series thinkpads, but hardware can get full SATA II speed 3Gb\s with that non official but proven BIOS.
Re: Lenovo t61 6457 mpci for pcie?
Posted: Sat May 17, 2014 2:24 am
by dr_st
FryPpy wrote:TRIM is more dependant on SSD itself. Native support from the OS is good thing, but i am using Intel SSD Tool box and it trims my Intel SSD on XP;)
How does that work? Does it install a driver that somehow sits between the OS and the SSD and intercepts/issues ATA commands, or does it do a sweep&clean every once in a while?
Re: Lenovo t61 6457 mpci for pcie?
Posted: Sat May 17, 2014 3:16 am
by FryPpy
dr_st wrote:How does that work? Does it install a driver that somehow sits between the OS and the SSD and intercepts/issues ATA commands, or does it do a sweep&clean every once in a while?
Other software can be used for TRIMming on old OS is Samsung Magician (for new samsung SSDs) or O&O Defrag.
Yes all that software use task sheduling for run TRIMming periodically. I don't know what do Intel and Samsung. But O&O Defrag use simple algorithm (as can be seen from user interface). It scan logical drive (file structure | MFT) for unused blocks (clusters | sectors) and issue TRIM for them.
Another notice for using SSD on old OSes. Partition alignment. For optimisation purposes partitions must be aligned on SSDs block boundary. For example XP installer makes 1st partition from first free sector which is not on boundary. So i use (any) linux liveCD and fdisk utility to make partitions. I lay 1st partition from the begining of 2nd cylinder. Unused space in 1st cylinder will be OwerProvisioning-like.