Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Carlos E.R." Newsgroups: alt.os.linux,alt.comp.os.windows-11 Subject: Re: Hard disk error (Error probing device: Error sending ATA command IDENTIFY DEVICE) Date: Fri, 4 Apr 2025 13:44:43 +0200 Lines: 60 Message-ID: References: <7263clxr47.ln2@Telcontar.valinor> <9aq4clxn5a.ln2@Telcontar.valinor> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net MXjs6lir3ZBRejcNS7XXpgWIUankMYF+z7j5ls2F0CcS1mrQ3D X-Orig-Path: Telcontar.valinor!not-for-mail Cancel-Lock: sha1:WAsT8pnzR9Ix8f7wbpftn2ofsz4= sha256:oJ//3lZClg4AqU7StbvCPeQT1sdFFeMRcoyhXZ5Zr00= User-Agent: Mozilla Thunderbird Content-Language: es-ES, en-CA In-Reply-To: <9aq4clxn5a.ln2@Telcontar.valinor> Xref: csiph.com alt.os.linux:81266 alt.comp.os.windows-11:18267 On 2025-04-04 12:53, Carlos E.R. wrote: >> It might depend on what firmware is in the box. >> >>     https://ralimtek.com/posts/2021/jms578/ ... > «It appears that most JMicron based USB enclosures use a “feature” in > the enclosure to override the model/serial number of the drive inside to > instead match the outside of the case. This is popular for pre-assembled > units but is an absolute pain for user-replaceable drives.» > > What? :-O  [...] Wow, it is true. :-/ > > How on earth can I know what RAID disk I have to replace? > > [...] > > Mmm... activity makes the blue led to blink slightly, very fast. Google (): use "ledctl locate=/dev/sdd". Installed "ledmon". Doesn't work. Telcontar:~ # ledctl locate /dev/sde /dev/shm/ledmon.conf: does not exist, using global config file /etc/ledmon.conf: does not exist, using built-in defaults ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:08.3/0000:31:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:08.2/0000:30:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.1 - enclosure management not supported. ledctl: missing operand(s)... run ledctl --help for details. Telcontar:~ # ledctl locate=/dev/sde /dev/shm/ledmon.conf: does not exist, using global config file /etc/ledmon.conf: does not exist, using built-in defaults ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:08.3/0000:31:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:08.2/0000:30:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0 - enclosure management not supported. ledctl: controller discovery: /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.1 - enclosure management not supported. ledctl: /dev/sde: device not supported ledctl: IBPI LOCATE: missing block device(s)... pattern ignored. Telcontar:~ # Google: while :; do smartctl -a /dev/sdf; done; Yes, this one works. Improved variant: Telcontar:~ # while :; do smartctl -a /dev/sde; sleep 2; done 1>/dev/null ^C Telcontar:~ # -- Cheers, Carlos.