LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-03-2020, 06:04 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,418

Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
Disk Diagnosis? Whassup, if anything?


This is a 500G 2.5" platter disk which I'm using as a backup disk on /dev/sdb1. So it normally gets block copies or rsync jobs. Now some disk fault turned up and it got treated by e2fsck which did stuff, as it usually does. Then, next day (today) I get this
Code:
[mount /dev/sdb1
[ 8146.891969] sd 4:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 8146.893704] sd 4:0:0:0: [sdb] tag#0 Sense Key : 0x4 [current]
[ 8146.895424] sd 4:0:0:0: [sdb] tag#0 ASC=0x0 ASCQ=0x0
[ 8146.897148] sd 4:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 4b 00 07 80 00 00 08 00
[ 8146.898890] blk_update_request: I/O error, dev sdb, sector 1258293120 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 8148.451568] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
bash-5.0$
Which looks like an issue with /dev/sdb, not /dev/sdb1. Any ideas? Boot record or deeper?
At the moment, I probably have enough hard disk space to backup the backup disk, if you follow me, as I'm passing a 225G disk through my hands.

I also have my son's old 1TB platter, but it's a case of 'It's fine, IF it mounts'. It's a 'maybe' disk. The controller is iffy. So the trick is to put stuff on and get it off in one session
 
Old 10-03-2020, 06:13 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,118

Rep: Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906Reputation: 2906
Quote:
Originally Posted by business_kid View Post
This is a 500G 2.5" platter disk which I'm using as a backup disk on /dev/sdb1. So it normally gets block copies or rsync jobs. Now some disk fault turned up and it got treated by e2fsck which did stuff, as it usually does. Then, next day (today) I get this
Code:
[mount /dev/sdb1
[ 8146.891969] sd 4:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 8146.893704] sd 4:0:0:0: [sdb] tag#0 Sense Key : 0x4 [current]
[ 8146.895424] sd 4:0:0:0: [sdb] tag#0 ASC=0x0 ASCQ=0x0
[ 8146.897148] sd 4:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 4b 00 07 80 00 00 08 00
[ 8146.898890] blk_update_request: I/O error, dev sdb, sector 1258293120 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 8148.451568] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
bash-5.0$
Which looks like an issue with /dev/sdb, not /dev/sdb1. Any ideas? Boot record or deeper?
At the moment, I probably have enough hard disk space to backup the backup disk, if you follow me, as I'm passing a 225G disk through my hands.

I also have my son's old 1TB platter, but it's a case of 'It's fine, IF it mounts'. It's a 'maybe' disk. The controller is iffy. So the trick is to put stuff on and get it off in one session
The device upon which /dev/sdb1 is built is /dev/sdb. It is not the partition /dev/sdb1 specifically that has been reported as having an error, it is a sector of the DEVICE /dev/sdb. This COULD corrupt data on the /dev/sdb1 partition, but could be in another part of the device that is not /dev/sdb1. It COULD, on the other hand, be an isolated I/O error and nothing to worry about. There is not enough information to judge. I would, therefor, submit the disk to additional analysis and see what the disk diagnostic software reports. I might also start to budget for a replacement solution for my backups! (Just in case, because one thing about hardware is that it always fails in the end. Always!)
 
Old 10-03-2020, 06:13 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,418

Original Poster
Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
Sorry, my bad. I/O error. Doesn't repeat.
 
Old 10-04-2020, 11:38 AM   #4
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950

Rep: Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513
Quote:
Originally Posted by business_kid View Post
This is a 500G 2.5" platter disk whand it got treated by e2fsck which I'm using as a backup disk on /dev/sdb1.

So it normally gets block copies or rsync jobs. Now some disk fault turned up which did stuff, as it usually does. Then, next day (today) I get this....
So your backup device regularly fails.
Until you get a reasonably reliable disk there is little point in taking backups.
 
Old 10-06-2020, 05:35 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,418

Original Poster
Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
I figured this. The disk is powers down, and is slow to start. So it throws one read error. I went a bit OTT on the knee-jerk reaction. The disk is fine, and young enough usage-wise.

I was thinking that I could just about backup the backup disk at the moment as I had a spare usb disk lying about. But it's case had some solder bridges on it's little pcb, so that wasn't going to work until I get a new case.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] jpeg-6b:whassup? business_kid Linux - Software 4 08-30-2018 05:11 AM
[SOLVED] Kernel crash: Whassup? business_kid Linux - Kernel 8 02-02-2015 08:09 AM
[SOLVED] Slackware's grub - whassup? business_kid Slackware 1 12-06-2012 10:36 AM
[SOLVED] Skype Symbol Lookup error - Whassup? business_kid Slackware 8 08-06-2012 12:08 PM
[SOLVED] whassup w/ this package...? Alexvader General 1 09-23-2010 04:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration