Running badblocks on multiples drives with tmux...

Status
Not open for further replies.

Mr_N

Patron
Joined
Aug 31, 2013
Messages
289
Is there a limit to the number you can run at once?

I have 4 new drives i'm burning in and badblocks appeared to start fine on 3 of the drives but when i started the 4th (all on same HBA) it started to throw write errors while the other 3 continued without any.
This is after all 4 drives passed long smart tests without any errors.

annoying thing is i cant open the shell from the gui to cancel the last badblocks cmd :/

the reporting graphs for the 3 drives show solid writes and the one with errors almost no writes.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Is there a limit to the number you can run at once?
No.

For instance, I happily ran six simultaneous instances when I first burned-in my drives.

This is after all 4 drives passed long smart tests without any errors.
Doesn't mean that much. I'm assuming they hadn't been used before, so it's normal that errors will start popping up once real use starts.

annoying thing is i cant open the shell from the gui to cancel the last badblocks cmd :/
What do you mean? Are you trying to use tmux on the web shell? That's not a very good idea.

You should be able to login via SSH and use tmux attach to reacquire your tmux session.
 

Mr_N

Patron
Joined
Aug 31, 2013
Messages
289
yeah i was lazy using web shell :)

stopped the badblocks via ssh and no more errors, have set another short and long smart test on the offending drive to see whats what

below is what it was spamming me with for the last few hrs

Code:
(da6:mps1:0:0:0): Field Replaceable Unit: 0
(da6:mps1:0:0:0): Command Specific Info: 0
(da6:mps1:0:0:0):
(da6:mps1:0:0:0): Descriptor 0x80: fe e5
(da6:mps1:0:0:0): Descriptor 0x81: 00 00 49 00 01 ef
(da6:mps1:0:0:0): Retrying command (per sense data)
(da6:mps1:0:0:0): WRITE(6). CDB: 0a 03 b5 28 02 00
(da6:mps1:0:0:0): CAM status: SCSI Status Error
(da6:mps1:0:0:0): SCSI status: Check Condition
(da6:mps1:0:0:0): SCSI sense: Deferred error: MEDIUM ERROR asc:3,0 (Peripheral device write fault)
 

Mr_N

Patron
Joined
Aug 31, 2013
Messages
289
:(

Code:
=== START OF READ SMART DATA SECTION ===
SMART Self-test log
Num  Test  Status  segment  LifeTime  LBA_first_err [SK ASC ASQ]
  Description  number  (hours)
# 1  Background long  Failed in segment -->  7  18  475 [0x3 0x5d 0x1]
# 2  Background short  Failed in segment -->  7  17  475 [0x3 0x5d 0x1]
# 3  Background long  Completed  -  10  - [-  -  -]

Long (extended) Self Test duration: 37452 seconds [624.2 minutes]
 

tvsjr

Guru
Joined
Aug 29, 2015
Messages
959
I've done 24 drives simultaneously... no problems. Just watch the load average. I wouldn't recommend that wide on a CPU-limited box.

As for that drive you posted above... it's not looking good...
 
Status
Not open for further replies.
Top