View previous topic :: View next topic |
Author |
Message |
manuels Advocate


Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Wed Aug 12, 2009 8:48 pm Post subject: USB-Harddisk mit SMART-Unterstützung |
|
|
Moin,
ich möchte mir an meinen alix eine 2,5"-USB-Festplatte hängen.
Da dadrauf Backups gespeichert werden sollen, möchte ich, dass diese einen Chip hat, der SMART über USB unterstützt.
Hab so ein Ding mal im Kaufhaus gesehen, aber weiss nicht mehr wo.
Klappt das auch unter Linux oder nur unter Windows?
Kann mir jemand von euch eine Festplatte empfehlen?
EDIT: ~200GB sollten reichen, größer muss sie nicht sein.
Danke für Tipps
Manuel _________________ Build your own live cd with catalyst 2.0! |
|
Back to top |
|
 |
mastacloak Apprentice

Joined: 01 Aug 2004 Posts: 174 Location: Berlin / Germany
|
Posted: Thu Aug 13, 2009 5:32 pm Post subject: |
|
|
Hallo,
ich habe mir vor einiger Zeit auch zu Backupzwecken ein paar USB-Festplatten von Western Digital aus der Passport Essentials und Elite-Serie (http://www.westerndigital.com/de/products/index.asp?cat=9&language=de) zugelegt. Bin soweit mit den Platten zufrieden und hatte noch keine Probleme.
Zu SMART: Auf der Festplatte ist ein SMART-Tool für Windows vorinstalliert.
Da die Platte offenbar "SCSI to ATA Translation" unterstützt, können die SMART-Informationen beispielsweise mit
Code: | smartctl -d sat -a /dev/sda |
aus dem Paket sys-apps/smartmontools ausgelesen werden.
Testen kann ich das gerade nur für eine Platte (s.u.). Ich würde mal vermuten, dass es bei den anderen auch funktioniert.
Beispielausgabe:
Code: | # smartctl -d sat -a /dev/sda
smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Scorpio family
Device Model: WDC WD2500BEVS-22UST0
Serial Number: WD-WXEZ05571879
Firmware Version: 01.01A01
User Capacity: 250.059.350.016 bytes
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Thu Aug 13 19:18:17 2009 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (9600) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 115) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x303f) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0003 151 150 021 Pre-fail Always - 3408
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 199
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 100 253 051 Pre-fail Always - 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 108
10 Spin_Retry_Count 0x0013 100 100 051 Pre-fail Always - 0
11 Calibration_Retry_Count 0x0012 100 100 051 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 119
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 60
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 2553
194 Temperature_Celsius 0x0022 121 107 000 Old_age Always - 26
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0012 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0009 100 253 051 Pre-fail Offline - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Conveyance offline Completed without error 00% 54 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
Grüße |
|
Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Thu Aug 13, 2009 5:46 pm Post subject: |
|
|
mastacloak wrote: | Hallo,
ich habe mir vor einiger Zeit auch zu Backupzwecken ein paar USB-Festplatten von Western Digital aus der Passport Essentials und Elite-Serie (http://www.westerndigital.com/de/products/index.asp?cat=9&language=de) zugelegt. Bin soweit mit den Platten zufrieden und hatte noch keine Probleme.
Zu SMART: Auf der Festplatte ist ein SMART-Tool für Windows vorinstalliert.
Da die Platte offenbar "SCSI to ATA Translation" unterstützt, können die SMART-Informationen beispielsweise mit
Code: | smartctl -d sat -a /dev/sda |
aus dem Paket sys-apps/smartmontools ausgelesen werden.
Testen kann ich das gerade nur für eine Platte (s.u.). Ich würde mal vermuten, dass es bei den anderen auch funktioniert.
[snip]
Grüße |
genau das hab ich schon längere zeit gesucht, ich bin wohl immer über gestolpert [nicht] und hab es übersehen
danke !  _________________ https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa
Hardcore Gentoo Linux user since 2004  |
|
Back to top |
|
 |
manuels Advocate


Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Thu Aug 13, 2009 9:35 pm Post subject: |
|
|
Sieht ganz gut aus.
Eine Frage habe ich aber noch: Brauch man dafür ein Y-USB-Kabel oder klappt es auch mit einem Port? _________________ Build your own live cd with catalyst 2.0! |
|
Back to top |
|
 |
mastacloak Apprentice

Joined: 01 Aug 2004 Posts: 174 Location: Berlin / Germany
|
Posted: Fri Aug 14, 2009 6:38 pm Post subject: |
|
|
Bei mir hat den Platten bisher immer ein USB-Port genügt. Hab aber auch nicht viele Rechner getestet. Waren ein Desktop-Rechner, ein Thinkpad T41p, ein MacBookPro und ein Billig-Notebook. |
|
Back to top |
|
 |
manuels Advocate


Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Thu Aug 20, 2009 5:01 pm Post subject: |
|
|
So, die Platte ist da, aber zuerst wollte smart damit nicht arbeiten.
Code: | $smartctl -d sat -t short /dev/sdc
smartctl version 5.38 [x86_64-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
Error SMART Status command failed
Please get assistance from http://smartmontools.sourceforge.net/
Values from ATA Return Descriptor are:
00 09 0c 00 00 00 00 00 00 00 4f 00 00 00 00
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
|
Dann habe ich mal die SVN-Version ausprobiert.
Das scheint auch zu klappen: Code: | $./smartctl -d sat -t short /dev/sdc
smartctl 5.39 2009-08-19 r2874 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Thu Aug 20 18:59:31 2009
Use smartctl -X to abort test.
|
Soweit so gut! _________________ Build your own live cd with catalyst 2.0! |
|
Back to top |
|
 |
manuels Advocate


Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Thu Aug 20, 2009 6:25 pm Post subject: |
|
|
Nun möchte ich, dass die Festplatte bei Nichtbenutzung "schlafen geht".
Mit sdparm scheint dies nicht zu klappen: Code: | $sdparm -a /dev/sdc
/dev/sdc: WD 3200BMV External 1.75 |
Aber mit Code: | $sg_start 0 --pc=5 /dev/sdc | klappt es ohne Probleme.
Ich möchte jetzt nicht ein Bash-Script schustern, dass die Festplattennutzung überprüft und daraufhin herunterfährt.
Gibt es keine Lösungen, der Festplatte das irgendwie zu sagen? _________________ Build your own live cd with catalyst 2.0! |
|
Back to top |
|
 |
mastacloak Apprentice

Joined: 01 Aug 2004 Posts: 174 Location: Berlin / Germany
|
Posted: Fri Aug 21, 2009 7:58 am Post subject: |
|
|
Bei den WD Passport-Platten habe ich die Erfahrung gemacht, dass die bei Nichtnutzung nach einer gewissen Zeit selbst abschaltet. Einfach mal ausprobieren. Wenn Du in einer leisen Umgebung bist, hörst Du das "spin down" bzw. anschließend das "spin up" der Platte bei Wiederzugriff. Ich weiß aber nicht, ob man die Zeit verändern kann.
Hier noch ein Zitat aus der WD Knowledge-Base ID #1376:
Quote: | Question
Do Western Digital external hard drives spin down after a certain amount of inactivity time? How can I disable this feature?
Answer
All WD external hard drives will spin down (enter into power saver mode) after 10 minutes of drive inactivity. Once the drive is accessed again, the drive will exit from the power saver mode and spin back up.
Please Note: This is a permanent feature of all our external hard drives and cannot be disabled.
|
|
|
Back to top |
|
 |
|