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 12:15:59 +0200 Lines: 55 Message-ID: References: <7263clxr47.ln2@Telcontar.valinor> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net xMM8vctpVjS6fzEWUbGd3ADzR1M5YhHaDQWB1rmWFbjRRjm/UW X-Orig-Path: Telcontar.valinor!not-for-mail Cancel-Lock: sha1:6IpUuKS9/vKfcallFqxKzFxI6AE= sha256:thZRjmiyFeMN9N7lyu8qU2/sbZHSJ5N6te994gnxqYo= User-Agent: Mozilla Thunderbird Content-Language: es-ES, en-CA In-Reply-To: Xref: csiph.com alt.os.linux:81262 alt.comp.os.windows-11:18263 On 2025-04-04 08:30, vallor wrote: > On Thu, 3 Apr 2025 22:01:43 +0200, "Carlos E.R." > wrote in <7263clxr47.ln2@Telcontar.valinor>: ... >> What do you think about the error? >> >> <1.4> 2025-04-03T20:16:01.859892+02:00 Telcontar udisksd 2769 - - Error >> probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sde': >> Unexpected sense data returned:#0120000: 00 00 00 00 00 00 00 00 00 00 >> 00 00 00 00 00 00 ................#0120010: 00 00 00 00 00 00 00 00 >> 00 00 00 00 00 00 00 00 ................#012 (g-io-error-quark, 0) >> >> >> Bug report? >> >> (openSUSE Leap 15.6) > > Well, Linux seems to see the partitions... > > Maybe the drives will work anyway? Have you tested them? I don't have yet the blank hard disks to construct the software raid I intended, I expect them early next week. I have two disks with data that I connected. I launched a file copy from both disks simultaneously (a /usr directory) and they are running at speeds of 4.5M/S. No errors on log. I can try big file write, simultaneously, with dd. Telcontar:~/tmp/disk1 # dd if=/dev/zero of=test bs=5M count=1000 status=progress oflag=direct 5117050880 bytes (5.1 GB, 4.8 GiB) copied, 29 s, 176 MB/s 1000+0 records in 1000+0 records out 5242880000 bytes (5.2 GB, 4.9 GiB) copied, 29.5996 s, 177 MB/s Telcontar:~/tmp/disk1 # Telcontar:~/tmp/disk2 # dd if=/dev/zero of=test bs=5M count=1000 status=progress oflag=direct 5153751040 bytes (5.2 GB, 4.8 GiB) copied, 30 s, 172 MB/s 1000+0 records in 1000+0 records out 5242880000 bytes (5.2 GB, 4.9 GiB) copied, 30.4898 s, 172 MB/s Telcontar:~/tmp/disk2 # So at least plain normal usage works. -- Cheers, Carlos.