Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

getting smartctl to work on external seagate hard disk

Need help with peripherals or devices?
Post Reply
Message
Author
kanliot
Posts: 36
Joined: 2013-09-02 08:00

getting smartctl to work on external seagate hard disk

#1 Post by kanliot »

apparently newer kernels don't support smartmon on external seagate disk drives
reading this, i was able to solve it with a little work https://www.reddit.com/r/DataHoarder/co ... _ata_pass/

you can get the device id out of lsusb -t after the device is plugged in, then do the echo trick mentioned in the thread.
then I ran eject /dev/sdXXX on the device and replugged it.

now smartmon seems to be working fine!

solved!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: getting smartctl to work on external seagate hard disk

#2 Post by stevepusser »

We just found out over at MX Linux that Debian's smartmontools wasn't able to update the drive database online, apparently for years and years, but Tim got it working. :D

https://forum.mxlinux.org/viewtopic.php?f=115&t=48968
MX Linux packager and developer

kanliot
Posts: 36
Joined: 2013-09-02 08:00

Re: getting smartctl to work on external seagate hard disk

#3 Post by kanliot »

Hi stevepusser, Walking tall?

Not sure if you're disagreeing with me, but the problem I'm talking about comes from the linux kernel, which "fixes a seagate bug" by disabling stuff including the smartmon functions, which I was using thru command-line on a headless desktop.

Post Reply