LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-26-2016, 08:55 PM   #1
TsVk!
LQ Newbie
 
Registered: Jul 2016
Location: Australia
Distribution: Debian
Posts: 19

Rep: Reputation: Disabled
No SATA 3 for Samsung SSD, Debian Jessie.


Hi,

Please shed some light of you can, I'm trying to get my full disk IO but haven't had much luck with my research. According to the specs page my machine (Lenovo Thinkcentre m72) is capable of SATA 3 but I'm only getting SATA2 speeds. Any help would be appreciated.
Code:
root@mispc4-deb:/boot/grub# dmesg | grep SATA
[    0.627200] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    0.635796] ata1: SATA max UDMA/133 abar m2048@0xf7206000 port 0xf7206100 irq 43
[    0.635798] ata2: SATA max UDMA/133 abar m2048@0xf7206000 port 0xf7206180 irq 43
[    0.954826] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.954849] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Code:
root@mispc4-deb:/boot/grub# hdparm -I /dev/sda | egrep "Model|speed|Transport"
        Model Number:       Samsung SSD 850 PRO 1TB                 
        Transport:          Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
           *    Gen1 signaling speed (1.5Gb/s)
           *    Gen2 signaling speed (3.0Gb/s)
           *    Gen3 signaling speed (6.0Gb/s)
           *    SMART Command Transport (SCT) feature set
Code:
root@mispc4-deb:/boot/grub# lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
cheers.
 
Old 07-27-2016, 01:01 PM   #2
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
Code:
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 04)
...
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
The H61 Express chipset doesn't support SATA 6Gbps from what I can tell. It supports 4 SATA 3Gbps ports, which matches what AHCI reports.
https://en.wikipedia.org/wiki/LGA_11...ridge_chipsets

Quote:
Originally Posted by TsVk! View Post
According to the specs page my machine (Lenovo Thinkcentre m72) is capable of SATA 3
You're probably looking at the wrong page (please link to it). From what I can tell, Lenovo has a multitude of products named "Thinkcenter m72" ranging from All-in-one machines to full-sized towers.

Last edited by seasons; 07-27-2016 at 02:05 PM. Reason: Once more (now with 10% more clarity)
 
1 members found this post helpful.
Old 07-27-2016, 03:52 PM   #3
TsVk!
LQ Newbie
 
Registered: Jul 2016
Location: Australia
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Thanks Seasons.

I can't find the specs page I was looking at now, but it's irrelevant seeing the chipset specs.

I'll call that solved.
 
Old 07-27-2016, 09:59 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by TsVk! View Post
I'll call that solved.
Hi...

If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
Old 07-27-2016, 10:16 PM   #5
TsVk!
LQ Newbie
 
Registered: Jul 2016
Location: Australia
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Thanks for the tip.
 
Old 07-27-2016, 11:44 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by TsVk! View Post
Thanks for the tip.
You're welcome

Regards...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fastest SATA SSD or pair of RAID 0 SSD's under aprox $200 Ulysses_ Linux - Hardware 1 03-26-2016 09:45 AM
Access To Encrypted SSD Partition With Native Password in SSD>SATA Enclosure skidvicious Linux - Hardware 5 12-03-2015 04:40 PM
[SOLVED] Want to use Samsung 850 EVO SSD on Biostar M7MCD Ultra 1.5 SATA motherboard 1sweetwater! Linux - Hardware 1 06-08-2015 09:07 AM
Samsung 830 SSD on Debian Squeeze (hardware detection issue) KuimFieg Linux - Hardware 4 08-13-2012 02:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration