Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

New m1115 card but SMART is now dead?

Featured Replies

New card is installed and flashed to IT mode, and I've moved all the drives over to the new card and I can copy to/from and read from the drives fine. But, I get this when I try to check SMART stats. Drives properly spin up/down if it matters. Any ideas?

 

Pastebin syslog

 

Statistics for /dev/sdg Hitachi_HDS5C3020ALA632_ML0220F30JPUVD

smartctl -a -d ata /dev/sdg
smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

 

 

And here's an HDparm output which says SMART for this drive works.

 

 

HDParm Info for /dev/sdg Hitachi_HDS5C3020ALA632_ML0220F30JPUVD

/dev/sdg:

ATA device, with non-removable media
Model Number:       Hitachi HDS5C3020ALA632                 
Serial Number:      ML0220F30JPUVD
Firmware Revision:  ML6OA580
Transport:          Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6; Revision: ATA8-AST T13 Project D1697 Revision 0b
Standards:
Used: unknown (minor revision code 0x0029) 
Supported: 8 7 6 5 
Likely used: 8
Configuration:
Logical		max	current
cylinders	16383	16383
heads		16	16
sectors/track	63	63
--
CHS current addressable sectors:   16514064
LBA    user addressable sectors:  268435455
LBA48  user addressable sectors: 3907029168
Logical  Sector size:                   512 bytes
Physical Sector size:                   512 bytes
device size with M = 1024*1024:     1907729 MBytes
device size with M = 1000*1000:     2000398 MBytes (2000 GB)
cache/buffer size  = 26129 KBytes (type=DualPortCache)
Form Factor: 3.5 inch
Nominal Media Rotation Rate: 5940
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16	Current = 0
Advanced power management level: disabled
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
     Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4 
     Cycle time: no flow control=120ns  IORDY flow control=120ns
Commands/features:
Enabled	Supported:
   *	SMART feature set
    	Security Mode feature set
   *	Power Management feature set
   *	Write cache
   *	Look-ahead
   *	Host Protected Area feature set
   *	WRITE_BUFFER command
   *	READ_BUFFER command
   *	NOP cmd
   *	DOWNLOAD_MICROCODE
    	Advanced Power Management feature set
    	Power-Up In Standby feature set
   *	SET_FEATURES required to spinup after power up
    	SET_MAX security extension
   *	48-bit Address feature set
   *	Device Configuration Overlay feature set
   *	Mandatory FLUSH_CACHE
   *	FLUSH_CACHE_EXT
   *	SMART error logging
   *	SMART self-test
    	Media Card Pass-Through
   *	General Purpose Logging feature set
   *	WRITE_{DMA|MULTIPLE}_FUA_EXT
   *	64-bit World wide name
   *	URG for READ_STREAM[_DMA]_EXT
   *	URG for WRITE_STREAM[_DMA]_EXT
   *	WRITE_UNCORRECTABLE_EXT command
   *	{READ,WRITE}_DMA_EXT_GPL commands
   *	Segmented DOWNLOAD_MICROCODE
    	unknown 119[7]
   *	Gen1 signaling speed (1.5Gb/s)
   *	Gen2 signaling speed (3.0Gb/s)
   *	Gen3 signaling speed (6.0Gb/s)
   *	Native Command Queueing (NCQ)
   *	Host-initiated interface power management
   *	Phy event counters
   *	NCQ priority information
    	Non-Zero buffer offsets in DMA Setup FIS
   *	DMA Setup Auto-Activate optimization
    	Device-initiated interface power management
    	In-order data delivery
   *	Software settings preservation
   *	SMART Command Transport (SCT) feature set
   *	SCT LBA Segment Access (AC2)
   *	SCT Error Recovery Control (AC3)
   *	SCT Features Control (AC4)
   *	SCT Data Tables (AC5)
Security: 
Master password revision code = 65534
	supported
not	enabled
not	locked
not	frozen
not	expired: security count
not	supported: enhanced erase
504min for SECURITY ERASE UNIT. 
Logical Unit WWN Device Identifier: 5000cca369c797e6
NAA		: 5
IEEE OUI	: 000cca
Unique ID	: 369c797e6
Checksum: correct

[/code

  • Author

Try

 

smartctl -A /dev/sdg

 

That works from a terminal. I found a thread in the past where someone had the same problem with their m1015 and I'm looking into that with the help of BobPhoenix. I think I have to change "-d ata" to "-d sat" in all the .AWK files on the flash drive.

 

Another thing I noticed is the website for unraid loads lightning fast now compared to before.

myMain let's you set a drive option call SmartOpt to -A to do this. No need to edit the Awk file in myMain. You can have a separate SmartOpt for each drive.

  • Author

myMain let's you set a drive option call SmartOpt to -A to do this. No need to edit the Awk file in myMain. You can have a separate SmartOpt for each drive.

 

How do I do that?

myMain let's you set a drive option call SmartOpt to -A to do this. No need to edit the Awk file in myMain. You can have a separate SmartOpt for each drive.

 

How do I do that?

Look at graphics in this post. http://lime-technology.com/forum/index.php?topic=31069.msg280379#msg280379

 

 

Below it is the .awk file that should allow it to work for everything else in unMenu.

  • Author

myMain let's you set a drive option call SmartOpt to -A to do this. No need to edit the Awk file in myMain. You can have a separate SmartOpt for each drive.

 

How do I do that?

Look at graphics in this post. http://lime-technology.com/forum/index.php?topic=31069.msg280379#msg280379

 

 

Below it is the .awk file that should allow it to work for everything else in unMenu.

 

Awesome, thanks. Again :)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.