[resolved] clear "Disk Access History I/O" ERROR

Questions about SNMP, Power, System, Logs, disk, & RAID.
blub
Starting out
Posts: 17
Joined: Mon May 16, 2011 2:38 am

Re: [resolved] clear "Disk Access History I/O" ERROR

Post by blub »

So after numerous tries the 2 HDDs in question remain dead - Qnap alsways shows "IO error", no matter how often I reset the pwd error or shift drive bays. Even resetting the nas to factory defaults does not help - crap....
naksatraja
New here
Posts: 4
Joined: Mon Aug 03, 2020 7:18 am

Re: [resolved] clear "Disk Access History I/O" ERROR

Post by naksatraja »

Wanted to chime in and report in that this worked for me as well.

First time using Linux cmds honestly but I have dabbled with cmd prompt before so I knew what to expect.

TS-251+
QTS 5.0.0.2055

For some odd reason I could not go directly to .conf , had to ls all the way to the directory holding .conf

Code: Select all

[~] # cat /mnt/HDA_ROOT/.conf
would not work as the first command. I had to ls -a to show hidden and then

Code: Select all

[~] # ls /mnt
boot_config/  ext/       pool1/  sda_root/  snapshot/
config/       HDA_ROOT/  QUPNP/  sdb_root/  update@
[~] # ls /mnt/HDA_ROOT
lost+found/  ssl_lib/  update/  update_pkg/
[~] # LS -A
-sh: LS: command not found
[~] # ls /mnt/HDA_ROOT -s
total 28
16 lost+found/   4 ssl_lib/   4 update/   4 update_pkg/
[~] # ls /mnt/HDA_ROOT -a
./     .confi      .config/  lost+found/     .QTS.installed.notice  update_pkg/
../    .confi?~    .inited/  .nfs_fix_check  ssl_lib/
.conf  .confi????  .logs/    .QTS.installed  update/
[~] # ls /mnt/HDA_ROOT/.config
2.

Code: Select all

[~] # cat /mnt/HDA_ROOT/.conf
hw_addr = ****************
QNAP = TRUE
mirror = 0
hal_support = yes
sm_v2_support = yes
pd_dev_wwn_50**************62 = 0x2
pd_dev_wwn_50****************55 = 0x2
nas_capability = 0x1
pd_dev_wwn_50*********FE = 0x1
pd_dev_wwn_50*********6C = 0x1
line was here here
pd_err_wwn_50***********6C = 0x1

Code: Select all

[SSD_SETTING]
ssd_warned_wwn_500*******62 = 0
ssd_warned_wwn_50***********55 = 0
ssd_warned_wwn_50***********FE = 0
[~] # ls /mnt/HDA_ROOT/.conf
/mnt/HDA_ROOT/.conf
[~] # cat /mnt/HDA_ROOT/.conf/raid.conf
cat: /mnt/HDA_ROOT/.conf/raid.conf: Not a directory
[~] # vi /mnt/HDA_ROOT/.conf/raid.conf
[~] # cat /mnt/HDA_ROOT/.conf/raid.conf
cat: /mnt/HDA_ROOT/.conf/raid.conf: Not a directory
[~] # cat /mnt/HDA_ROOT/.config/raid.conf
[Global]
raidBitmap = 0x2
pd_500**********62_Raid_Bitmap = 0x2

[Remove]
0x00000001 = 0x2

[RAID_1]
uuid = ***********
id = 1
partNo = 3
aggreMember = no
readonly = no
legacy = no
version2 = yes
overProvisioning = 0
deviceName = /dev/md1
raidLevel = 1
internal = 1
mdBitmap = 0
chunkSize = 0
readAhead = 4096
stripeCacheSize = 0
speedLimitMax = 0
speedLimitMin = 50000
data_0 = 1, (REMOVED)
data_1 = 2, 500*********62
dataBitmap = 3
scrubStatus = 1
eventSkipped = 1
eventCompleted = 1
degradedCnt = 0
I did not remove the disk, I just used vi to edit .conf and inside just backspaced the line away, I did not know how to remove the line break :DD - to save :wq and then rebooted from the Qnap browser page I had open (click Username > Restart > loud beep so dont do it at 12am like I did)
Locked

Return to “System & Disk Volume Management”