Custom Query (1376 matches)
Results (13 - 15 of 1376)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#224 | worksforme | Update Seagate links | ||
Description |
smartd logs the following into syslog: --- see the following Seagate web pages:_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951_ http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207957_ --- These links are no longer valid. They should instead be: http://knowledge.seagate.com/articles/en_US/FAQ/207931en http://knowledge.seagate.com/articles/en_US/FAQ/207951en http://knowledge.seagate.com/articles/en_US/FAQ/207957en Note that the numbers stayed the same, so similar links might be applicable for other Seagate links as well. |
|||
#237 | worksforme | 0x0472:0x2053 Silicon Power 1TB external USB drive need -d sat by default | ||
Description |
The drive is not recognized by default, but by adding -d sat, it works. sudo smartctl -i /dev/sdj smartctl 5.43 2012-06-05 r3561 [x86_64-linux-3.4-trunk-amd64] (local build) Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net /dev/sdj: Unsupported USB bridge [0x174c:0x55aa (0x100)] Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary adamm@mira:~$ lsusb -d 174c: Bus 001 Device 020: ID 174c:55aa ASMedia Technology Inc. $ sudo smartctl -d sat -i /dev/sdj smartctl 5.43 2012-06-05 r3561 [x86_64-linux-3.4-trunk-amd64] (local build) Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: ST1000LM024 HN-M101MBB Serial Number: S2S6J9CC803467 LU WWN Device Id: 5 0004cf 2081b8c0a Firmware Version: 2AR10001 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 6 Local Time is: Wed Aug 29 14:08:52 2012 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled |
|||
#238 | worksforme | Support Non-rotating Media Test | ||
Description |
Hello, I received a request to display the "Non-rotating Media Test" status in GSmartControl. Apparently, it can be used to differentiate between SSDs and HDDs. Seems to be returned by IDENTIFY DEVICE. I don't know if this is something smartmontools would want to show. I put this up for your consideration. Here's an MS tool that claims to show it: http://msdn.microsoft.com/en-us/library/ff564501(v=vs.85).aspx Thanks! |