Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/02/2017, à 15:31

Libus

Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonjour à tous,

Après quelques heures d'égarement et de recherche sur le forum et la documentation je me permet de poster ici mon problème.

Hier soir, après un petit moment sous Windows 7, je redémarre mon PC sous Linux pour accéder à mon RAID5 logiciel (mdadm) qui fonctionne depuis des années. Mais, au moment du démarrage le PC m'indique ceci :

Welcome to emergency mode ! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
Press Enter for maintenance
(or press contro-D to continue):

Bref, j'essaie de redémarrer, rien ne change. Je regarde le journalctl et je n'y comprends pas grand chose ;-) Je me dis que le problème doit venir des disques durs dans la mesure où ce message d'erreur apparaît après le montage de 3 disques durs sur les 4. Je regarde mon fstab et décide d'enlever la ligne de montage du dernier disque, à savoir mon RAID5.

Et là, après redémarrage tout se passe bien et j'accède à mon bureau sans problème. Ainsi ce matin je peux utiliser à nouveau mon PC pour aller voir sur le net, la source de mon problème. Mais rien ! Et comme j'ai très peur de perdre mes données, je ne veux pas essayer des trucs à l'arrache ;-)

Donc voici les infos que j'ai pu glaner :

Après un mdadm --detail /dev/md0, j'obtiens ceci :

/dev/md0:
        Version : 1.2
     Raid Level : raid0
  Total Devices : 4
    Persistence : Superblock is persistent

          State : inactive

           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
           UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
         Events : 1017

    Number   Major   Minor   RaidDevice

       -       8        0        -        /dev/sda
       -       8       48        -        /dev/sdd
       -       8       64        -        /dev/sde
       -       8       80        -        /dev/sdf

J'ai testé les disques composants le RAID5, avec sudo fdisk -l et j'obtiens ceci :

Disque /dev/sda : 3,7 TiB, 4000785948160 octets, 7814035055 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Périphérique Amorçage Start        Fin   Secteurs Size Id Type
/dev/sda1                 1 4294967295 4294967295   2T ee GPT

Partition 1 does not start on physical sector boundary.


Disque /dev/sdc : 3,7 TiB, 4000785948160 octets, 7814035055 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0009a29d


Disque /dev/sdb : 119,2 GiB, 128035676160 octets, 250069680 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1823ba4a

Périphérique Amorçage     Start       Fin  Secteurs  Size Id Type
/dev/sdb1    *             2048 104859469 104857422   50G  7 HPFS/NTFS/exFAT
/dev/sdb2             104859648 207669247 102809600   49G 83 Linux
/dev/sdb3             207669248 249612287  41943040   20G 83 Linux
/dev/sdb4             249612288 250066943    454656  222M 82 partition d'échange


Disque /dev/sde : 3,7 TiB, 4000787030016 octets, 7814037168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0000390a


The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disque /dev/sdf : 3,7 TiB, 4000787030016 octets, 7814037168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4293D16C-E4C1-463B-9923-B1A42F758DD5


The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disque /dev/sdd : 3,7 TiB, 4000787030016 octets, 7814037168 secteurs
Unités : sectors of 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 3BBEED65-8CAC-4C45-887D-155F6C47FFC8

Ici deux lignes d'erreurs me font peur :
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
et surtout
Partition 1 does not start on physical sector boundary.

Si j'essaie de remonter le RAID5 en le réactivant dans mon fstab, j'obtiens ceci :

sudo mount /dev/md0
[sudo] Mot de passe de gilles : 
mount: wrong fs type, bad option, bad superblock on /dev/md0,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

Pour vous aider à m'aider j'ajoute mon fstab :

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> 				<mount point>   	<type>	<options>       		<dump>	<pass>
# / was on /dev/sdb3 during installation
UUID=1e15331e-6c32-4f5d-a04f-90eadf2906ac 	/               	ext4    errors=remount-ro 		0       1

# /Windows was on /dev/sdb1 during installation
#UUID=C6AC6D9EAC6D8A2F 				/Windows        	ntfs    defaults,umask=007,gid=46 	0       0

# /media/DocEXT4 was on /dev/sdi1 during installation
UUID=117715bb-5e06-4c0f-ad44-7c928d04cf6c 	/media/DocEXT4  	ext4    defaults        		0       2

# /media/DocNTFS was on /dev/sdh1 during installation
UUID=1FA424C86E592FCC 				/media/DocNTFS  	ntfs    defaults,umask=007,gid=46 	0       0

# swap was on /dev/sdb4 during installation
UUID=d6bd7aaf-1aed-4218-bb7d-54f17dd382b1 	none           	 	swap    sw              		0       0

# /media/RAID5 was on UUID=90759faa-575d-442c-a151-2dbcbea1ab54 during installation
/dev/md0 					/media/RAID5		ext4	defaults			0	1

Enfin sachez que je n'avais jamais eu de problème avant aujourd'hui et qu'il fonctionne depuis quelques années maintenant.
Merci à tous :-)

Dernière modification par Libus (Le 14/02/2017, à 15:34)

Hors ligne

#2 Le 14/02/2017, à 18:10

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

J'ai également testé un gdisk sur le premier disque de mon RAID, celui qui semble le plus mal au point (/dev/sda) et j'obtiens ceci :

GPT fdisk (gdisk) version 1.0.1

Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.

Caution! After loading partitions, the CRC doesn't check out!
Warning! Main partition table CRC mismatch! Loaded backup partition table
instead of main partition table!

Warning! One or more CRCs don't match. You should repair the disk!

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

****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************

Command (? for help): ?
b	back up GPT data to a file
c	change a partition's name
d	delete a partition
i	show detailed information on a partition
l	list known partition types
n	add a new partition
o	create a new empty GUID partition table (GPT)
p	print the partition table
q	quit without saving changes
r	recovery and transformation options (experts only)
s	sort partitions
t	change a partition's type code
v	verify disk
w	write table to disk and exit
x	extra functionality (experts only)
?	print this menu

Command (? for help): v

Problem: The CRC for the main partition table is invalid. This table may be
corrupt. Consider loading the backup partition table ('c' on the recovery &
transformation menu). This report may be a false alarm if you've already
corrected other problems.

Identified 1 problems!

Command (? for help):

Donc, là je vois bien qu'il y a un problème mais je ne sais pas comment le régler, help ?

Dernière modification par Libus (Le 14/02/2017, à 18:11)

Hors ligne

#3 Le 14/02/2017, à 18:13

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Et lorsque je tape la même commande sur le RAID5 en entier (/dev/md0) j'obtiens :

sudo gdisk /dev/md0
GPT fdisk (gdisk) version 1.0.1

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!
***************************************************************


Command (? for help): ?
b	back up GPT data to a file
c	change a partition's name
d	delete a partition
i	show detailed information on a partition
l	list known partition types
n	add a new partition
o	create a new empty GUID partition table (GPT)
p	print the partition table
q	quit without saving changes
r	recovery and transformation options (experts only)
s	sort partitions
t	change a partition's type code
v	verify disk
w	write table to disk and exit
x	extra functionality (experts only)
?	print this menu

Command (? for help): v

Problem: Disk is too small to hold all the data!
(Disk size is 0 sectors, needs to be 0 sectors.)
The 'e' option on the experts' menu may fix this problem.

Problem: GPT claims the disk is larger than it is! (Claimed last usable
sector is 18446744073709551582, but backup header is at
18446744073709551615 and disk size is 0 sectors.
The 'e' option on the experts' menu will probably fix this problem

Partition(s) in the protective MBR are too big for the disk! Creating a
fresh protective or hybrid MBR is recommended.

Identified 3 problems!

Hors ligne

#4 Le 15/02/2017, à 02:03

Bougron

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonsoir.
Je ne vois pas le problème si grave  pour le disque sda. La description d'origine est bonne.
c'est le back-up qui serait mauvais. Cela sera aussi à corriger
Mais je vois plutôt deux problèmes avec les disques sde et sdf avec leur table de partition primaire farfefue. En première approche je serais tenté de la remettre à jour avec le backup.
En espérant qu'il n'y ait que cela comme problème.
C'est la commande gdisk.  option r puis option b me semble-t-il?
Attention, ne pas se tromper de disque ni de sens
pour  sda, cela serait  r puis après d
Ne pas hésiter à utiliser la commande ? pour être absolument sur du caractère

Je ne connais pas trop la façon de faire un raid avec le disque entier au lieu d'utiliser une partition.
Ainsi, je ne me précipite pas sur la correction évidente hors raid

il n'est peut-être pas trop tard pour que tu donnes le résultat de la commande

 dmesg  |  tail  -400

Comme ce petit ennui peut en cacher un plus grave, donnes l'état physique actuel de tous tes disques raids.
https://doc.ubuntu-fr.org/smartmontools

Peux-tu aussi donner le résultat de

mdadm --examine /dev/sd[adef]  
mdadm  --examine /dev/sd[adef]1 
sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT[

Au besoin, tentes de remonter le raid en manuel

  sudo   mount   /dev/md0     /media/RAID5 

Dernière modification par Bougron (Le 17/02/2017, à 18:36)

Hors ligne

#5 Le 15/02/2017, à 18:47

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Merci Bougron pour ta réponse. J'ai fait comme tu m'as demandé :

Retour de  dmesg  |  tail  -400, c'est super long ;-) :

[    1.859171] sd 1:0:0:0: [sdc] Write Protect is off
[    1.859227] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.859241] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.859480] scsi 1:0:1:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.859833] sd 1:0:1:0: Attached scsi generic sg3 type 0
[    1.860301] scsi 2:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.860719] sd 2:0:0:0: Attached scsi generic sg4 type 0
[    1.860803] sd 2:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.860885] sd 2:0:0:0: [sde] 4096-byte physical blocks
[    1.861077] scsi 3:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.861233] sd 2:0:0:0: [sde] Write Protect is off
[    1.861294] sd 2:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    1.861365] sd 2:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.861442] sd 3:0:0:0: Attached scsi generic sg5 type 0
[    1.861471] sd 3:0:0:0: [sdf] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.861472] sd 3:0:0:0: [sdf] 4096-byte physical blocks
[    1.861561] sd 3:0:0:0: [sdf] Write Protect is off
[    1.861563] sd 3:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    1.861594] sd 3:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.885924] sd 1:0:1:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.885997] sd 1:0:1:0: [sdd] 4096-byte physical blocks
[    1.886397]  sdc:
[    1.886456] sd 1:0:1:0: [sdd] Write Protect is off
[    1.886513] sd 1:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[    1.886555] sd 1:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.886844]  sde:
[    1.887013] sd 1:0:0:0: [sdc] Attached SCSI disk
[    1.887156] sd 2:0:0:0: [sde] Attached SCSI disk
[    1.890251] sd 3:0:0:0: [sdf] Attached SCSI disk
[    1.916295] sd 1:0:1:0: [sdd] Attached SCSI disk
[    1.917926] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
[    1.918001] Write protecting the kernel read-only data: 14336k
[    1.918938] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
[    1.919519] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
[    1.933482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.933623] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.933708] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.933818] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.933822] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.934008] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.934516] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.934643] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.934773] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.934894] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.948974] usb 4-1: New USB device found, idVendor=046d, idProduct=c531
[    1.949032] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.949089] usb 4-1: Product: USB Receiver
[    1.949141] usb 4-1: Manufacturer: Logitech
[    1.958571] hidraw: raw HID events driver (C) Jiri Kosina
[    1.965113] usbcore: registered new interface driver usbhid
[    1.965172] usbhid: USB HID core driver
[    1.966326] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    1.967088] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/0003:046D:C531.0001/input/input4
[    1.967315] hid-generic 0003:046D:C531.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.1-1/input0
[    1.969772] tsc: Refined TSC clocksource calibration: 2698.759 MHz
[    1.969834] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26e6aa27a44, max_idle_ns: 440795275336 ns
[    1.972007] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/0003:046D:C531.0002/input/input5
[    1.975666] nvidia: module license 'NVIDIA' taints kernel.
[    1.975724] Disabling lock debugging due to kernel taint
[    1.976397] pata_jmicron 0000:07:00.1: enabling device (0000 -> 0001)
[    1.977511] scsi host4: pata_jmicron
[    1.977710] scsi host5: pata_jmicron
[    1.977833] ata5: PATA max UDMA/100 cmd 0xaf00 ctl 0xae00 bmdma 0xab00 irq 18
[    1.977892] ata6: PATA max UDMA/100 cmd 0xad00 ctl 0xac00 bmdma 0xab08 irq 18
[    1.978828] ahci 0000:07:00.0: version 3.0
[    1.979665] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.979732] r8169 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.980176] r8169 0000:08:00.0 eth0: RTL8168d/8111d at 0xffffc90000e4e000, 00:1f:d0:ad:6a:b7, XID 081000c0 IRQ 28
[    1.980254] r8169 0000:08:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.980355] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.980417] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.980648] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.980821] r8169 0000:09:00.0 eth1: RTL8168d/8111d at 0xffffc90000e7c000, 00:1f:d0:ad:6a:c7, XID 081000c0 IRQ 29
[    1.980897] r8169 0000:09:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.983299] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.983461] scsi host6: usb-storage 2-1:1.0
[    1.983580] usbcore: registered new interface driver usb-storage
[    1.985123] usbcore: registered new interface driver uas
[    1.985805] vgaarb: device changed decodes: PCI:0000:04:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    1.985958] nvidia-nvlink: Nvlink Core is being initialized, major device number 246
[    1.986042] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 PDT 2016
[    1.993800] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.993875] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.994291] [drm] Initialized drm 1.1.0 20060810
[    1.994323] scsi host7: ahci
[    1.994457] scsi host8: ahci
[    1.994559] ata7: SATA max UDMA/133 abar m8192@0xfd6fe000 port 0xfd6fe100 irq 17
[    1.994632] ata8: SATA max UDMA/133 abar m8192@0xfd6fe000 port 0xfd6fe180 irq 17
[    2.014246] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  367.57  Mon Oct  3 20:32:57 PDT 2016
[    2.014994] [drm] [nvidia-drm] [GPU ID 0x00000400] Loading driver
[    2.026212] hid-generic 0003:046D:C531.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.1-1/input1
[    2.041876] firewire_ohci 0000:0a:06.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    2.046820] md: bind<sde>
[    2.049823] md: bind<sdf>
[    2.064334] md: bind<sda>
[    2.080868] md: sdc does not have a valid v1.2 superblock, not importing!
[    2.080930] md: md_import_device returned -22
[    2.081734] md: bind<sdd>
[    2.182379] random: nonblocking pool is initialized
[    2.229878] usb 4-2: new full-speed USB device number 3 using uhci_hcd
[    2.289888] usb 5-2: new full-speed USB device number 2 using uhci_hcd
[    2.418958] usb 4-2: New USB device found, idVendor=046d, idProduct=c52b
[    2.419022] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.419086] usb 4-2: Product: USB Receiver
[    2.419137] usb 4-2: Manufacturer: Logitech
[    2.439185] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.1-2/input2
[    2.460907] usb 5-2: New USB device found, idVendor=046d, idProduct=c52b
[    2.460972] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.461035] usb 5-2: Product: USB Receiver
[    2.461086] usb 5-2: Manufacturer: Logitech
[    2.480197] logitech-djreceiver 0003:046D:C52B.0008: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.2-2/input2
[    2.485836] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.486455] ata8.15: Port Multiplier 1.2, 0x0322:0x1458 r0, 5 ports, feat 0x5/0xf
[    2.487469] ata8.00: hard resetting link
[    2.542100] firewire_core 0000:0a:06.0: created device fw0: GUID 00abe29500001fd0, S400
[    2.615069] input: Logitech K360 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:046D:C52B.0005/0003:046D:4004.0009/input/input7
[    2.615354] logitech-hidpp-device 0003:046D:4004.0009: input,hidraw4: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:00:1a.1-2:1
[    2.618009] input: Logitech K400 Plus as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.2/0003:046D:C52B.0008/0003:046D:404D.000A/input/input8
[    2.618657] logitech-hidpp-device 0003:046D:404D.000A: input,hidraw5: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:00:1a.2-2:1
[    2.970222] clocksource: Switched to clocksource tsc
[    2.978328] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
[    2.978417] ata8.01: hard resetting link
[    2.984595] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC/MS PRO    1.00 PQ: 0 ANSI: 4
[    2.984906] sd 6:0:0:0: Attached scsi generic sg6 type 0
[    2.988897] sd 6:0:0:0: [sdg] Attached SCSI removable disk
[    3.829880] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.830447] ata7.15: Port Multiplier 1.2, 0x0322:0x1458 r0, 5 ports, feat 0x5/0xf
[    3.832278] ata7.00: hard resetting link
[    4.005812] ata8.01: failed to resume link (SControl 0)
[    4.006134] ata8.01: SATA link down (SStatus 0 SControl 0)
[    4.006236] ata8.02: hard resetting link
[    4.322205] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[    4.322304] ata7.01: hard resetting link
[    4.993883] floppy0: no floppy controllers found
[    5.033775] ata8.02: failed to resume link (SControl 0)
[    5.034035] ata8.02: SATA link down (SStatus 0 SControl 0)
[    5.034135] ata8.03: hard resetting link
[    5.349845] ata7.01: link resume succeeded after 4 retries
[    5.629942] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.630025] ata7.02: hard resetting link
[    6.061933] ata8.03: failed to resume link (SControl 0)
[    6.062285] ata8.03: SATA link down (SStatus 0 SControl 0)
[    6.062389] ata8.04: hard resetting link
[    6.657865] ata7.02: failed to resume link (SControl 0)
[    6.658560] ata7.02: SATA link down (SStatus 0 SControl 0)
[    6.658693] ata7.03: hard resetting link
[    7.089861] ata8.04: failed to resume link (SControl 0)
[    7.090613] ata8.04: SATA link down (SStatus 0 SControl 0)
[    7.091917] ata8.00: ATAPI: HL-DT-STDVD-RAM GH22LS30, 1.02, max UDMA/100
[    7.093431] ata8.00: configured for UDMA/100
[    7.094081] ata8: EH complete
[    7.685795] ata7.03: failed to resume link (SControl 0)
[    7.686121] ata7.03: SATA link down (SStatus 0 SControl 0)
[    7.686228] ata7.04: hard resetting link
[    8.713869] ata7.04: failed to resume link (SControl 0)
[    8.714195] ata7.04: SATA link down (SStatus 0 SControl 0)
[    8.714555] ata7.00: ATA-7: Hitachi HDS723030ALA640, 0953, max UDMA/133
[    8.714611] ata7.00: 5860531055 sectors, multi 1: LBA48 
[    8.714949] ata7.00: configured for UDMA/133
[    8.716817] ata7.01: ATA-8: Hitachi HDS723030ALA640, MKAOA3B0, max UDMA/133
[    8.716880] ata7.01: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    8.718833] ata7.01: configured for UDMA/133
[    8.718965] ata7: EH complete
[    8.719409] scsi 7:0:0:0: Direct-Access     ATA      Hitachi HDS72303 0953 PQ: 0 ANSI: 5
[    8.719989] sd 7:0:0:0: [sdh] 5860531055 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.720000] sd 7:0:0:0: Attached scsi generic sg7 type 0
[    8.720402] sd 7:0:0:0: [sdh] Write Protect is off
[    8.720439] scsi 7:1:0:0: Direct-Access     ATA      Hitachi HDS72303 A3B0 PQ: 0 ANSI: 5
[    8.720539] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[    8.720679] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.720909] sd 7:1:0:0: [sdi] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.720940] sd 7:1:0:0: Attached scsi generic sg8 type 0
[    8.721148] sd 7:1:0:0: [sdi] Write Protect is off
[    8.721209] sd 7:1:0:0: [sdi] Mode Sense: 00 3a 00 00
[    8.721365] sd 7:1:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.722175] scsi 8:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22LS30 1.02 PQ: 0 ANSI: 5
[    8.739809] sr 8:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    8.739883] cdrom: Uniform CD-ROM driver Revision: 3.20
[    8.740030] sr 8:0:0:0: Attached scsi CD-ROM sr0
[    8.740083] sr 8:0:0:0: Attached scsi generic sg9 type 5
[    8.784213]  sdi: sdi1
[    8.785056] sd 7:1:0:0: [sdi] Attached SCSI disk
[    8.813872]  sdh: sdh1
[    8.814584] sd 7:0:0:0: [sdh] Attached SCSI disk
[   10.091322] md: linear personality registered for level -1
[   10.093954] md: multipath personality registered for level -4
[   10.096876] md: raid0 personality registered for level 0
[   10.102598] md: raid1 personality registered for level 1
[   10.173876] raid6: sse2x1   gen()  7244 MB/s
[   10.241831] raid6: sse2x1   xor()  5694 MB/s
[   10.309833] raid6: sse2x2   gen()  8636 MB/s
[   10.377838] raid6: sse2x2   xor()  6687 MB/s
[   10.445829] raid6: sse2x4   gen()  9841 MB/s
[   10.513825] raid6: sse2x4   xor()  7327 MB/s
[   10.513915] raid6: using algorithm sse2x4 gen() 9841 MB/s
[   10.513970] raid6: .... xor() 7327 MB/s, rmw enabled
[   10.514023] raid6: using ssse3x2 recovery algorithm
[   10.515487] xor: measuring software checksum speed
[   10.553751]    prefetch64-sse: 12521.000 MB/sec
[   10.593819]    generic_sse: 10857.000 MB/sec
[   10.593908] xor: using function: prefetch64-sse (12521.000 MB/sec)
[   10.595316] async_tx: api initialized (async)
[   10.602254] md: raid6 personality registered for level 6
[   10.602310] md: raid5 personality registered for level 5
[   10.602363] md: raid4 personality registered for level 4
[   10.608897] md: raid10 personality registered for level 10
[   10.711733] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   10.812938] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[   10.850862] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[   10.851120] systemd[1]: Detected architecture x86-64.
[   10.854267] systemd[1]: Set hostname to <gilles-EX58-UD5>.
[   10.981934] systemd[1]: Reached target User and Group Name Lookups.
[   10.982306] systemd[1]: Reached target Remote File Systems (Pre).
[   10.982657] systemd[1]: Listening on Journal Audit Socket.
[   10.982998] systemd[1]: Listening on Journal Socket.
[   10.983324] systemd[1]: Listening on fsck to fsckd communication Socket.
[   10.983633] systemd[1]: Reached target Encrypted Volumes.
[   10.983995] systemd[1]: Created slice User and Session Slice.
[   10.984320] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.984645] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   10.984964] systemd[1]: Listening on udev Kernel Socket.
[   10.985265] systemd[1]: Reached target Remote File Systems.
[   10.985618] systemd[1]: Created slice System Slice.
[   11.001953] systemd[1]: Starting Set console keymap...
[   11.002524] systemd[1]: Started Braille Device Support.
[   11.003017] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   11.003692] systemd[1]: Mounting Huge Pages File System...
[   11.004379] systemd[1]: Starting Uncomplicated firewall...
[   11.005010] systemd[1]: Mounting Debug File System...
[   11.005273] systemd[1]: Reached target Slices.
[   11.005980] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   11.006691] systemd[1]: Mounting POSIX Message Queue File System...
[   11.007084] systemd[1]: Listening on Syslog Socket.
[   11.007762] systemd[1]: Starting Journal Service...
[   11.008057] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.011507] systemd[1]: Starting Load Kernel Modules...
[   11.011813] systemd[1]: Listening on udev Control Socket.
[   11.012256] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.017034] systemd[1]: Started Read required files in advance.
[   11.019593] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   11.029534] systemd[1]: Mounted Debug File System.
[   11.029902] systemd[1]: Mounted POSIX Message Queue File System.
[   11.030218] systemd[1]: Mounted Huge Pages File System.
[   11.030969] systemd[1]: Started Uncomplicated firewall.
[   11.043748] lp: driver loaded but no devices found
[   11.048745] ppdev: user-space parallel port driver
[   11.073992] systemd[1]: Starting Create Static Device Nodes in /dev...
[   11.074680] systemd[1]: Started Load Kernel Modules.
[   11.077517] systemd[1]: Starting Apply Kernel Variables...
[   11.078295] systemd[1]: Mounting FUSE Control File System...
[   11.079706] systemd[1]: Mounted FUSE Control File System.
[   11.083209] systemd[1]: Started Set console keymap.
[   11.087607] systemd[1]: Started Journal Service.
[   11.387219] EXT4-fs (sdb3): re-mounted. Opts: errors=remount-ro
[   11.403466] systemd-journald[457]: Received request to flush runtime journal from PID 1
[   11.477389] wmi: Mapper loaded
[   11.490122] EDAC MC: Ver: 3.0.0
[   11.493878] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
[   11.493914] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[   11.493918] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[   11.499799] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.504891] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20150930/utaddress-254)
[   11.504898] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.504941] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   11.579334] md: sdc does not have a valid v1.2 superblock, not importing!
[   11.579342] md: md_import_device returned -22
[   11.631686] snd_hda_intel 0000:04:00.1: Disabling MSI
[   11.631699] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[   11.657493] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   11.661465] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889A: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   11.661470] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.661473] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   11.661476] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[   11.661478] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x1e/0x0
[   11.661480] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[   11.661484] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[   11.661486] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[   11.661489] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[   11.661491] snd_hda_codec_realtek hdaudioC0D2:      CD=0x1c
[   11.661494] snd_hda_codec_realtek hdaudioC0D2:    dig-in=0x1f
[   11.678856] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   11.678939] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   11.679018] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   11.679100] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   11.679201] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   11.679304] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   11.679403] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   11.738160] usb 1-1: dvb_usb_v2: found a 'TerraTec Cinergy T Stick Black' in warm state
[   11.771763] usb 1-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[   11.771775] DVB: registering new adapter (TerraTec Cinergy T Stick Black)
[   11.781904] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 244
[   11.784125] i2c i2c-0: Added multiplexed i2c bus 1
[   11.784130] rtl2832 0-0010: Realtek RTL2832 successfully attached
[   11.784140] usb 1-1: DVB: registering adapter 0 frontend 0 (Realtek RTL2832 (DVB-T))...
[   11.802910] i2c i2c-1: fc0012: Fitipower FC0012 successfully identified
[   11.808636] media: Linux media interface: v0.10
[   11.818233] Linux video capture interface: v2.00
[   11.840731] rtl2832_sdr rtl2832_sdr.2.auto: Registered as swradio0
[   11.840734] rtl2832_sdr rtl2832_sdr.2.auto: Realtek RTL2832 SDR attached
[   11.840736] rtl2832_sdr rtl2832_sdr.2.auto: SDR API is still slightly experimental and functionality changes may follow
[   11.877767] Registered IR keymap rc-terratec-slim
[   11.877970] input: TerraTec Cinergy T Stick Black as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0/input16
[   11.878028] rc0: TerraTec Cinergy T Stick Black as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0
[   11.884680] IR JVC protocol handler initialized
[   11.884789] IR NEC protocol handler initialized
[   11.885225] IR RC5(x/sz) protocol handler initialized
[   11.885928] IR RC6 protocol handler initialized
[   11.886306] IR Sony protocol handler initialized
[   11.886727] IR SANYO protocol handler initialized
[   11.892732] IR Sharp protocol handler initialized
[   11.895470] IR MCE Keyboard/mouse protocol handler initialized
[   11.897422] lirc_dev: IR Remote Control driver registered, major 242 
[   11.897856] input: MCE IR Keyboard/Mouse (dvb_usb_rtl28xxu) as /devices/virtual/input/input17
[   11.897943] usb 1-1: dvb_usb_v2: schedule remote query interval to 200 msecs
[   11.898666] IR XMP protocol handler initialized
[   11.898884] rc rc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
[   11.898886] IR LIRC bridge handler initialized
[   11.906309] usb 1-1: dvb_usb_v2: 'TerraTec Cinergy T Stick Black' successfully initialized and connected
[   11.906351] usbcore: registered new interface driver dvb_usb_rtl28xxu
[   11.935210] gpio_ich: GPIO from 451 to 511 on gpio_ich
[   12.159153] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input18
[   12.159377] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input19
[   12.159541] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input20
[   12.159677] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input21
[   13.140220] Adding 227324k swap on /dev/sdb4.  Priority:-1 extents:1 across:227324k SSFS
[   13.208913] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   13.615579] EXT4-fs (sdi1): mounted filesystem with ordered data mode. Opts: (null)
[   14.295024] audit: type=1400 audit(1487176276.742:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1331 comm="apparmor_parser"
[   14.295624] audit: type=1400 audit(1487176276.742:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1328 comm="apparmor_parser"
[   14.296464] audit: type=1400 audit(1487176276.742:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1325 comm="apparmor_parser"
[   14.296471] audit: type=1400 audit(1487176276.742:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1325 comm="apparmor_parser"
[   14.298497] audit: type=1400 audit(1487176276.746:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1335 comm="apparmor_parser"
[   14.299862] audit: type=1400 audit(1487176276.746:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1322 comm="apparmor_parser"
[   14.299872] audit: type=1400 audit(1487176276.746:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1322 comm="apparmor_parser"
[   14.299878] audit: type=1400 audit(1487176276.746:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1322 comm="apparmor_parser"
[   14.299885] audit: type=1400 audit(1487176276.746:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1322 comm="apparmor_parser"
[   14.301072] audit: type=1400 audit(1487176276.746:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/unreal-*/System/*.bin" pid=1327 comm="apparmor_parser"
[   14.369344] cgroup: new mount options do not match the existing superblock, will be ignored
[   14.509854] floppy0: no floppy controllers found
[   14.509864] work still pending
[   14.730407] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   14.803260] r8169 0000:09:00.0 eth1: link down
[   14.803262] r8169 0000:09:00.0 eth1: link down
[   14.803312] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   14.805699] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.867120] r8169 0000:08:00.0 eth0: link down
[   14.867164] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.569359] r8169 0000:09:00.0 eth1: link up
[   16.569369] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   22.177331] vboxdrv: Found 8 processor cores
[   22.193956] vboxdrv: TSC mode is Invariant, tentative frequency 2698760053 Hz
[   22.193959] vboxdrv: Successfully loaded version 5.0.24_Ubuntu (interface 0x00240000)
[   22.200442] VBoxNetFlt: Successfully started.
[   22.205101] VBoxNetAdp: Successfully started.
[   22.210811] VBoxPciLinuxInit
[   22.213288] vboxpci: IOMMU not found (not registered)
[   22.881598] nvidia-modeset: Allocated GPU:0 (GPU-0e5a6041-e890-7011-8986-48b52a05bf17) @ PCI:0000:04:00.0
[  299.890902] mce: [Hardware Error]: Machine check events logged
[  465.999744] usb 8-1: new full-speed USB device number 2 using uhci_hcd
[  466.200847] usb 8-1: New USB device found, idVendor=046d, idProduct=c07c
[  466.200852] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  466.200855] usb 8-1: Product: G700s Rechargeable Gaming Mouse
[  466.200857] usb 8-1: Manufacturer: Logitech
[  466.200860] usb 8-1: SerialNumber: 6CB565F50007
[  466.230154] input: Logitech G700s Rechargeable Gaming Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:046D:C07C.000B/input/input22
[  466.230350] hid-generic 0003:046D:C07C.000B: input,hidraw6: USB HID v1.11 Mouse [Logitech G700s Rechargeable Gaming Mouse] on usb-0000:00:1d.2-1/input0
[  466.270045] input: Logitech G700s Rechargeable Gaming Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/0003:046D:C07C.000C/input/input23
[  466.339914] hid-generic 0003:046D:C07C.000C: input,hiddev0,hidraw7: USB HID v1.11 Keyboard [Logitech G700s Rechargeable Gaming Mouse] on usb-0000:00:1d.2-1/input1
[  539.931343] ata8.00: failed to read SCR 1 (Emask=0x40)
[  539.931347] ata8.01: failed to read SCR 1 (Emask=0x40)
[  539.931348] ata8.02: failed to read SCR 1 (Emask=0x40)
[  539.931350] ata8.03: failed to read SCR 1 (Emask=0x40)
[  539.931351] ata8.04: failed to read SCR 1 (Emask=0x40)
[  539.931355] ata8.15: exception Emask 0x4 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931358] ata8.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931364] ata8.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 15 pio 16392 in
                        Get event status notification 4a 01 00 00 10 00 00 00 08 00res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
[  539.931366] ata8.00: status: { DRDY }
[  539.931368] ata8.01: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931370] ata8.02: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931372] ata8.03: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931374] ata8.04: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6 frozen
[  539.931377] ata8.15: hard resetting link
[  540.423203] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  540.423552] ata8.00: hard resetting link
[  540.919687] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
[  540.919754] ata8.01: hard resetting link
[  541.946960] ata8.01: failed to resume link (SControl 0)
[  541.947384] ata8.01: SATA link down (SStatus 0 SControl 0)
[  541.947446] ata8.02: hard resetting link
[  542.974661] ata8.02: failed to resume link (SControl 0)
[  542.975155] ata8.02: SATA link down (SStatus 0 SControl 0)
[  542.975216] ata8.03: hard resetting link
[  544.002538] ata8.03: failed to resume link (SControl 0)
[  544.003005] ata8.03: SATA link down (SStatus 0 SControl 0)
[  544.003126] ata8.04: hard resetting link
[  545.030351] ata8.04: failed to resume link (SControl 0)
[  545.030808] ata8.04: SATA link down (SStatus 0 SControl 0)
[  545.033458] ata8.00: configured for UDMA/100
[  545.034128] ata8: EH complete

Retour de sudo mdadm --examine /dev/sd[adef] :

/dev/sda:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813772911 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=623 sectors
          State : clean
    Device UUID : 55205144:46c3f1a3:272b6ce8:8125b497

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : 5341a0f5 - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 0
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdd:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813775024 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=2736 sectors
          State : clean
    Device UUID : ac56c5b5:5659a3c8:0b8ca920:704504ae

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : 37f4f672 - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 2
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sde:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813775024 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=2736 sectors
          State : clean
    Device UUID : ce9a3324:7cfa2117:30f6dd56:8f951861

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : de2a95fd - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 3
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdf:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813775024 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=2736 sectors
          State : clean
    Device UUID : 8b239822:40f13f19:3c71d4e5:ed3ec511

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : 1e5039ea - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 4
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)

Le retour de  : sudo mdadm --examine /dev/sd[adef]1

mdadm: cannot open /dev/sd[adef]1: No such file or directory

Et le retour de : sudo mount /dev/md0 /media/RAID5

mount: /dev/md0: can't read superblock

Hors ligne

#6 Le 15/02/2017, à 18:55

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Et les vérification avec l'outil smartmontools, que je ne connaissais pas, merci du tuyau ;-) :
J'ai donc fait un : sudo smartctl -s on -a /dev/sda, ce qui m'a donné ça :

smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-62-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Desktop HDD.15
Device Model:     ST4000DM000-1F2168
Serial Number:    W300CTBA
LU WWN Device Id: 5 000c50 0697d3910
Firmware Version: CC52
User Capacity:    4 000 785 948 160 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5900 rpm
Form Factor:      3.5 inches
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.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Feb 15 17:49:41 2017 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
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: 		(  612) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					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: 	 ( 532) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x1085)	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   117   099   006    Pre-fail  Always       -       162524728
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       418
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   065   060   030    Pre-fail  Always       -       3540450
  9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       3853
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1171
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   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   073   049   045    Old_age   Always       -       27 (Min/Max 23/27)
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       -       293
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       1598
194 Temperature_Celsius     0x0022   027   051   000    Old_age   Always       -       27 (0 10 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       6909h+24m+08.420s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5256940725
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       15187369143

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.

Puis la même pour les autres disques du RAID :
sdd :

smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-62-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Desktop HDD.15
Device Model:     ST4000DM000-1F2168
Serial Number:    W300E7M7
LU WWN Device Id: 5 000c50 0698dfab2
Firmware Version: CC52
User Capacity:    4 000 787 030 016 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5900 rpm
Form Factor:      3.5 inches
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.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Feb 15 17:52:40 2017 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
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: 		(  592) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					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: 	 ( 528) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x1085)	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   111   099   006    Pre-fail  Always       -       37061528
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       417
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   065   060   030    Pre-fail  Always       -       3405117
  9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       3828
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1171
183 Runtime_Bad_Block       0x0032   099   099   000    Old_age   Always       -       1
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   073   050   045    Old_age   Always       -       27 (Min/Max 23/27)
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       -       292
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       1567
194 Temperature_Celsius     0x0022   027   050   000    Old_age   Always       -       27 (0 10 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       6907h+34m+33.515s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5255398979
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       15178817992

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.

sde :

smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-62-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Desktop HDD.15
Device Model:     ST4000DM000-1F2168
Serial Number:    W300EP6L
LU WWN Device Id: 5 000c50 069963155
Firmware Version: CC52
User Capacity:    4 000 787 030 016 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5900 rpm
Form Factor:      3.5 inches
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.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Feb 15 17:53:25 2017 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
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: 		(  602) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					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: 	 ( 529) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x1085)	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   117   099   006    Pre-fail  Always       -       126071544
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       418
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   065   060   030    Pre-fail  Always       -       3486479
  9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       3822
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1171
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   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   072   052   045    Old_age   Always       -       28 (Min/Max 23/28)
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       -       292
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       1573
194 Temperature_Celsius     0x0022   028   048   000    Old_age   Always       -       28 (0 9 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       6907h+02m+03.883s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5255826269
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       15180083221

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.

et sdf :

smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-62-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Desktop HDD.15
Device Model:     ST4000DM000-1F2168
Serial Number:    W300E8LA
LU WWN Device Id: 5 000c50 0698e1422
Firmware Version: CC52
User Capacity:    4 000 787 030 016 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5900 rpm
Form Factor:      3.5 inches
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.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Feb 15 17:54:22 2017 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
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: 		(  612) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					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: 	 ( 524) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x1085)	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   116   099   006    Pre-fail  Always       -       105430512
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       418
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   065   060   030    Pre-fail  Always       -       3515406
  9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       3904
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1171
183 Runtime_Bad_Block       0x0032   099   099   000    Old_age   Always       -       1
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   072   051   045    Old_age   Always       -       28 (Min/Max 23/28)
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       -       292
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       1574
194 Temperature_Celsius     0x0022   028   049   000    Old_age   Always       -       28 (0 9 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       6906h+49m+40.383s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5257018167
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       15205594976

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.

Encore merci, je dois dire que je n'y comprends pas grand chose ;-)

Hors ligne

#7 Le 15/02/2017, à 19:06

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

J'ai aussi testé la commande gdisk sur les 4 disques du RAID5 et je crois qu'en effet il y a un problème avec le GPT mais j'ai un peu peur de régler le problème comme tu m'as dit, car réécrire un GPT risque de supprimer les données, non ?

Voici les 4 retours de gdisk sur les 4 diques :

Sur sda :

GPT fdisk (gdisk) version 1.0.1

Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.

Caution! After loading partitions, the CRC doesn't check out!
Warning! Main partition table CRC mismatch! Loaded backup partition table
instead of main partition table!

Warning! One or more CRCs don't match. You should repair the disk!

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

****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************

Sur sdd :

GPT fdisk (gdisk) version 1.0.1

Caution! After loading partitions, the CRC doesn't check out!
Warning! Main partition table CRC mismatch! Loaded backup partition table
instead of main partition table!

Warning! One or more CRCs don't match. You should repair the disk!

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

****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************

Sur sde :

GPT fdisk (gdisk) version 1.0.1

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


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!

Et enfin sur sdf :

GPT fdisk (gdisk) version 1.0.1

Caution! After loading partitions, the CRC doesn't check out!
Warning! Main partition table CRC mismatch! Loaded backup partition table
instead of main partition table!

Warning! One or more CRCs don't match. You should repair the disk!

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

****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************

Donc à part sde qui a l'air correct, tous les autres ont un problème, c'est ça ?
Si je corrige avec gdisk, ça ne risque rien pour mes données ?

Merci ;-)

Hors ligne

#8 Le 15/02/2017, à 19:09

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Et par curiosité j'ai aussi lancé la commande gdisk sur le disque RAID5 /dev/md0, et voilà le retour :

GPT fdisk (gdisk) version 1.0.1

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!
***************************************************************

Hors ligne

#9 Le 16/02/2017, à 01:24

Bougron

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonsoir.
Tes disques sont physiquement sains
Tes disques ont bien le même point de synchronisation
Inutile de faire du gdisk
J'ai trouvé le code erreur de la commande mount

[    2.046820] md: bind<sde>
[    2.049823] md: bind<sdf>
[    2.064334] md: bind<sda>
[    2.080868] md: sdc does not have a valid v1.2 superblock, not importing!
[    2.080930] md: md_import_device returned -22
[    2.081734] md: bind<sdd>

Reste à comprendre ce que cela veut dire.
Si on ne sait pas réparer,en dernier recourt, on pourra lancer le raid avec seulement 4 disques.

Mais, je ne comprends plus rien.
Sdc serait dans le raids? alors qu'il n'est pas listé!!! Un disque défini comme secours?
fais malgré tout un smartctl de sdc

Dernière modification par Bougron (Le 17/02/2017, à 13:27)

Hors ligne

#10 Le 16/02/2017, à 13:10

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Merci de revenir encore, même après ces longs messages pleines de lignes de codes ;-)

Alors, en effet j'ai bien 5 disques identiques pour mon RAID5 : sda, sdc, sdd, sde et sdf.
J'ai revérifié avec Gparted !
D'ailleurs lorsque je lance Gparted, il me met deux fois cette erreur avant de se lancer : The primary GPT table is corrupt, but the backup appears OK, so that will be used
J'imagine qu'il s'agit de mes 2 disques RAID à problème.

Donc, tu as raison j'ai oublié le disque sdc ! Voici les retours de

sudo smartctl -s on -a /dev/sdc :

smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-62-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Desktop HDD.15
Device Model:     ST4000DM000-1F2168
Serial Number:    W300DAP7
LU WWN Device Id: 5 000c50 069853c8a
Firmware Version: CC52
User Capacity:    4 000 785 948 160 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5900 rpm
Form Factor:      3.5 inches
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.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Thu Feb 16 11:59:40 2017 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
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: 		(  602) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					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: 	 ( 520) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x1085)	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   117   099   006    Pre-fail  Always       -       132795696
  3 Spin_Up_Time            0x0003   092   091   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       421
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   065   060   030    Pre-fail  Always       -       3406663
  9 Power_On_Hours          0x0032   096   096   000    Old_age   Always       -       3814
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1172
183 Runtime_Bad_Block       0x0032   099   099   000    Old_age   Always       -       1
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0 0 0
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   080   050   045    Old_age   Always       -       20 (Min/Max 17/20)
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       -       293
193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       1588
194 Temperature_Celsius     0x0022   020   050   000    Old_age   Always       -       20 (0 9 0 0 0)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       6912h+02m+05.950s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       5252779044
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       15209421977

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.

Et de sudo mdadm --examine /dev/sdc :

/dev/sdc:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813775024 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=623 sectors
          State : clean
    Device UUID : c1149206:34845efd:660863a1:427b394b

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : db6b9190 - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)

et de sudo gdisk /dev/sdc

GPT fdisk (gdisk) version 1.0.1

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


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!
***************************************************************

Si j'ai bien compris, il est sain lui aussi ! Alors pourquoi je ne peux pas remonter mon RAID5 ?

Hors ligne

#11 Le 16/02/2017, à 13:14

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

J'ai relancer la commande : dmesg  |  tail  -400 et j'ai obtenu ceci, je crois qu'il y a quand même un problème de superblock ! Comment le régler ?

[    1.840431] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.840450] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.840595] scsi 0:0:1:0: Direct-Access     ATA      Corsair Force GS 5.07 PQ: 0 ANSI: 5
[    1.841026] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    1.846919] ata2.01: configured for UDMA/133
[    1.847407] scsi 1:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.847923] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    1.848022] sd 1:0:0:0: [sdc] 7814035055 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.848101] sd 1:0:0:0: [sdc] 4096-byte physical blocks
[    1.848346] sd 1:0:0:0: [sdc] Write Protect is off
[    1.848400] scsi 1:0:1:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.848482] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.848602] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.848725] sd 1:0:1:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.848809] sd 1:0:1:0: [sdd] 4096-byte physical blocks
[    1.848872] sd 1:0:1:0: Attached scsi generic sg3 type 0
[    1.849049] sd 1:0:1:0: [sdd] Write Protect is off
[    1.849104] scsi 2:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.849106] sd 1:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[    1.849146] sd 1:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.849435] sd 2:0:0:0: Attached scsi generic sg4 type 0
[    1.849451] sd 2:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.849452] sd 2:0:0:0: [sde] 4096-byte physical blocks
[    1.849519] sd 2:0:0:0: [sde] Write Protect is off
[    1.849521] sd 2:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    1.849553] sd 2:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.849873] scsi 3:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC52 PQ: 0 ANSI: 5
[    1.850072] sd 3:0:0:0: [sdf] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.850085] sd 3:0:0:0: Attached scsi generic sg5 type 0
[    1.850197] sd 3:0:0:0: [sdf] 4096-byte physical blocks
[    1.850324] sd 3:0:0:0: [sdf] Write Protect is off
[    1.850379] sd 3:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    1.850533] sd 3:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.851878] sd 0:0:1:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.852446] sd 0:0:1:0: [sdb] Write Protect is off
[    1.852501] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.852584] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.853795]  sdb: sdb1 sdb2 sdb3 sdb4
[    1.854658] sd 0:0:1:0: [sdb] Attached SCSI disk
[    1.855368] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.872574]  sdc:
[    1.874748]  sde:
[    1.875311] sd 2:0:0:0: [sde] Attached SCSI disk
[    1.882321] sd 3:0:0:0: [sdf] Attached SCSI disk
[    1.903858] sd 1:0:0:0: [sdc] Attached SCSI disk
[    1.904232] sd 1:0:1:0: [sdd] Attached SCSI disk
[    1.905666] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
[    1.905737] Write protecting the kernel read-only data: 14336k
[    1.906618] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
[    1.907214] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
[    1.922098] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922242] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922392] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922433] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922580] random: systemd-udevd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922856] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.922987] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.923120] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.923244] random: udevadm: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[    1.949387] usb 4-1: New USB device found, idVendor=046d, idProduct=c531
[    1.949546] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.949610] usb 4-1: Product: USB Receiver
[    1.949665] usb 4-1: Manufacturer: Logitech
[    1.955141] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    1.963982] pata_jmicron 0000:07:00.1: enabling device (0000 -> 0001)
[    1.964636] nvidia: module license 'NVIDIA' taints kernel.
[    1.964694] Disabling lock debugging due to kernel taint
[    1.966243] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.966327] r8169 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.966806] r8169 0000:08:00.0 eth0: RTL8168d/8111d at 0xffffc90000ed6000, 00:1f:d0:ad:6a:b7, XID 081000c0 IRQ 28
[    1.966890] r8169 0000:08:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.967009] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.967077] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.967597] r8169 0000:09:00.0 eth1: RTL8168d/8111d at 0xffffc90000e74000, 00:1f:d0:ad:6a:c7, XID 081000c0 IRQ 29
[    1.967679] r8169 0000:09:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.970069] scsi host4: pata_jmicron
[    1.970221] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.970249] scsi host5: pata_jmicron
[    1.970292] tsc: Refined TSC clocksource calibration: 2698.753 MHz
[    1.970294] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26e6a43e5ac, max_idle_ns: 440795209303 ns
[    1.970330] ata5: PATA max UDMA/100 cmd 0xaf00 ctl 0xae00 bmdma 0xab00 irq 18
[    1.970332] ata6: PATA max UDMA/100 cmd 0xad00 ctl 0xac00 bmdma 0xab08 irq 18
[    1.970356] ahci 0000:07:00.0: version 3.0
[    1.971591] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.971778] scsi host6: usb-storage 2-1:1.0
[    1.971932] usbcore: registered new interface driver usb-storage
[    1.974577] usbcore: registered new interface driver uas
[    1.975186] vgaarb: device changed decodes: PCI:0000:04:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    1.975342] nvidia-nvlink: Nvlink Core is being initialized, major device number 247
[    1.975426] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 PDT 2016
[    1.978418] usb 8-1: New USB device found, idVendor=046d, idProduct=c07c
[    1.978479] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.978540] usb 8-1: Product: G700s Rechargeable Gaming Mouse
[    1.978599] usb 8-1: Manufacturer: Logitech
[    1.978654] usb 8-1: SerialNumber: 6CB565F50007
[    1.982118] [drm] Initialized drm 1.1.0 20060810
[    1.986332] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.986409] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.986810] scsi host7: ahci
[    1.986988] scsi host8: ahci
[    1.987088] ata7: SATA max UDMA/133 abar m8192@0xfd6fe000 port 0xfd6fe100 irq 17
[    1.987160] ata8: SATA max UDMA/133 abar m8192@0xfd6fe000 port 0xfd6fe180 irq 17
[    2.002110] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  367.57  Mon Oct  3 20:32:57 PDT 2016
[    2.002876] [drm] [nvidia-drm] [GPU ID 0x00000400] Loading driver
[    2.007366] hidraw: raw HID events driver (C) Jiri Kosina
[    2.030326] firewire_ohci 0000:0a:06.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    2.042149] md: bind<sdf>
[    2.054504] md: bind<sde>
[    2.059663] usbcore: registered new interface driver usbhid
[    2.059721] usbhid: USB HID core driver
[    2.060763] md: bind<sda>
[    2.061549] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/0003:046D:C531.0001/input/input5
[    2.062379] hid-generic 0003:046D:C531.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.1-1/input0
[    2.068484] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/0003:046D:C531.0002/input/input6
[    2.068510] md: sdc does not have a valid v1.2 superblock, not importing!
[    2.068513] md: md_import_device returned -22
[    2.069287] md: bind<sdd>
[    2.122752] hid-generic 0003:046D:C531.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.1-1/input1
[    2.122958] input: Logitech G700s Rechargeable Gaming Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:046D:C07C.0003/input/input7
[    2.123358] hid-generic 0003:046D:C07C.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech G700s Rechargeable Gaming Mouse] on usb-0000:00:1d.2-1/input0
[    2.139626] input: Logitech G700s Rechargeable Gaming Mouse as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/0003:046D:C07C.0004/input/input8
[    2.168492] random: nonblocking pool is initialized
[    2.194849] hid-generic 0003:046D:C07C.0004: input,hiddev0,hidraw3: USB HID v1.11 Keyboard [Logitech G700s Rechargeable Gaming Mouse] on usb-0000:00:1d.2-1/input1
[    2.230392] usb 4-2: new full-speed USB device number 3 using uhci_hcd
[    2.286417] usb 5-2: new full-speed USB device number 2 using uhci_hcd
[    2.420414] usb 4-2: New USB device found, idVendor=046d, idProduct=c52b
[    2.420479] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.420542] usb 4-2: Product: USB Receiver
[    2.420593] usb 4-2: Manufacturer: Logitech
[    2.439549] logitech-djreceiver 0003:046D:C52B.0007: hiddev0,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.1-2/input2
[    2.457349] usb 5-2: New USB device found, idVendor=046d, idProduct=c52b
[    2.457414] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.457471] usb 5-2: Product: USB Receiver
[    2.457522] usb 5-2: Manufacturer: Logitech
[    2.476469] logitech-djreceiver 0003:046D:C52B.000A: hiddev0,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.2-2/input2
[    2.478274] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.478899] ata8.15: Port Multiplier 1.2, 0x0322:0x1458 r0, 5 ports, feat 0x5/0xf
[    2.479920] ata8.00: hard resetting link
[    2.530393] firewire_core 0000:0a:06.0: created device fw0: GUID 00abe29500001fd0, S400
[    2.615529] input: Logitech K360 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:046D:C52B.0007/0003:046D:4004.000B/input/input9
[    2.615711] logitech-hidpp-device 0003:046D:4004.000B: input,hidraw6: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:00:1a.1-2:1
[    2.618416] input: Logitech K400 Plus as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.2/0003:046D:C52B.000A/0003:046D:404D.000C/input/input10
[    2.618636] logitech-hidpp-device 0003:046D:404D.000C: input,hidraw7: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:00:1a.2-2:1
[    2.970643] clocksource: Switched to clocksource tsc
[    2.970731] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
[    2.970812] ata8.01: hard resetting link
[    2.972929] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC/MS PRO    1.00 PQ: 0 ANSI: 4
[    2.973247] sd 6:0:0:0: Attached scsi generic sg6 type 0
[    2.977245] sd 6:0:0:0: [sdg] Attached SCSI removable disk
[    3.822283] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.822981] ata7.15: Port Multiplier 1.2, 0x0322:0x1458 r0, 5 ports, feat 0x5/0xf
[    3.824046] ata7.00: hard resetting link
[    3.998256] ata8.01: failed to resume link (SControl 0)
[    3.998703] ata8.01: SATA link down (SStatus 0 SControl 0)
[    3.998812] ata8.02: hard resetting link
[    4.314759] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[    4.314863] ata7.01: hard resetting link
[    4.982251] floppy0: no floppy controllers found
[    5.026117] ata8.02: failed to resume link (SControl 0)
[    5.026475] ata8.02: SATA link down (SStatus 0 SControl 0)
[    5.026579] ata8.03: hard resetting link
[    5.342164] ata7.01: link resume succeeded after 4 retries
[    5.622332] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.622419] ata7.02: hard resetting link
[    6.054125] ata8.03: failed to resume link (SControl 0)
[    6.054448] ata8.03: SATA link down (SStatus 0 SControl 0)
[    6.054552] ata8.04: hard resetting link
[    6.650120] ata7.02: failed to resume link (SControl 0)
[    6.650450] ata7.02: SATA link down (SStatus 0 SControl 0)
[    6.650559] ata7.03: hard resetting link
[    7.082090] ata8.04: failed to resume link (SControl 0)
[    7.082728] ata8.04: SATA link down (SStatus 0 SControl 0)
[    7.083978] ata8.00: ATAPI: HL-DT-STDVD-RAM GH22LS30, 1.02, max UDMA/100
[    7.085498] ata8.00: configured for UDMA/100
[    7.086200] ata8: EH complete
[    7.677967] ata7.03: failed to resume link (SControl 0)
[    7.678615] ata7.03: SATA link down (SStatus 0 SControl 0)
[    7.678736] ata7.04: hard resetting link
[    8.705983] ata7.04: failed to resume link (SControl 0)
[    8.706682] ata7.04: SATA link down (SStatus 0 SControl 0)
[    8.707053] ata7.00: ATA-7: Hitachi HDS723030ALA640, 0953, max UDMA/133
[    8.707109] ata7.00: 5860531055 sectors, multi 1: LBA48 
[    8.707448] ata7.00: configured for UDMA/133
[    8.709342] ata7.01: ATA-8: Hitachi HDS723030ALA640, MKAOA3B0, max UDMA/133
[    8.709406] ata7.01: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    8.711371] ata7.01: configured for UDMA/133
[    8.711504] ata7: EH complete
[    8.711892] scsi 7:0:0:0: Direct-Access     ATA      Hitachi HDS72303 0953 PQ: 0 ANSI: 5
[    8.712402] sd 7:0:0:0: Attached scsi generic sg7 type 0
[    8.712568] sd 7:0:0:0: [sdh] 5860531055 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.712871] scsi 7:1:0:0: Direct-Access     ATA      Hitachi HDS72303 A3B0 PQ: 0 ANSI: 5
[    8.712917] sd 7:0:0:0: [sdh] Write Protect is off
[    8.712920] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[    8.713091] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.713403] sd 7:1:0:0: [sdi] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.713430] sd 7:1:0:0: Attached scsi generic sg8 type 0
[    8.713675] sd 7:1:0:0: [sdi] Write Protect is off
[    8.713730] sd 7:1:0:0: [sdi] Mode Sense: 00 3a 00 00
[    8.713805] sd 7:1:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.714671] scsi 8:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22LS30 1.02 PQ: 0 ANSI: 5
[    8.731925] sr 8:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    8.731999] cdrom: Uniform CD-ROM driver Revision: 3.20
[    8.732150] sr 8:0:0:0: Attached scsi CD-ROM sr0
[    8.732270] sr 8:0:0:0: Attached scsi generic sg9 type 5
[    8.777175]  sdi: sdi1
[    8.777475] sd 7:1:0:0: [sdi] Attached SCSI disk
[    8.815813]  sdh: sdh1
[    8.816733] sd 7:0:0:0: [sdh] Attached SCSI disk
[   10.100952] md: linear personality registered for level -1
[   10.103526] md: multipath personality registered for level -4
[   10.106110] md: raid0 personality registered for level 0
[   10.108981] md: raid1 personality registered for level 1
[   10.177823] raid6: sse2x1   gen()  7238 MB/s
[   10.245774] raid6: sse2x1   xor()  5691 MB/s
[   10.313772] raid6: sse2x2   gen()  8609 MB/s
[   10.381759] raid6: sse2x2   xor()  6688 MB/s
[   10.449765] raid6: sse2x4   gen()  9741 MB/s
[   10.517762] raid6: sse2x4   xor()  7246 MB/s
[   10.517851] raid6: using algorithm sse2x4 gen() 9741 MB/s
[   10.517906] raid6: .... xor() 7246 MB/s, rmw enabled
[   10.517959] raid6: using ssse3x2 recovery algorithm
[   10.519405] xor: measuring software checksum speed
[   10.557741]    prefetch64-sse: 12296.000 MB/sec
[   10.597740]    generic_sse: 11034.000 MB/sec
[   10.597830] xor: using function: prefetch64-sse (12296.000 MB/sec)
[   10.599428] async_tx: api initialized (async)
[   10.607021] md: raid6 personality registered for level 6
[   10.607079] md: raid5 personality registered for level 5
[   10.607135] md: raid4 personality registered for level 4
[   10.613245] md: raid10 personality registered for level 10
[   10.715928] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   10.811948] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[   10.847792] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[   10.848050] systemd[1]: Detected architecture x86-64.
[   10.851121] systemd[1]: Set hostname to <gilles-EX58-UD5>.
[   10.987570] systemd[1]: Reached target Remote File Systems (Pre).
[   10.987961] systemd[1]: Listening on udev Control Socket.
[   10.988296] systemd[1]: Listening on Journal Socket.
[   10.988668] systemd[1]: Created slice System Slice.
[   11.001862] systemd[1]: Starting Uncomplicated firewall...
[   11.002196] systemd[1]: Listening on Journal Audit Socket.
[   11.002615] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.003066] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   11.003552] systemd[1]: Created slice User and Session Slice.
[   11.003866] systemd[1]: Reached target Slices.
[   11.004168] systemd[1]: Reached target User and Group Name Lookups.
[   11.004625] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.005318] systemd[1]: Mounting Huge Pages File System...
[   11.007451] systemd[1]: Starting Load Kernel Modules...
[   11.008176] systemd[1]: Started Read required files in advance.
[   11.008719] systemd[1]: Listening on udev Kernel Socket.
[   11.009535] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   11.010331] systemd[1]: Mounting Debug File System...
[   11.010863] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.016230] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   11.016575] systemd[1]: Listening on Syslog Socket.
[   11.017248] systemd[1]: Starting Journal Service...
[   11.017501] systemd[1]: Reached target Encrypted Volumes.
[   11.017851] systemd[1]: Listening on fsck to fsckd communication Socket.
[   11.018171] systemd[1]: Reached target Remote File Systems.
[   11.018858] systemd[1]: Mounting POSIX Message Queue File System...
[   11.019460] systemd[1]: Started Braille Device Support.
[   11.020193] systemd[1]: Starting Set console keymap...
[   11.022024] systemd[1]: Started Uncomplicated firewall.
[   11.022488] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   11.028302] systemd[1]: Mounted Debug File System.
[   11.028690] systemd[1]: Mounted POSIX Message Queue File System.
[   11.029024] systemd[1]: Mounted Huge Pages File System.
[   11.034612] lp: driver loaded but no devices found
[   11.038466] ppdev: user-space parallel port driver
[   11.046091] systemd[1]: Started Load Kernel Modules.
[   11.048077] systemd[1]: Mounting FUSE Control File System...
[   11.048661] systemd[1]: Starting Apply Kernel Variables...
[   11.049328] systemd[1]: Starting Create Static Device Nodes in /dev...
[   11.050640] systemd[1]: Mounted FUSE Control File System.
[   11.066510] systemd[1]: Started Apply Kernel Variables.
[   11.084808] systemd[1]: Started Set console keymap.
[   11.100452] systemd[1]: Started Create Static Device Nodes in /dev.
[   11.117961] systemd[1]: Starting udev Kernel Device Manager...
[   11.118828] systemd[1]: Started Journal Service.
[   11.371108] EXT4-fs (sdb3): re-mounted. Opts: errors=remount-ro
[   11.385643] systemd-journald[456]: Received request to flush runtime journal from PID 1
[   11.461364] wmi: Mapper loaded
[   11.469101] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.474139] EDAC MC: Ver: 3.0.0
[   11.482923] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
[   11.482964] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[   11.482968] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[   11.490119] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20150930/utaddress-254)
[   11.490127] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.490167] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   11.578161] md: sdc does not have a valid v1.2 superblock, not importing!
[   11.578168] md: md_import_device returned -22
[   11.609494] snd_hda_intel 0000:04:00.1: Disabling MSI
[   11.609503] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[   11.632728] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889A: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   11.632731] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.632733] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   11.632735] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[   11.632736] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x1e/0x0
[   11.632737] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[   11.632740] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[   11.632741] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[   11.632743] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[   11.632744] snd_hda_codec_realtek hdaudioC0D2:      CD=0x1c
[   11.632746] snd_hda_codec_realtek hdaudioC0D2:    dig-in=0x1f
[   11.640280] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   11.649059] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   11.649113] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   11.649162] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   11.649211] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   11.649265] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   11.649313] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   11.649363] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   11.651189] usb 1-1: dvb_usb_v2: found a 'TerraTec Cinergy T Stick Black' in warm state
[   11.681218] usb 1-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[   11.681236] DVB: registering new adapter (TerraTec Cinergy T Stick Black)
[   11.727302] i2c i2c-0: Added multiplexed i2c bus 1
[   11.727307] rtl2832 0-0010: Realtek RTL2832 successfully attached
[   11.727321] usb 1-1: DVB: registering adapter 0 frontend 0 (Realtek RTL2832 (DVB-T))...
[   11.744953] i2c i2c-1: fc0012: Fitipower FC0012 successfully identified
[   11.749459] media: Linux media interface: v0.10
[   11.759550] Linux video capture interface: v2.00
[   11.779853] rtl2832_sdr rtl2832_sdr.2.auto: Registered as swradio0
[   11.779856] rtl2832_sdr rtl2832_sdr.2.auto: Realtek RTL2832 SDR attached
[   11.779858] rtl2832_sdr rtl2832_sdr.2.auto: SDR API is still slightly experimental and functionality changes may follow
[   11.780114] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 243
[   11.817600] Registered IR keymap rc-terratec-slim
[   11.817685] input: TerraTec Cinergy T Stick Black as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0/input18
[   11.817735] rc0: TerraTec Cinergy T Stick Black as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0
[   11.820872] usb 1-1: dvb_usb_v2: schedule remote query interval to 200 msecs
[   11.822419] IR RC5(x/sz) protocol handler initialized
[   11.823010] IR SANYO protocol handler initialized
[   11.823244] IR JVC protocol handler initialized
[   11.823506] lirc_dev: IR Remote Control driver registered, major 242 
[   11.823520] IR RC6 protocol handler initialized
[   11.823581] IR NEC protocol handler initialized
[   11.824643] IR Sony protocol handler initialized
[   11.826217] input: MCE IR Keyboard/Mouse (dvb_usb_rtl28xxu) as /devices/virtual/input/input19
[   11.826292] IR MCE Keyboard/mouse protocol handler initialized
[   11.826746] IR XMP protocol handler initialized
[   11.826996] rc rc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0
[   11.826999] IR LIRC bridge handler initialized
[   11.827077] IR Sharp protocol handler initialized
[   11.830311] usb 1-1: dvb_usb_v2: 'TerraTec Cinergy T Stick Black' successfully initialized and connected
[   11.830368] usbcore: registered new interface driver dvb_usb_rtl28xxu
[   11.910880] gpio_ich: GPIO from 451 to 511 on gpio_ich
[   12.035750] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   12.107200] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input20
[   12.107277] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input21
[   12.107443] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input22
[   12.107507] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:07.0/0000:04:00.1/sound/card1/input23
[   13.174433] Adding 227324k swap on /dev/sdb4.  Priority:-1 extents:1 across:227324k SSFS
[   13.667081] EXT4-fs (sdi1): mounted filesystem with ordered data mode. Opts: (null)
[   14.323600] audit: type=1400 audit(1487242505.770:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1343 comm="apparmor_parser"
[   14.324059] audit: type=1400 audit(1487242505.770:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1338 comm="apparmor_parser"
[   14.324068] audit: type=1400 audit(1487242505.770:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1338 comm="apparmor_parser"
[   14.327194] audit: type=1400 audit(1487242505.774:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1341 comm="apparmor_parser"
[   14.327436] audit: type=1400 audit(1487242505.774:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1342 comm="apparmor_parser"
[   14.327445] audit: type=1400 audit(1487242505.774:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=1342 comm="apparmor_parser"
[   14.327452] audit: type=1400 audit(1487242505.774:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=1342 comm="apparmor_parser"
[   14.327728] audit: type=1400 audit(1487242505.774:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1334 comm="apparmor_parser"
[   14.327736] audit: type=1400 audit(1487242505.774:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1334 comm="apparmor_parser"
[   14.327743] audit: type=1400 audit(1487242505.774:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1334 comm="apparmor_parser"
[   14.390060] cgroup: new mount options do not match the existing superblock, will be ignored
[   14.485530] floppy0: no floppy controllers found
[   14.485540] work still pending
[   15.075581] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   15.150904] r8169 0000:09:00.0 eth1: link down
[   15.150931] r8169 0000:09:00.0 eth1: link down
[   15.150960] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   15.153554] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.214823] r8169 0000:08:00.0 eth0: link down
[   15.214868] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.105567] r8169 0000:09:00.0 eth1: link up
[   17.105577] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   22.162804] vboxdrv: Found 8 processor cores
[   22.181038] vboxdrv: TSC mode is Invariant, tentative frequency 2698736829 Hz
[   22.181041] vboxdrv: Successfully loaded version 5.0.24_Ubuntu (interface 0x00240000)
[   22.185771] VBoxNetFlt: Successfully started.
[   22.190162] VBoxNetAdp: Successfully started.
[   22.193915] VBoxPciLinuxInit
[   22.196691] vboxpci: IOMMU not found (not registered)
[   22.886958] nvidia-modeset: Allocated GPU:0 (GPU-0e5a6041-e890-7011-8986-48b52a05bf17) @ PCI:0000:04:00.0
[  177.625310]  sdc:
[  177.628732]  sde:
[  178.612871]  sdc:
[  181.814487]  sde:
[  299.871018] mce: [Hardware Error]: Machine check events logged
[  549.225472]  sdc:
[  549.228719]  sde:
[  550.243296]  sdc:
[  554.068780]  sde:
[  809.838529] EXT4-fs (md0): unable to read superblock
[  809.838648] EXT4-fs (md0): unable to read superblock
[  809.838684] EXT4-fs (md0): unable to read superblock
[  809.838722] SQUASHFS error: squashfs_read_data failed to read block 0x0
[  809.838725] squashfs: SQUASHFS error: unable to read squashfs_super_block
[  862.464923]  sdc:

En effet, à la fin on voit les deux lignes [  809.838648] EXT4-fs (md0): unable to read superblock
[  809.838684] EXT4-fs (md0): unable to read superblock

Donc, disques du RAID sains mais pas le RAID lui-même ?

Hors ligne

#12 Le 17/02/2017, à 00:15

jamesbad000

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonsoir.
A vue de nez, ce raid est constitué de disques non partitionnés. Donc chercher une table de partition sans avoir assemblé le raid n'a pas de sens, et tenter de réparer la table de partition dans ces conditions serait une grave erreur.
Il n'y a pas plus de sens à se préoccuper de problème de système de fichier sans avoir assemblé le raid.

Pour le reste, je vais examiner la situation plus en détail. La suite probablement demain

Dernière modification par jamesbad000 (Le 17/02/2017, à 00:15)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#13 Le 17/02/2017, à 00:43

jamesbad000

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

J'aimais bien avoir le retour de

sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT
sudo mdadm -E /dev/sdc

PS: Merci d'inclure systématiquement la commande avec les données affichées...


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#14 Le 17/02/2017, à 12:58

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Merci pour tes remarques ;-)

Je te donne tout ça :
Réponse de : sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT

sudo lsblk -o SIZE,NAME,FSTYPE,LABEL,MOUNTPOINT
[sudo] Mot de passe de gilles : 
  SIZE NAME   FSTYPE            LABEL             MOUNTPOINT
  3,7T sda    linux_raid_member gilles-EX58-UD5:0 
119,2G sdb                                        
   50G ├─sdb1 ntfs                                
   49G ├─sdb2 ext4                                /media/HomeCrypt
   20G ├─sdb3 ext4                                /
  222M └─sdb4 swap                                [SWAP]
  3,7T sdc    linux_raid_member gilles-EX58-UD5:0 
  3,7T sdd    linux_raid_member gilles-EX58-UD5:0 
  3,7T sde    linux_raid_member gilles-EX58-UD5:0 
  3,7T sdf    linux_raid_member gilles-EX58-UD5:0 
  2,7T sdh                                        
  2,7T └─sdh1 ntfs              NTFS              /media/DocNTFS
  2,7T sdi                                        
  2,7T └─sdi1 ext4              DocEXT            /media/DocEXT4
 1024M sr0 

Et de sudo mdadm -E /dev/sdc :

 sudo mdadm -E /dev/sdc
/dev/sdc:
         Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : 714dd157:6a93fa23:29358d8a:bf8e59d4
           Name : gilles-EX58-UD5:0  (local to host gilles-EX58-UD5)
  Creation Time : Thu Aug 22 11:25:42 2013
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7813775024 (3725.90 GiB 4000.65 GB)
     Array Size : 15627544576 (14903.59 GiB 16002.61 GB)
  Used Dev Size : 7813772288 (3725.90 GiB 4000.65 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262064 sectors, after=623 sectors
          State : clean
    Device UUID : c1149206:34845efd:660863a1:427b394b

    Update Time : Sun Feb 12 22:40:51 2017
       Checksum : db6b9190 - correct
         Events : 1017

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)

Je comprends tes remarques mais j'ajoute que ça fait des années que j'ai créé ce RAID5 avec la méthode mdadm de ce site, j'en profite pour remercier l'auteur de cette documentation, et qu'il a toujours bien fonctionné...

Merci,
Gilles

Hors ligne

#15 Le 17/02/2017, à 18:25

Bougron

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonjour
J'ai isolé la dernière trace du dmesg

[  809.838529] EXT4-fs (md0): unable to read superblock
[  809.838648] EXT4-fs (md0): unable to read superblock
[  809.838684] EXT4-fs (md0): unable to read superblock
[  809.838722] SQUASHFS error: squashfs_read_data failed to read block 0x0
[  809.838725] squashfs: SQUASHFS error: unable to read squashfs_super_block
[  862.464923]  sdc:

Mais la recherche internet ne semble pas donner de pistes.
=> Une réponse disant qu'il y a quelque chose qui ne va pas!!! On s'en serait douté.  http://askubuntu.com/questions/862482/w … n-loopback
=> Une situation approchante http://www.spinics.net/lists/raid/msg50760.html

Dernière modification par Bougron (Le 17/02/2017, à 18:54)

Hors ligne

#16 Le 17/02/2017, à 21:33

jamesbad000

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Ok, jusque là je ne vois rien de particulier, si ce n'est que le raid n'est pas assemblé. Donc voyons ce qui se passe lors d'une tentative d'assemblage

sudo mdadm -S /dev/md0
sudo mdadm -A -v /dev/md0 /dev/sd[acdef]

L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#17 Le 18/02/2017, à 12:03

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Je viens de tester, et il y a bien un problème avec sdc :

gilles@gilles-EX58-UD5:~$ sudo mdadm -S /dev/md0
[sudo] Mot de passe de gilles : 
mdadm: stopped /dev/md0

Puis :

gilles@gilles-EX58-UD5:~$ sudo mdadm -A -v /dev/md0 /dev/sd[acdef]
mdadm: looking for devices for /dev/md0
mdadm: /dev/sda is identified as a member of /dev/md0, slot 0.
mdadm: /dev/sdc is identified as a member of /dev/md0, slot 1.
mdadm: /dev/sdd is identified as a member of /dev/md0, slot 2.
mdadm: /dev/sde is identified as a member of /dev/md0, slot 3.
mdadm: /dev/sdf is identified as a member of /dev/md0, slot 4.
mdadm: failed to add /dev/sdc to /dev/md0: Invalid argument
mdadm: added /dev/sdd to /dev/md0 as 2
mdadm: added /dev/sde to /dev/md0 as 3
mdadm: added /dev/sdf to /dev/md0 as 4
mdadm: added /dev/sda to /dev/md0 as 0
mdadm: /dev/md0 assembled from 4 drives - need all 5 to start it (use --run to insist).

Hors ligne

#18 Le 18/02/2017, à 12:19

Libus

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Mais si je force la reconstruction et que je monte manuellement le RAID, j'y accède !

gilles@gilles-EX58-UD5:~$ sudo mdadm -A -v /dev/md0 /dev/sd[acdef] --run
mdadm: looking for devices for /dev/md0
mdadm: /dev/sda is identified as a member of /dev/md0, slot 0.
mdadm: /dev/sdc is identified as a member of /dev/md0, slot 1.
mdadm: /dev/sdd is identified as a member of /dev/md0, slot 2.
mdadm: /dev/sde is identified as a member of /dev/md0, slot 3.
mdadm: /dev/sdf is identified as a member of /dev/md0, slot 4.
mdadm: failed to add /dev/sdc to /dev/md0: Invalid argument
mdadm: added /dev/sdd to /dev/md0 as 2
mdadm: added /dev/sde to /dev/md0 as 3
mdadm: added /dev/sdf to /dev/md0 as 4
mdadm: added /dev/sda to /dev/md0 as 0
mdadm: /dev/md0 has been started with 4 drives (out of 5).
gilles@gilles-EX58-UD5:~$ sudo mount /dev/md0 /media/RAID5

Merci à vous deux ;-)

J'ai bien toutes mes données mais que faire pour régler le problème de /dev/sdc ?

Hors ligne

#19 Le 18/02/2017, à 16:08

jamesbad000

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bon ce genre de problème n'est pas très clair.
De toute façon maintenant que tu a forcé le démarrage avec un disque en moins il ne reste plus qu'à retirer sdc du raid puis à le remettre. Ce qui va potentiellement entraîner une reconstruction complète de sdc qui risque d'être assez longue.

sudo mdadm /dev/md0 --fail /dev/sdc --remove /dev/sdc
sudo mdadm --add /dev/md0 /dev/sdc

Dernière modification par jamesbad000 (Le 18/02/2017, à 16:10)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#20 Le 18/07/2017, à 22:49

pierrot26200

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonjour,
je me permet de relancer ce sujet car j'ai un problème qui est un peu similaire.
J'ai monté il y à pas mal de temps un RAID 5 avec 5 disques dur. Suite à un problème j'ai perdu mon disque dur principal (celui sur lequel se trouvais l'OS) et l'un des 5 disques de mon RAID.
J'ai donc réinstaller mon ubuntu sur un nouveau disque et prié pour ne surtout pas avoir perdu mon RAID car j'ai est beaucoup de données utile.
j'ai donc essayé de remettre en service mon RAID avec le mdadm --assemble /dev/md0 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1    (sans le sdf1 car celui-ci est hs).
cela me dis : /dev/md0 has been started with 4 drives (out of 5).
MAis je ne voit pas mon disque RAID pourtant tout à l'air d'être bon. Quand je fait un mdadm --detail /dev/md0 j'ai bien mes 4 disques dur avec marqué activ sync et le 5 avec marqué Remove
j'ai donc tenté de monter mon RAID :

mount: wrong fs type, bad option, bad superblock on /dev/md0,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

Auriez-vous une idée à me soumettre ? Ou des tests à réaliser ?

Je vous remercie par avance

Hors ligne

#21 Le 18/07/2017, à 23:12

Bougron

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonsoir.
Aucune idée sur le problème, donnes la commande exacte de montage.
Donnes aussi le retour de

dmesg   |  tail -100 

Hors ligne

#22 Le 18/07/2017, à 23:16

jamesbad000

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonsoir.

Ouvre ton propre sujet, recopie ton post dedans.
Et ajoute le résultat de

sudo lsblk -o size,name,fstype,label,mountpoint

(en utilisant une balise code avec le bouton <> et non une balise citation, et en incluant la commande)

Edit: et post un lien vers le nouveau sujet que tu aura ouvert

Dernière modification par jamesbad000 (Le 18/07/2017, à 23:25)


L'espace et le temps sont les modes par lesquels nous pensons, et non les conditions dans lesquelles nous vivons. (Signé Albert)

Hors ligne

#23 Le 19/07/2017, à 10:13

pierrot26200

Re : Problème RAID5 logiciel mdadm, impossible d'y accéder !

Bonjour,
comme conseillé j'ai créer un nouveau post.
voici le lien : https://forum.ubuntu-fr.org/viewtopic.p … #p21764413
J'y met le résultat des codes que vous m'avez envoyé.

Merci pour vos réponses smile

Hors ligne