Shares not mounting

Shares not mounting

Postby rimoth » Wed Jun 15, 2016 7:38 am

Hi,

Hope you can help my NAS appears to have lost all it's shares. The firmware is up and running and I can access via ssh.
Code: Select all
fdisk -l

reports:
Code: Select all
Disk /dev/mtdblock0: 0 MB, 512000 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/mtdblock0 doesn't contain a valid partition table

Disk /dev/mtdblock1: 0 MB, 4096 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/mtdblock1 doesn't contain a valid partition table
fdisk: device has more than 2^32 sectors, can't use all of them

Disk /dev/sda: 2199.0 GB, 2199023255040 bytes
256 heads, 63 sectors/track, 266305 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1      266306  2147483647+ ee EFI GPT

Code: Select all
gdisk -l

reports:
Code: Select all
GPT fdisk (gdisk) version 0.8.5

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 2AF8D378-680C-490D-AAC1-8AA7C45A0B51
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4062 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            4096         1052671   512.0 MiB   8300  Linux filesystem
   2         1052672         2101247   512.0 MiB   8300  Linux filesystem
   3         2101248         3149823   512.0 MiB   8200  Linux swap
   4         3149824         3166207   8.0 MiB     8300  Linux filesystem
   5         3166208         4739071   768.0 MiB   8300  Linux filesystem
   6         4739072         4755455   8.0 MiB     8300  Linux filesystem
   7         4755456         5804031   512.0 MiB   8300  Linux filesystem
   8         5804032      5860533134   2.7 TiB     8300  Linux filesystem

and
Code: Select all
cat /proc/partitions

reports:
Code: Select all
major minor  #blocks  name

  31        0        500 mtdblock0
  31        1          4 mtdblock1
   8        0 2930266584 sda
   8        1     524288 sda1
   8        2     524288 sda2
   8        3     524288 sda3
   8        4       8192 sda4
   8        5     786432 sda5
   8        6       8192 sda6
   8        7     524288 sda7
   8        8 2927364551 sda8

Any suggestions would be a great help. Thanks
rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Re: Shares not mounting

Postby Jocko » Wed Jun 15, 2016 9:49 am

Hi rimoth,

First, I am pretty sure your data are not lost.

What reports a manual mount
Code: Select all
mount -o user_xattr,acl /dev/sda8 /share/1000


and post
Code: Select all
dmesg
(I expected information about mount issue)
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Shares not mounting

Postby rimoth » Wed Jun 15, 2016 10:02 am

Hi Jocko,

thanks for speedy response. Manual mount reports:
Code: Select all
mount: block device /dev/sda8 is write-protected, mounting read-only

mount: you must specify the filesystem type
rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Re: Shares not mounting

Postby rimoth » Wed Jun 15, 2016 10:05 am

dmesg reports:
Code: Select all
[  491.820415] Buffer I/O error on device sda8, logical block 1
[  491.826076] sd 0:0:0:0: [sda] Unhandled sense code
[  491.830865] sd 0:0:0:0: [sda] 
[  491.833992] Result: hostbyte=0x00 driverbyte=0x08
[  491.838676] sd 0:0:0:0: [sda] 
[  491.841810] Sense Key : 0x3 [current] [descriptor]
[  491.846603] Descriptor sense data with sense descriptors (in hex):
[  491.852764]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  491.859234]         00 58 90 07
[  491.862489] sd 0:0:0:0: [sda] 
[  491.865612] ASC=0x11 ASCQ=0x4
[  491.868571] sd 0:0:0:0: [sda] CDB:
[  491.872050] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 02 00 00 00 01 00 00
[  491.878869] end_request: I/O error, dev sda, sector 5804034
[  491.884427] Buffer I/O error on device sda8, logical block 2
[  491.890193] sd 0:0:0:0: [sda] Unhandled sense code
[  491.894966] sd 0:0:0:0: [sda] 
[  491.898092] Result: hostbyte=0x00 driverbyte=0x08
[  491.902792] sd 0:0:0:0: [sda] 
[  491.905918] Sense Key : 0x3 [current] [descriptor]
[  491.910713] Descriptor sense data with sense descriptors (in hex):
[  491.916863]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  491.923335]         00 58 90 07
[  491.926588] sd 0:0:0:0: [sda] 
[  491.929725] ASC=0x11 ASCQ=0x4
[  491.932689] sd 0:0:0:0: [sda] CDB:
[  491.936157] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 03 00 00 00 01 00 00
[  491.942987] end_request: I/O error, dev sda, sector 5804035
[  491.948534] Buffer I/O error on device sda8, logical block 3
[  491.954200] sd 0:0:0:0: [sda] Unhandled sense code
[  491.958971] sd 0:0:0:0: [sda] 
[  491.962109] Result: hostbyte=0x00 driverbyte=0x08
[  491.966791] sd 0:0:0:0: [sda] 
[  491.969923] Sense Key : 0x3 [current] [descriptor]
[  491.974709] Descriptor sense data with sense descriptors (in hex):
[  491.980870]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  491.987331]         00 58 90 07
[  491.990594] sd 0:0:0:0: [sda] 
[  491.993718] ASC=0x11 ASCQ=0x4
[  491.996676] sd 0:0:0:0: [sda] CDB:
[  492.000155] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 04 00 00 00 01 00 00
[  492.006975] end_request: I/O error, dev sda, sector 5804036
[  492.012532] Buffer I/O error on device sda8, logical block 4
[  492.018185] sd 0:0:0:0: [sda] Unhandled sense code
[  492.022971] sd 0:0:0:0: [sda] 
[  492.026093] Result: hostbyte=0x00 driverbyte=0x08
[  492.030791] sd 0:0:0:0: [sda] 
[  492.033920] Sense Key : 0x3 [current] [descriptor]
[  492.038705] Descriptor sense data with sense descriptors (in hex):
[  492.044866]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  492.051337]         00 58 90 07
[  492.054590] sd 0:0:0:0: [sda] 
[  492.057714] ASC=0x11 ASCQ=0x4
[  492.060683] sd 0:0:0:0: [sda] CDB:
[  492.064150] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 05 00 00 00 01 00 00
[  492.070979] end_request: I/O error, dev sda, sector 5804037
[  492.076528] Buffer I/O error on device sda8, logical block 5
[  492.082190] sd 0:0:0:0: [sda] Unhandled sense code
[  492.086964] sd 0:0:0:0: [sda] 
[  492.090101] Result: hostbyte=0x00 driverbyte=0x08
[  492.094784] sd 0:0:0:0: [sda] 
[  492.097907] Sense Key : 0x3 [current] [descriptor]
[  492.102702] Descriptor sense data with sense descriptors (in hex):
[  492.108853]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  492.115325]         00 58 90 07
[  492.118578] sd 0:0:0:0: [sda] 
[  492.121711] ASC=0x11 ASCQ=0x4
[  492.124670] sd 0:0:0:0: [sda] CDB:
[  492.128138] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 06 00 00 00 01 00 00
[  492.134968] end_request: I/O error, dev sda, sector 5804038
[  492.140525] Buffer I/O error on device sda8, logical block 6
[  492.146179] sd 0:0:0:0: [sda] Unhandled sense code
[  492.150965] sd 0:0:0:0: [sda] 
[  492.154086] Result: hostbyte=0x00 driverbyte=0x08
[  492.158771] sd 0:0:0:0: [sda] 
[  492.161923] Sense Key : 0x3 [current] [descriptor]
[  492.166772] Descriptor sense data with sense descriptors (in hex):
[  492.172969]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  492.179443]         00 58 90 07
[  492.182695] sd 0:0:0:0: [sda] 
[  492.185820] ASC=0x11 ASCQ=0x4
[  492.188778] sd 0:0:0:0: [sda] CDB:
[  492.192258] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 07 00 00 00 01 00 00
[  492.199084] end_request: I/O error, dev sda, sector 5804039
[  492.204644] Buffer I/O error on device sda8, logical block 7
[  492.210416] ata1: EH complete
[  495.119299] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  495.125713] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  495.134130] ata1.00: failed command: READ FPDMA QUEUED
[  495.139271] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  495.139271]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  495.154684] ata1.00: status: { DRDY ERR }
[  495.158673] ata1.00: error: { UNC }
[  495.162167] ata1: hard resetting link
[  495.669225] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  495.769264] ata1.00: configured for UDMA/133
[  495.773541] sd 0:0:0:0: [sda] Unhandled sense code
[  495.778310] sd 0:0:0:0: [sda] 
[  495.781448] Result: hostbyte=0x00 driverbyte=0x08
[  495.786129] sd 0:0:0:0: [sda] 
[  495.789262] Sense Key : 0x3 [current] [descriptor]
[  495.794047] Descriptor sense data with sense descriptors (in hex):
[  495.800207]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  495.806669]         00 58 90 00
[  495.809932] sd 0:0:0:0: [sda] 
[  495.813056] ASC=0x11 ASCQ=0x4
[  495.816014] sd 0:0:0:0: [sda] CDB:
[  495.819493] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  495.826313] end_request: I/O error, dev sda, sector 5804032
[  495.831874] Buffer I/O error on device sda8, logical block 0
[  495.837512] Buffer I/O error on device sda8, logical block 1
[  495.843293] ata1: EH complete
[  498.759299] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  498.765710] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  498.774123] ata1.00: failed command: READ FPDMA QUEUED
[  498.779267] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  498.779267]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  498.794681] ata1.00: status: { DRDY ERR }
[  498.798671] ata1.00: error: { UNC }
[  498.802164] ata1: hard resetting link
[  499.309228] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  499.409265] ata1.00: configured for UDMA/133
[  499.413547] sd 0:0:0:0: [sda] Unhandled sense code
[  499.418315] sd 0:0:0:0: [sda] 
[  499.421455] Result: hostbyte=0x00 driverbyte=0x08
[  499.426134] sd 0:0:0:0: [sda] 
[  499.429270] Sense Key : 0x3 [current] [descriptor]
[  499.434062] Descriptor sense data with sense descriptors (in hex):
[  499.440222]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  499.446683]         00 58 90 00
[  499.449947] sd 0:0:0:0: [sda] 
[  499.453071] ASC=0x11 ASCQ=0x4
[  499.456029] sd 0:0:0:0: [sda] CDB:
[  499.459508] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  499.466327] end_request: I/O error, dev sda, sector 5804032
[  499.471883] quiet_error: 6 callbacks suppressed
[  499.476392] Buffer I/O error on device sda8, logical block 0
[  499.482038] Buffer I/O error on device sda8, logical block 1
[  499.487669] Buffer I/O error on device sda8, logical block 2
[  499.493313] Buffer I/O error on device sda8, logical block 3
[  499.498943] Buffer I/O error on device sda8, logical block 4
[  499.504587] Buffer I/O error on device sda8, logical block 5
[  499.510230] Buffer I/O error on device sda8, logical block 6
[  499.515862] Buffer I/O error on device sda8, logical block 7
[  499.521642] ata1: EH complete
[  502.439300] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  502.445711] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  502.454124] ata1.00: failed command: READ FPDMA QUEUED
[  502.459268] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  502.459268]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  502.474682] ata1.00: status: { DRDY ERR }
[  502.478671] ata1.00: error: { UNC }
[  502.482165] ata1: hard resetting link
[  502.989226] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  503.089265] ata1.00: configured for UDMA/133
[  503.093547] sd 0:0:0:0: [sda] Unhandled sense code
[  503.098316] sd 0:0:0:0: [sda] 
[  503.101455] Result: hostbyte=0x00 driverbyte=0x08
[  503.106136] sd 0:0:0:0: [sda] 
[  503.109267] Sense Key : 0x3 [current] [descriptor]
[  503.114054] Descriptor sense data with sense descriptors (in hex):
[  503.120214]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  503.126676]         00 58 90 00
[  503.129939] sd 0:0:0:0: [sda] 
[  503.133062] ASC=0x11 ASCQ=0x4
[  503.136021] sd 0:0:0:0: [sda] CDB:
[  503.139500] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  503.146327] end_request: I/O error, dev sda, sector 5804032
[  503.151887] Buffer I/O error on device sda8, logical block 0
[  503.157519] Buffer I/O error on device sda8, logical block 1
[  503.163301] ata1: EH complete
[  506.079303] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  506.085718] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  506.094131] ata1.00: failed command: READ FPDMA QUEUED
[  506.099273] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  506.099273]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  506.114688] ata1.00: status: { DRDY ERR }
[  506.118678] ata1.00: error: { UNC }
[  506.122171] ata1: hard resetting link
[  506.629229] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  506.729269] ata1.00: configured for UDMA/133
[  506.733543] sd 0:0:0:0: [sda] Unhandled sense code
[  506.738314] sd 0:0:0:0: [sda] 
[  506.741453] Result: hostbyte=0x00 driverbyte=0x08
[  506.746133] sd 0:0:0:0: [sda] 
[  506.749265] Sense Key : 0x3 [current] [descriptor]
[  506.754051] Descriptor sense data with sense descriptors (in hex):
[  506.760211]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  506.766674]         00 58 90 00
[  506.769936] sd 0:0:0:0: [sda] 
[  506.773060] ASC=0x11 ASCQ=0x4
[  506.776018] sd 0:0:0:0: [sda] CDB:
[  506.779497] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  506.786316] end_request: I/O error, dev sda, sector 5804032
[  506.791873] quiet_error: 6 callbacks suppressed
[  506.796382] Buffer I/O error on device sda8, logical block 0
[  506.802028] Buffer I/O error on device sda8, logical block 1
[  506.807658] Buffer I/O error on device sda8, logical block 2
[  506.813302] Buffer I/O error on device sda8, logical block 3
[  506.818934] Buffer I/O error on device sda8, logical block 4
[  506.824577] Buffer I/O error on device sda8, logical block 5
[  506.830221] Buffer I/O error on device sda8, logical block 6
[  506.835860] Buffer I/O error on device sda8, logical block 7
[  506.841639] ata1: EH complete
[  509.739304] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  509.745717] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  509.754130] ata1.00: failed command: READ FPDMA QUEUED
[  509.759273] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  509.759273]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  509.774687] ata1.00: status: { DRDY ERR }
[  509.778677] ata1.00: error: { UNC }
[  509.782170] ata1: hard resetting link
[  510.289229] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  510.389267] ata1.00: configured for UDMA/133
[  510.393543] sd 0:0:0:0: [sda] Unhandled sense code
[  510.398313] sd 0:0:0:0: [sda] 
[  510.401451] Result: hostbyte=0x00 driverbyte=0x08
[  510.406132] sd 0:0:0:0: [sda] 
[  510.409264] Sense Key : 0x3 [current] [descriptor]
[  510.414050] Descriptor sense data with sense descriptors (in hex):
[  510.420210]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  510.426672]         00 58 90 00
[  510.429935] sd 0:0:0:0: [sda] 
[  510.433058] ASC=0x11 ASCQ=0x4
[  510.436018] sd 0:0:0:0: [sda] CDB:
[  510.439496] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  510.446315] end_request: I/O error, dev sda, sector 5804032
[  510.451874] Buffer I/O error on device sda8, logical block 0
[  510.457506] Buffer I/O error on device sda8, logical block 1
[  510.464337] ata1: EH complete
[  513.379307] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  513.385723] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  513.394138] ata1.00: failed command: READ FPDMA QUEUED
[  513.399279] ata1.00: cmd 60/02:00:02:90:58/00:00:00:00:00/40 tag 0 ncq 1024 in
[  513.399279]          res 41/40:02:02:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  513.414694] ata1.00: status: { DRDY ERR }
[  513.418683] ata1.00: error: { UNC }
[  513.422178] ata1: hard resetting link
[  513.929235] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  514.029271] ata1.00: configured for UDMA/133
[  514.033551] sd 0:0:0:0: [sda] Unhandled sense code
[  514.038319] sd 0:0:0:0: [sda] 
[  514.041457] Result: hostbyte=0x00 driverbyte=0x08
[  514.046138] sd 0:0:0:0: [sda] 
[  514.049270] Sense Key : 0x3 [current] [descriptor]
[  514.054057] Descriptor sense data with sense descriptors (in hex):
[  514.060216]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  514.066678]         00 58 90 02
[  514.069942] sd 0:0:0:0: [sda] 
[  514.073065] ASC=0x11 ASCQ=0x4
[  514.076024] sd 0:0:0:0: [sda] CDB:
[  514.079503] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 02 00 00 00 02 00 00
[  514.086323] end_request: I/O error, dev sda, sector 5804034
[  514.091889] EXT3-fs (sda8): error: unable to read superblock
[  514.097565] ata1: EH complete
[  514.101650] FAT-fs (sda8): Unrecognized mount option "user_xattr" or missing value
[  514.127430] FAT-fs (sda8): Unrecognized mount option "user_xattr" or missing value
[  514.135362] __ntfs_error: 6 callbacks suppressed
[  514.140003] NTFS-fs error (device sda8): parse_options(): Unrecognized mount option user_xattr.
[  514.148663] NTFS-fs error (device sda8): parse_options(): Unrecognized mount option acl.
[  514.204314] udevd (807): /proc/807/oom_adj is deprecated, please use /proc/807/oom_score_adj instead.
[  514.213596] udev: starting version 130
[  516.399931] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[  516.406061] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  518.034062] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[  518.043810] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  524.902088] BUG: scheduling while atomic: led/1233/0x00000002
[  524.907808] Modules linked in: iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi iscsi_trgt(O)
[  524.916694] CPU: 0 PID: 1233 Comm: led Tainted: G           O 3.14.2 #2
[  524.923297] [<c0018afc>] (unwind_backtrace) from [<c00158f0>] (show_stack+0x10/0x14)
[  524.931017] [<c00158f0>] (show_stack) from [<c066fd6c>] (__schedule_bug+0x48/0x68)
[  524.938561] [<c066fd6c>] (__schedule_bug) from [<c0675af4>] (__schedule+0x5c/0x3f0)
[  524.946187] [<c0675af4>] (__schedule) from [<c001543c>] (do_work_pending+0x24/0xbc)
[  524.953821] [<c001543c>] (do_work_pending) from [<c001279c>] (work_pending+0xc/0x20)
[  524.962014] note: led[1233] exited with preempt_count 1
[  524.981471] note: led[1236] exited with preempt_count 1
[  527.959451] ata1.00: exception Emask 0x0 SAct 0xff SErr 0x0 action 0x6
[  527.965957] ata1.00: edma_err_cause=02000084 pp_flags=00000003, dev error, EDMA self-disable
[  527.974532] ata1.00: failed command: READ FPDMA QUEUED
[  527.979684] ata1.00: cmd 60/80:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 65536 in
[  527.979684]          res 41/40:80:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  527.995394] ata1.00: status: { DRDY ERR }
[  527.999395] ata1.00: error: { UNC }
[  528.002869] ata1.00: failed command: READ FPDMA QUEUED
[  528.007999] ata1.00: cmd 60/80:08:80:90:58/00:00:00:00:00/40 tag 1 ncq 65536 in
[  528.007999]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.023181] ata1.00: status: { DRDY ERR }
[  528.027178] ata1.00: error: { UNC }
[  528.030691] ata1.00: failed command: READ FPDMA QUEUED
[  528.035829] ata1.00: cmd 60/80:10:00:91:58/00:00:00:00:00/40 tag 2 ncq 65536 in
[  528.035829]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.051013] ata1.00: status: { DRDY ERR }
[  528.055008] ata1.00: error: { UNC }
[  528.058482] ata1.00: failed command: READ FPDMA QUEUED
[  528.063628] ata1.00: cmd 60/80:18:80:91:58/00:00:00:00:00/40 tag 3 ncq 65536 in
[  528.063628]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.078803] ata1.00: status: { DRDY ERR }
[  528.082809] ata1.00: error: { UNC }
[  528.086286] ata1.00: failed command: READ FPDMA QUEUED
[  528.091623] ata1.00: cmd 60/80:20:00:92:58/00:00:00:00:00/40 tag 4 ncq 65536 in
[  528.091623]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.106611] ata1.00: status: { DRDY ERR }
[  528.110822] ata1.00: error: { UNC }
[  528.114299] ata1.00: failed command: READ FPDMA QUEUED
[  528.119441] ata1.00: cmd 60/80:28:80:92:58/00:00:00:00:00/40 tag 5 ncq 65536 in
[  528.119441]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.134616] ata1.00: status: { DRDY ERR }
[  528.138608] ata1.00: error: { UNC }
[  528.142098] ata1.00: failed command: READ FPDMA QUEUED
[  528.147232] ata1.00: cmd 60/80:30:00:93:58/00:00:00:00:00/40 tag 6 ncq 65536 in
[  528.147232]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.162411] ata1.00: status: { DRDY ERR }
[  528.166402] ata1.00: error: { UNC }
[  528.169890] ata1.00: failed command: READ FPDMA QUEUED
[  528.175027] ata1.00: cmd 60/80:38:80:93:58/00:00:00:00:00/40 tag 7 ncq 65536 in
[  528.175027]          res 41/40:38:80:93:58/40:00:00:00:00/40 Emask 0x9 (media error)
[  528.190205] ata1.00: status: { DRDY ERR }
[  528.194198] ata1.00: error: { UNC }
[  528.197685] ata1: hard resetting link
[  528.709292] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  528.809326] ata1.00: configured for UDMA/133
[  528.813831] sd 0:0:0:0: [sda] Unhandled sense code
[  528.818603] sd 0:0:0:0: [sda] 
[  528.821776] Result: hostbyte=0x00 driverbyte=0x08
[  528.826466] sd 0:0:0:0: [sda] 
[  528.829646] Sense Key : 0x3 [current] [descriptor]
[  528.834435] Descriptor sense data with sense descriptors (in hex):
[  528.840786]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  528.847248]         00 58 90 00
[  528.850556] sd 0:0:0:0: [sda] 
[  528.853677] ASC=0x11 ASCQ=0x4
[  528.856636] sd 0:0:0:0: [sda] CDB:
[  528.860297] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 80 00 00
[  528.867126] end_request: I/O error, dev sda, sector 5804032
[  528.872735] Buffer I/O error on device sda8, logical block 0
[  528.878377] Buffer I/O error on device sda8, logical block 1
[  528.884203] Buffer I/O error on device sda8, logical block 2
[  528.889892] Buffer I/O error on device sda8, logical block 3
[  528.895525] Buffer I/O error on device sda8, logical block 4
[  528.901353] Buffer I/O error on device sda8, logical block 5
[  528.906991] Buffer I/O error on device sda8, logical block 6
[  528.912676] Buffer I/O error on device sda8, logical block 7
[  528.918413] Buffer I/O error on device sda8, logical block 8
[  528.924271] Buffer I/O error on device sda8, logical block 9
[  528.930222] sd 0:0:0:0: [sda] Unhandled sense code
[  528.934992] sd 0:0:0:0: [sda] 
[  528.938117] Result: hostbyte=0x00 driverbyte=0x08
[  528.943030] sd 0:0:0:0: [sda] 
[  528.946161] Sense Key : 0x3 [current] [descriptor]
[  528.950990] Descriptor sense data with sense descriptors (in hex):
[  528.957140]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  528.963672]         00 58 93 80
[  528.966927] sd 0:0:0:0: [sda] 
[  528.970221] ASC=0x11 ASCQ=0x4
[  528.973182] sd 0:0:0:0: [sda] CDB:
[  528.976650] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 80 00 00 00 80 00 00
[  528.983549] end_request: I/O error, dev sda, sector 5804160
[  528.989433] sd 0:0:0:0: [sda] Unhandled sense code
[  528.994203] sd 0:0:0:0: [sda] 
[  528.997327] Result: hostbyte=0x00 driverbyte=0x08
[  529.002201] sd 0:0:0:0: [sda] 
[  529.005328] Sense Key : 0x3 [current] [descriptor]
[  529.010174] Descriptor sense data with sense descriptors (in hex):
[  529.016332]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.022803]         00 58 93 80
[  529.026058] sd 0:0:0:0: [sda] 
[  529.029182] ASC=0x11 ASCQ=0x4
[  529.032220] sd 0:0:0:0: [sda] CDB:
[  529.035687] cdb[0]=0x88: 88 00 00 00 00 00 00 58 91 00 00 00 00 80 00 00
[  529.042517] end_request: I/O error, dev sda, sector 5804288
[  529.048354] sd 0:0:0:0: [sda] Unhandled sense code
[  529.053190] sd 0:0:0:0: [sda] 
[  529.056321] Result: hostbyte=0x00 driverbyte=0x08
[  529.061020] sd 0:0:0:0: [sda] 
[  529.064148] Sense Key : 0x3 [current] [descriptor]
[  529.068934] Descriptor sense data with sense descriptors (in hex):
[  529.075137]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.081608]         00 58 93 80
[  529.084862] sd 0:0:0:0: [sda] 
[  529.087985] ASC=0x11 ASCQ=0x4
[  529.090989] sd 0:0:0:0: [sda] CDB:
[  529.094457] cdb[0]=0x88: 88 00 00 00 00 00 00 58 91 80 00 00 00 80 00 00
[  529.101286] end_request: I/O error, dev sda, sector 5804416
[  529.107106] sd 0:0:0:0: [sda] Unhandled sense code
[  529.111940] sd 0:0:0:0: [sda] 
[  529.115064] Result: hostbyte=0x00 driverbyte=0x08
[  529.119760] sd 0:0:0:0: [sda] 
[  529.122883] Sense Key : 0x3 [current] [descriptor]
[  529.127668] Descriptor sense data with sense descriptors (in hex):
[  529.133872]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.140342]         00 58 93 80
[  529.143596] sd 0:0:0:0: [sda] 
[  529.146719] ASC=0x11 ASCQ=0x4
[  529.149732] sd 0:0:0:0: [sda] CDB:
[  529.153200] cdb[0]=0x88: 88 00 00 00 00 00 00 58 92 00 00 00 00 80 00 00
[  529.160029] end_request: I/O error, dev sda, sector 5804544
[  529.165852] sd 0:0:0:0: [sda] Unhandled sense code
[  529.170682] sd 0:0:0:0: [sda] 
[  529.173808] Result: hostbyte=0x00 driverbyte=0x08
[  529.178493] sd 0:0:0:0: [sda] 
[  529.181628] Sense Key : 0x3 [current] [descriptor]
[  529.186421] Descriptor sense data with sense descriptors (in hex):
[  529.192615]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.199077]         00 58 93 80
[  529.202340] sd 0:0:0:0: [sda] 
[  529.205464] ASC=0x11 ASCQ=0x4
[  529.208422] sd 0:0:0:0: [sda] CDB:
[  529.211925] cdb[0]=0x88: 88 00 00 00 00 00 00 58 92 80 00 00 00 80 00 00
[  529.218747] end_request: I/O error, dev sda, sector 5804672
[  529.224847] sd 0:0:0:0: [sda] Unhandled sense code
[  529.229666] sd 0:0:0:0: [sda] 
[  529.232793] Result: hostbyte=0x00 driverbyte=0x08
[  529.237478] sd 0:0:0:0: [sda] 
[  529.240681] Sense Key : 0x3 [current] [descriptor]
[  529.245475] Descriptor sense data with sense descriptors (in hex):
[  529.251861]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.258330]         00 58 93 80
[  529.261656] sd 0:0:0:0: [sda] 
[  529.264777] ASC=0x11 ASCQ=0x4
[  529.267735] sd 0:0:0:0: [sda] CDB:
[  529.271276] cdb[0]=0x88: 88 00 00 00 00 00 00 58 93 00 00 00 00 80 00 00
[  529.278103] end_request: I/O error, dev sda, sector 5804800
[  529.284029] sd 0:0:0:0: [sda] Unhandled sense code
[  529.288801] sd 0:0:0:0: [sda] 
[  529.291973] Result: hostbyte=0x00 driverbyte=0x08
[  529.296654] sd 0:0:0:0: [sda] 
[  529.299840] Sense Key : 0x3 [current] [descriptor]
[  529.304633] Descriptor sense data with sense descriptors (in hex):
[  529.310819]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  529.317281]         00 58 93 80
[  529.320570] sd 0:0:0:0: [sda] 
[  529.323693] ASC=0x11 ASCQ=0x4
[  529.326652] sd 0:0:0:0: [sda] CDB:
[  529.330155] cdb[0]=0x88: 88 00 00 00 00 00 00 58 93 80 00 00 00 80 00 00
[  529.336976] end_request: I/O error, dev sda, sector 5804928
[  529.342808] ata1: EH complete
[  532.329325] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6
[  532.335750] ata1.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable
[  532.344165] ata1.00: failed command: READ FPDMA QUEUED
[  532.349306] ata1.00: cmd 60/08:00:00:90:58/00:00:00:00:00/40 tag 0 ncq 4096 in
[  532.349306]          res 41/40:08:00:90:58/00:00:00:00:00/00 Emask 0x409 (media error) <F>
[  532.364719] ata1.00: status: { DRDY ERR }
[  532.368709] ata1.00: error: { UNC }
[  532.372203] ata1: hard resetting link
[  532.879241] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[  532.979273] ata1.00: configured for UDMA/133
[  532.983560] sd 0:0:0:0: [sda] Unhandled sense code
[  532.988327] sd 0:0:0:0: [sda] 
[  532.991465] Result: hostbyte=0x00 driverbyte=0x08
[  532.996147] sd 0:0:0:0: [sda] 
[  532.999280] Sense Key : 0x3 [current] [descriptor]
[  533.004073] Descriptor sense data with sense descriptors (in hex):
[  533.010233]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[  533.016695]         00 58 90 00
[  533.019958] sd 0:0:0:0: [sda] 
[  533.023082] ASC=0x11 ASCQ=0x4
[  533.026040] sd 0:0:0:0: [sda] CDB:
[  533.029519] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 00 00 00 00 08 00 00
[  533.036340] end_request: I/O error, dev sda, sector 5804032
[  533.045647] ata1: EH complete
[  533.211461] note: led[1282] exited with preempt_count 1
rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Re: Shares not mounting

Postby Jocko » Wed Jun 15, 2016 11:29 am

So you have a bad disk (several faulty blocks) and now we need to success for mounting it and run a backup your data before being dead definitely!

Then try again to mount it
Code: Select all
/usr/sbin/mount -t ext3 -o ro /dev/sda8 /share/1000
if it fails try to scan the fs with e2fsck
Code: Select all
e2fsck /dev/sda8
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Shares not mounting

Postby rimoth » Wed Jun 15, 2016 12:17 pm

Code: Select all
mount -t ext3 -o ro /dev/sda8 /share/1000

comes back with:
Code: Select all
mount: wrong fs type, bad option, bad superblock on /dev/sda8,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Code: Select all
dmesg | tail

returns:
Code: Select all
[16610.317309] Descriptor sense data with sense descriptors (in hex):
[16610.323469]         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[16610.329931]         00 58 90 02
[16610.333194] sd 0:0:0:0: [sda] 
[16610.336317] ASC=0x11 ASCQ=0x4
[16610.339276] sd 0:0:0:0: [sda] CDB:
[16610.342755] cdb[0]=0x88: 88 00 00 00 00 00 00 58 90 02 00 00 00 02 00 00
[16610.349575] end_request: I/O error, dev sda, sector 5804034
[16610.355155] EXT3-fs (sda8): error: unable to read superblock
[16610.360862] ata1: EH complete

Code: Select all
e2fsck /dev/sda8

returns:
Code: Select all
e2fsck 1.42.11 (09-Jul-2014)
e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda8
Could this be a zero-length partition?
rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Re: Shares not mounting

Postby Jocko » Wed Jun 15, 2016 12:29 pm

So at least you lost the superblock on sda8, need to try to use another.Need the output
Code: Select all
dumpe2fs /dev/sda8|grep superblock


Can you post all "SMART information" output from SMART menu
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Shares not mounting

Postby rimoth » Wed Jun 15, 2016 1:27 pm

Code: Select all
dumpe2fs /dev/sda8|grep superblock

gives:
Code: Select all
dumpe2fs 1.42.11 (09-Jul-2014)
dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda8
Couldn't find valid filesystem superblock.

SMART info reads:
Code: Select all
smartctl 6.0 2012-10-10 r3643 [armv5tel-linux-3.14.2] (local build)
Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST3000DM001-1CH166
Serial Number:    W1F2K62H
LU WWN Device Id: 5 000c50 06027e3a7
Firmware Version: CC44
User Capacity:    3,000,592,982,016 bytes [3.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Jun 15 14:26:29 2016 BST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
               was never started.
               Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)   The previous self-test routine completed
               without error or no self-test has ever
               been run.
Total time to complete Offline
data collection:       (  584) seconds.
Offline data collection
capabilities:           (0x73) SMART execute Offline immediate.
               Auto Offline data collection on/off support.
               Suspend Offline collection upon new
               command.
               No Offline surface scan supported.
               Self-test supported.
               Conveyance Self-test supported.
               Selective Self-test supported.
SMART capabilities:            (0x0003)   Saves SMART data before entering
               power-saving mode.
               Supports SMART auto save timer.
Error logging capability:        (0x01)   Error logging supported.
               General Purpose Logging supported.
Short self-test routine
recommended polling time:     (   1) minutes.
Extended self-test routine
recommended polling time:     ( 341) minutes.
Conveyance self-test routine
recommended polling time:     (   2) minutes.
SCT capabilities:           (0x3085)   SCT Status supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   088   088   006    Pre-fail  Always       -       92374912
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   037   037   020    Old_age   Always       -       65535
  5 Reallocated_Sector_Ct   0x0033   099   099   010    Pre-fail  Always       -       560
  7 Seek_Error_Rate         0x000f   062   051   030    Pre-fail  Always       -       64453646017
  9 Power_On_Hours          0x0032   074   074   000    Old_age   Always       -       23378
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       252
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   001   001   000    Old_age   Always       -       553
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   099   099   000    Old_age   Always       -       1
190 Airflow_Temperature_Cel 0x0022   071   045   045    Old_age   Always   In_the_past 29 (Min/Max 28/39)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       162
193 Load_Cycle_Count        0x0032   001   001   000    Old_age   Always       -       219287
194 Temperature_Celsius     0x0022   029   055   000    Old_age   Always       -       29 (0 10 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       88
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       88
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       4001h+12m+28.388s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       3504889685
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       5783432513

SMART Error Log Version: 1
ATA Error Count: 553 (device log contains only the most recent five errors)
   CR = Command Register [HEX]
   FR = Features Register [HEX]
   SC = Sector Count Register [HEX]
   SN = Sector Number Register [HEX]
   CL = Cylinder Low Register [HEX]
   CH = Cylinder High Register [HEX]
   DH = Device/Head Register [HEX]
   DC = Device Command Register [HEX]
   ER = Error register [HEX]
   ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 553 occurred at disk power-on lifetime: 23378 hours (974 days + 2 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 00 90 58 00  Error: UNC at LBA = 0x00589000 = 5804032

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 08 00 90 58 40 00      05:45:05.072  READ FPDMA QUEUED
  60 00 08 08 7d 15 40 00      05:45:05.071  READ FPDMA QUEUED
  61 00 08 08 50 12 40 00      05:45:05.071  WRITE FPDMA QUEUED
  60 00 08 70 b1 10 40 00      05:45:05.054  READ FPDMA QUEUED
  60 00 08 70 15 10 40 00      05:45:04.929  READ FPDMA QUEUED

Error 552 occurred at disk power-on lifetime: 23377 hours (974 days + 1 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 02 90 58 00  Error: UNC at LBA = 0x00589002 = 5804034

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 02 02 90 58 40 00      04:36:42.001  READ FPDMA QUEUED
  61 00 08 c8 14 10 40 00      04:36:22.213  WRITE FPDMA QUEUED
  61 00 08 b8 11 10 40 00      04:36:22.213  WRITE FPDMA QUEUED
  ea 08 00 a0 3b 10 a0 00      04:36:22.173  FLUSH CACHE EXT
  61 00 08 a0 3b 10 40 00      04:36:22.172  WRITE FPDMA QUEUED

Error 551 occurred at disk power-on lifetime: 23377 hours (974 days + 1 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 00 90 58 00  Error: UNC at LBA = 0x00589000 = 5804032

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 02 06 90 58 40 00      04:33:23.315  READ FPDMA QUEUED
  60 00 02 04 90 58 40 00      04:33:23.315  READ FPDMA QUEUED
  60 00 02 02 90 58 40 00      04:33:23.315  READ FPDMA QUEUED
  60 00 02 00 90 58 40 00      04:33:23.315  READ FPDMA QUEUED
  60 00 08 10 45 16 40 00      04:33:23.306  READ FPDMA QUEUED

Error 550 occurred at disk power-on lifetime: 23377 hours (974 days + 1 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 02 90 58 00  Error: UNC at LBA = 0x00589002 = 5804034

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 02 02 90 58 40 00      04:32:39.277  READ FPDMA QUEUED
  61 00 08 38 11 14 40 00      04:32:20.094  WRITE FPDMA QUEUED
  61 00 08 c8 14 10 40 00      04:32:20.094  WRITE FPDMA QUEUED
  ea 08 00 20 3b 10 a0 00      04:32:20.054  FLUSH CACHE EXT
  61 00 08 20 3b 10 40 00      04:32:20.054  WRITE FPDMA QUEUED

Error 549 occurred at disk power-on lifetime: 23375 hours (973 days + 23 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 02 90 58 00  Error: UNC at LBA = 0x00589002 = 5804034

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 02 02 90 58 40 00      02:21:54.363  READ FPDMA QUEUED
  27 00 00 00 00 00 e0 00      02:21:54.253  READ NATIVE MAX ADDRESS EXT
  ec 00 00 00 00 00 a0 00      02:21:54.233  IDENTIFY DEVICE
  ef 03 46 00 00 00 a0 00      02:21:54.213  SET FEATURES [Set transfer mode]
  27 00 00 00 00 00 e0 00      02:21:54.193  READ NATIVE MAX ADDRESS EXT

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%       679         -
# 2  Short offline       Completed without error       00%       658         -
# 3  Short offline       Completed without error       00%       654         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Re: Shares not mounting

Postby Jocko » Wed Jun 15, 2016 2:31 pm

I am sorry but you posted some bad news :?

First, fail to find any superblock on sda8 and then we can not mount sda8 without them.

and your disk has a pre-fail status: at least two bad attributes
Code: Select all
  5 Reallocated_Sector_Ct   0x0033   099   099   010    Pre-fail  Always       -       560
  7 Seek_Error_Rate         0x000f   062   051   030    Pre-fail  Always       -       64453646017
So at least bad sectors found 560 which is related with the 553 errors list reported by smartctl

Currently I see only one additional command, try to force the mount by giving a superblock address.

the backup superblock list on sda8 should begin by the values : 32768 98304 163840, so try this command
Code: Select all
e2fsck -f -y -b 32768 /dev/sda8
and try again to mount it
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Shares not mounting

Postby rimoth » Wed Jun 15, 2016 4:28 pm

Code: Select all
e2fsck -f -y -b 32768 /dev/sda8

appears to have done a lot of fixes/corrections ending in this
Code: Select all
Free inodes count wrong for group #22074 (8192, counted=8191).
Fix? yes

Free inodes count wrong for group #22162 (8192, counted=8191).
Fix? yes

Free inodes count wrong for group #22187 (8192, counted=8189).
Fix? yes

Free inodes count wrong for group #22240 (8192, counted=8191).
Fix? yes

Free inodes count wrong for group #22247 (8192, counted=8191).
Fix? yes

Free inodes count wrong for group #22295 (8192, counted=8191).
Fix? yes

Free inodes count wrong for group #22306 (8192, counted=8191).
Fix? yes

Free inodes count wrong (182968309, counted=182894204).
Fix? yes


/dev/sda8: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda8: 74116/182968320 files (20.4% non-contiguous), 372103005/731841137 blocks

Executing:
Code: Select all
mount -t ext3 -o ro /dev/sda8 /share/1000

Success! sda8 is now mounted. I'm assuming ro is read only.
What would you suggest next, backup to new drive and replace drive?
Is it going to fail again very soon?
Can I risk, rebooting NAS and attempting rw mount?
rimoth
Donator VIP
Donator VIP
 
Posts: 61
Joined: Mon Jul 08, 2013 9:33 am

Next

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 14 guests