Recovering a volume

User avatar
orion
Posts: 3485
youtube meble na wymiar Warszawa
Joined: Wed May 29, 2013 11:09 am

Re: Recovering a volume

Post by orion »

sandro_rocha wrote: I just need one more tip: after creating md8, which command do I give to be able to access the volume? Knowing this would help me a lot in the future, in case something like this happens again.
It's easy to mount devices:

Code: Select all

mkdir /mnt/tmp
mount /dev/md8 /mnt/tmp
If the command is successful, you should be able to see your files under /mnt/tmp (of course, you can change to any other place).
sandro_rocha
Posts: 76
Joined: Wed Feb 05, 2020 10:49 am

Re: Recovering a volume

Post by sandro_rocha »

Good Morning. I copied the files from the defective disk 1 to the healthy disk 2. I shut down the NAS, removed the defective disk, installed a good disk, started the NAS and nothing happened. I followed the instructions to boot the NAS, reinstalled ADM on disk 1 and, after it reboots, volume 2 (disk 2) is inaccessible. What's the problem? Why didn't the system recognize volume 2 on disk 2? What do I do? Was this supposed to happen?
User avatar
orion
Posts: 3485
Joined: Wed May 29, 2013 11:09 am

Re: Recovering a volume

Post by orion »

Re-initialization should put NAS into initial state. It means that NAS won't remember any volumes. Don't worry, your volume-2 is still safe. You should boot up with the old disks (old disk1 and old disk2). After NAS bootup, replace disk1 with the new one (Oh, it might be tricky for your AS1xxx model. Mine is hot-swappable model). Then follow the guide here: https://support.asustor.com/index.php?/ ... ts-damaged
sandro_rocha
Posts: 76
Joined: Wed Feb 05, 2020 10:49 am

Re: Recovering a volume

Post by sandro_rocha »

orion wrote:Re-initialization should put NAS into initial state. It means that NAS won't remember any volumes. Don't worry, your volume-2 is still safe. You should boot up with the old disks (old disk1 and old disk2). After NAS bootup, replace disk1 with the new one (Oh, it might be tricky for your AS1xxx model. Mine is hot-swappable model). Then follow the guide here: https://support.asustor.com/index.php?/ ... ts-damaged
Good Morning. I didn't know that I could remove the disk with the NAS connected, after all, in mine, the disks are attached by screws. I ended up doing it the hard way, I created a mount point using the mdadm command mentioned earlier and copied the data to the new disk 1. But it is a new learning.

ps: I didn't understand the instructions very well. Do I start the NAS with the old disks and simply remove disk 1 and insert a new disk and recreate volume 1 or do I need to remove the old volume 1 before replacing disk 1? The tutorial is a bit vague in the details.

Thank you for your help.
User avatar
orion
Posts: 3485
Joined: Wed May 29, 2013 11:09 am

Re: Recovering a volume

Post by orion »

sandro_rocha wrote: ps: I didn't understand the instructions very well. Do I start the NAS with the old disks and simply remove disk 1 and insert a new disk and recreate volume 1 or do I need to remove the old volume 1 before replacing disk 1? The tutorial is a bit vague in the details.
Yes, simply remove disk-1 and insert a new disk when NAS is still working. It's the first step in the tutorial (And, yes, it's indeed vague from my point of view. NAS must not be shutdown in this step. The tutorial should highlight it. Most of us will shutdown NAS for safe, then replace disk). The second step is to remove volume-1.
sandro_rocha
Posts: 76
Joined: Wed Feb 05, 2020 10:49 am

Re: Recovering a volume

Post by sandro_rocha »

Good Morning. My NAS was working fine until I got the notification again that disk 1 failed. I restarted the NAS and now disk 1 appears as not accessible (again). Information from S.M.A.R.T. disk do not report any problems this time. This has happened before but the other time the disk was really bad, now it seems to be a software problem. Is there any way to regain disk access without having to recreate the volume? I'm currently out of time and space to make and restore backups. I need help. I believe the NAS can fully function without me having to replace the disk.

The df -H command shows the following:

Filesystem Size Used Avail Use% Mounted on
tmpfs 262M 8.2k 262M 1% /tmp
/dev/md0 2.1G 317M 1.7G 17% /volume0
/dev/loop0 974k 14k 941k 2% /share
/dev/md2 4.0T 4.0T 7.0G 100% /volume2
/dev/sdc1 1.1T 274G 727G 28% /share/USB1

ps: I'm seriously considering moving to another home storage solution (like OMV) because this NAS is proving to be unreliable. It could be disk wear but I think my desktop disks are more in demand than NAS disks, which I basically use to read and write files occasionally. Nor does the excuse of a large volume of backup routines exist to justify these disk failures.
User avatar
Nazar78
Posts: 2079
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Recovering a volume

Post by Nazar78 »

Did you mean the newly replaced HDD in volume1 is again missing?

Reboot the NAS then look at the output of command "dmesg" see if there's any error hints about the newly replaced HDD.

From your previous post, your mirror array md0 which is the system volume seems incomplete. The HDD replace wizard should have handled this though just in case let us see the results of:

Code: Select all

mdadm -D /dev/md?
You can attempt to recover your data without replacing the disk, provided it has no issues i e. badblocks etc. but you need to eventually find the root cause why this kept happening because it might also happen to other storage solution you tempting to switch.

ADM keeps the disks details in two locations:

1. The master list in the System volume /volume0/usr/etc/volume.conf. This is the mirror array /dev/md0. If this is missing, the NAS will prompt you to initialize at startup. If incomplete or mismatched, your affected data volumes won't appear.

2. The above has references in all individual data volumes /volume[1-9]/.@system/volume.conf of the arrays /dev/md[1-9] which array needs to be assembled and mounted to /volume[1-9] respectively.

With the correct details in both the above, you should be able to see again your data volumes or can even manipulate with custom scripts to load external HDDs as useable volumes which I'm currently using, a RAID5 as volume2 and ADM OS/Apps running on SSD all mounted in an external USB3 caddy. I've posted quite some time ago about recovering the system volume but this also could apply to data volumes. https://forum.asustor.com/viewtopic.php?f=240&t=12860
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
sandro_rocha
Posts: 76
Joined: Wed Feb 05, 2020 10:49 am

Re: Recovering a volume

Post by sandro_rocha »

Nazar78 wrote:Did you mean the newly replaced HDD in volume1 is again missing?
Yes. The hard drive I bought exactly two years ago gave the same problem. What intrigues me and suspicious of some problem in bay 1 is that disk 2, older, continues to work.
Nazar78 wrote:Reboot the NAS then look at the output of command "dmesg" see if there's any error hints about the newly replaced HDD.

Code: Select all

dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.70 (root@sw1-server) (gcc version 7.4.0 (crosstool-NG 1.24.0) ) #1 SMP Mon Aug 22 00:42:05 CST 2022
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Marvell Armada 380/381/382/383/384/385/388 (Device Tree), model: Asustor AS-10 series
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c084ca00, node_mem_map c08ad000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 7 pages/cpu @c0cb7000 s7296 r8192 d13184 u32768
[    0.000000] pcpu-alloc: s7296 r8192 d13184 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: initrd=0x4000000,0xaa33e0 console=ttyS0,115200 earlyprintk=ttyS0 bootdev=hd uuid=1d193788-cece-4146-ac8a-13932908a567 rootdelay=6 pm_disable
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 498852k/498852k available, 25436k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xfff00000   ( 503 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07b7098   (7869 kB)
[    0.000000]       .init : 0xc07b8000 - 0xc07f2c80   ( 236 kB)
[    0.000000]       .data : 0xc07f4000 - 0xc084df80   ( 360 kB)
[    0.000000]        .bss : 0xc084df80 - 0xc08ac194   ( 377 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000]
[    0.000000]   LSP version: linux-3.10.70-2015_T1.1p10
[    0.000000]
[    0.000000] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms
[    0.000000] L310 cache controller enabled
[    0.000000] l2x0: 16 ways, CACHE_ID 0x410054c9, AUX_CTRL 0x16070000, Cache size: 1048576 B
[    0.000000] Console: colour dummy device 80x30
[    0.017495] Calibrating delay loop... 2125.00 BogoMIPS (lpj=10625024)
[    0.082993] pid_max: default: 32768 minimum: 301
[    0.087749] Mount-cache hash table entries: 512
[    0.092737] Initializing cgroup subsys memory
[    0.097175] Initializing cgroup subsys devices
[    0.101689] Initializing cgroup subsys freezer
[    0.106196] Initializing cgroup subsys blkio
[    0.110532] Initializing cgroup subsys perf_event
[    0.115301] Initializing cgroup subsys net_prio
[    0.119911] CPU: Testing write buffer coherency: ok
[    0.125001] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.130764] Setting up static identity map for 0xc05eaad8 - 0xc05eab30
[    0.137521] mvebu-pmsu: Initializing Power Management Service Unit
[    0.143811] Initializing CPU Reset module
[    0.148650] CPU1: Booted secondary processor
[    0.200720] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.200793] Brought up 2 CPUs
[    0.213882] SMP: Total of 2 processors activated (4250.00 BogoMIPS).
[    0.220288] CPU: All CPU(s) started in SVC mode.
[    0.225325] devtmpfs: initialized
[    0.231668] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.237087] xor: measuring software checksum speed
[    0.340608]    arm4regs  :  1700.000 MB/sec
[    0.440545]    8regs     :  1305.600 MB/sec
[    0.540481]    32regs    :  1354.800 MB/sec
[    0.544728] xor: using function: arm4regs (1700.000 MB/sec)
[    0.550358] pinctrl core: initialized pinctrl subsystem
[    0.555943] regulator-dummy: no parameters
[    0.560294] NET: Registered protocol family 16
[    0.565551] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.575262] irq: Cannot allocate irq_descs @ IRQ195, assuming pre-allocated
[    0.582740] irq: Cannot allocate irq_descs @ IRQ227, assuming pre-allocated
[    0.593582] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.601648] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.619427] bio: create slab <bio-0> at 0
[    0.790672] raid6: int32x1    144 MB/s
[    0.960250] raid6: int32x2    234 MB/s
[    1.130272] raid6: int32x4    266 MB/s
[    1.300120] raid6: int32x8    296 MB/s
[    1.303934] raid6: using algorithm int32x8 (296 MB/s)
[    1.309044] raid6: using intx1 recovery algorithm
[    1.314036] mvebu-pcie pcie-controller.3: PCIe0.0: link down
[    1.319778] mvebu-pcie pcie-controller.3: PCIe1.0: link down
[    1.325640] mvebu-pcie pcie-controller.3: PCI host bridge to bus 0000:00
[    1.332417] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    1.338740] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    1.345675] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.351222] pci_bus 0000:00: scanning bus
[    1.351242] pci 0000:00:01.0: [11ab:7846] type 01 class 0x060400
[    1.351266] pci 0000:00:01.0: calling pci_fixup_ide_bases+0x0/0x40
[    1.351439] pci 0000:00:02.0: [11ab:7846] type 01 class 0x060400
[    1.351456] pci 0000:00:02.0: calling pci_fixup_ide_bases+0x0/0x40
[    1.351603] pci_bus 0000:00: fixups for bus
[    1.351613] PCI: bus0: Fast back to back transfers disabled
[    1.357244] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    1.357251] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.365313] pci 0000:00:02.0: scanning [bus 00-00] behind bridge, pass 0
[    1.365320] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.373380] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    1.373493] pci_bus 0000:01: scanning bus
[    1.373511] pci_bus 0000:01: fixups for bus
[    1.373516] PCI: bus1: Fast back to back transfers enabled
[    1.379059] pci_bus 0000:01: bus scan returning with max=01
[    1.379066] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.379075] pci 0000:00:02.0: scanning [bus 00-00] behind bridge, pass 1
[    1.379170] pci_bus 0000:02: scanning bus
[    1.379188] pci_bus 0000:02: fixups for bus
[    1.379192] PCI: bus2: Fast back to back transfers enabled
[    1.384746] pci_bus 0000:02: bus scan returning with max=02
[    1.384754] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.384761] pci_bus 0000:00: bus scan returning with max=02
[    1.384774] pci 0000:00:01.0: fixup irq: got 135
[    1.384780] pci 0000:00:01.0: assigning IRQ 135
[    1.384788] pci 0000:00:02.0: fixup irq: got 135
[    1.384793] pci 0000:00:02.0: assigning IRQ 135
[    1.384808] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.389837] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.394881] PCI: enabling device 0000:00:01.0 (0140 -> 0143)
[    1.400602] pci 0000:00:01.0: enabling bus mastering
[    1.400608] PCI: enabling device 0000:00:02.0 (0140 -> 0143)
[    1.406325] pci 0000:00:02.0: enabling bus mastering
[    1.406811] SCSI subsystem initialized
[    1.410870] libata version 3.00 loaded.
[    1.411201] usbcore: registered new interface driver usbfs
[    1.416874] usbcore: registered new interface driver hub
[    1.422354] usbcore: registered new device driver usb
[    1.427702] pps_core: LinuxPPS API ver. 1 registered
[    1.432737] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.441968] PTP clock support registered
[    1.446709] Switching to clocksource armada_370_xp_clocksource
[    1.460060] NET: Registered protocol family 2
[    1.464941] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    1.472088] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.478637] TCP: Hash tables configured (established 4096 bind 4096)
[    1.485080] TCP: reno registered
[    1.488380] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.494286] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.500725] NET: Registered protocol family 1
[    1.505309] RPC: Registered named UNIX socket transport module.
[    1.511285] RPC: Registered udp transport module.
[    1.516065] RPC: Registered tcp transport module.
[    1.520830] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.527358] PCI: CLS 64 bytes, default 64
[    1.527465] Unpacking initramfs...
[    5.131814] Freeing initrd memory: 10892K (c4000000 - c4aa3000)
[    5.138126] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    5.147813] VFS: Disk quotas dquot_6.5.2
[    5.151868] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.158743] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    5.164791] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.171286] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    5.177536] fuse init (API version 7.22)
[    5.181715] msgmni has been set to 995
[    5.186096] async_tx: api initialized (async)
[    5.190620] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.198130] io scheduler noop registered
[    5.202118] io scheduler deadline registered
[    5.206476] io scheduler cfq registered (default)
[    5.211933] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    5.219293] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.263066] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    5.303106] mv_xor f1060800.xor: freeing 1 in use descriptors!
[    5.309002] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    5.317523] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.363064] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    5.403069] mv_xor f1060900.xor: freeing 1 in use descriptors!
[    5.408965] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    5.462807] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    5.490921] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 44) is a 16550A
[    5.498048] console [ttyS0] enabled, bootconsole disabled
[    5.529507] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 45) is a 16550A
[    5.539925] loop: module loaded
[    5.543575] ahci_mv f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    5.552405] ahci_mv f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    5.562123] scsi0 : ahci_mv_platform
[    5.566195] scsi1 : ahci_mv_platform
[    5.569992] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 58
[    5.577956] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 58
[    5.587205] armada-nand f10d0000.nand: Initialize HAL based NFC in 8bit mode with DMA Disabled using BCH 4bit ECC
[    5.599552] armada-nand f10d0000.nand: mvNfcInit() failed. Returned 16
[    5.606667] m25p80 spi0.0: found mx25l12805d, expected w25q32
[    5.612443] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[    5.619039] mvebu_net: ignore net port 0
[    5.623463] SoC: model = 0x6820, revision = 0x4
[    5.628089] mvPncVirtBase = 0xe0c00000, pncTcamSize = 1024
[    5.633612]   o 3 Giga ports supported
[    5.637375]   o SKB recycle supported for SWF (Disabled)
[    5.642746]   o NETA acceleration mode 4
[    5.646684]   o BM supported for CPU: 4 BM pools
[    5.651318]   o PnC supported (Enabled)
[    5.655178]   o RX Queue support: 8 Queues * 256 Descriptors
[    5.660861]   o TX Queue support: 8 Queues * 532 Descriptors
[    5.666547]   o GSO supported
[    5.669525]   o GRO supported
[    5.672502]   o Receive checksum offload supported
[    5.677315]   o Transmit checksum offload supported
[    5.682211]   o Driver ERROR statistics enabled
[    5.686762]   o Driver INFO statistics enabled
[    5.691222]   o Driver DEBUG statistics enabled
[    5.695773]
[    5.698519] port #2: is_sgmii=1, is_rgmii=0, phy_addr=0
[    5.703817]   o Loading network interface(s) for port #2: cpu_mask=0x3, tx_csum_limit=2048
[    5.712140]
[    5.713644]   o Port 2 is connected to Linux netdevice
[    5.720181]     o eth0, ifindex = 2, GbE port = 2
[    5.728351]  giga p=2: mtu=1500, mac=10:bf:48:8b:e8:7d (platform)
[    5.734483]
[    5.736475] libphy: orion_mdio_bus: probed
[    5.741069] mdio_bus f1072004.mdio-mi: cannot get PHY at address 1
[    5.747629] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.754777] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.760640] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    5.766512] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    5.772544] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.779111] ehci-pci: EHCI PCI platform driver
[    5.783655] ehci-orion: EHCI orion driver
[    5.787770] orion-ehci f1058000.usb: EHCI Host Controller
[    5.793215] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    5.800889] orion-ehci f1058000.usb: irq 50, io mem 0xf1058000
[    5.822656] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    5.828644] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.835473] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.842732] usb usb1: Product: EHCI Host Controller
[    5.847630] usb usb1: Manufacturer: Linux 3.10.70 ehci_hcd
[    5.853142] usb usb1: SerialNumber: f1058000.usb
[    5.858159] hub 1-0:1.0: USB hub found
[    5.861931] hub 1-0:1.0: 1 port detected
[    5.866347] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    5.871692] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[    5.879375] xhci-hcd f10f0000.usb3: irq 48, io mem 0xf10f0000
[    5.885186] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.892004] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.899274] usb usb2: Product: xHCI Host Controller
[    5.904182] usb usb2: Manufacturer: Linux 3.10.70 xhci-hcd
[    5.909691] usb usb2: SerialNumber: f10f0000.usb3
[    5.914650] xHCI xhci_add_endpoint called for root hub
[    5.914656] xHCI xhci_check_bandwidth called for root hub
[    5.914771] hub 2-0:1.0: USB hub found
[    5.918542] hub 2-0:1.0: 1 port detected
[    5.922688] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    5.928029] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[    5.935596] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    5.942414] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.949673] usb usb3: Product: xHCI Host Controller
[    5.954575] usb usb3: Manufacturer: Linux 3.10.70 xhci-hcd
[    5.960084] usb usb3: SerialNumber: f10f0000.usb3
[    5.965043] xHCI xhci_add_endpoint called for root hub
[    5.965048] xHCI xhci_check_bandwidth called for root hub
[    5.965162] hub 3-0:1.0: USB hub found
[    5.968933] hub 3-0:1.0: 1 port detected
[    5.973116] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    5.978461] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[    5.986137] xhci-hcd f10f8000.usb3: irq 49, io mem 0xf10f8000
[    5.991934] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    5.998764] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.006035] usb usb4: Product: xHCI Host Controller
[    6.010933] usb usb4: Manufacturer: Linux 3.10.70 xhci-hcd
[    6.016455] usb usb4: SerialNumber: f10f8000.usb3
[    6.021416] xHCI xhci_add_endpoint called for root hub
[    6.021421] xHCI xhci_check_bandwidth called for root hub
[    6.021537] hub 4-0:1.0: USB hub found
[    6.025319] hub 4-0:1.0: 1 port detected
[    6.029455] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    6.034809] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[    6.042356] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    6.049181] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.056437] usb usb5: Product: xHCI Host Controller
[    6.061335] usb usb5: Manufacturer: Linux 3.10.70 xhci-hcd
[    6.066847] usb usb5: SerialNumber: f10f8000.usb3
[    6.071806] xHCI xhci_add_endpoint called for root hub
[    6.071812] xHCI xhci_check_bandwidth called for root hub
[    6.071919] hub 5-0:1.0: USB hub found
[    6.075705] hub 5-0:1.0: 1 port detected
[    6.080004] usbcore: registered new interface driver cdc_acm
[    6.085704] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    6.093834] usbcore: registered new interface driver usblp
[    6.099467] usbcore: registered new interface driver usb-storage
[    6.105670] usbcore: registered new interface driver usbserial
[    6.111595] usbcore: registered new interface driver ftdi_sio
[    6.117516] usbserial: USB Serial support registered for FTDI USB Serial Device
[    6.125223] mousedev: PS/2 mouse device common for all mice
[    6.131755] mvebu-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    6.142652] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.177369] ata1.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    6.182826] i2c /dev entries driver
[    6.187181] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    6.193869] armada_thermal f10e4078.thermal: Overheat threshold between 92..107
[    6.194188] md: linear personality registered for level -1
[    6.194190] md: raid0 personality registered for level 0
[    6.194192] md: raid1 personality registered for level 1
[    6.194194] md: raid10 personality registered for level 10
[    6.194196] md: raid6 personality registered for level 6
[    6.194197] md: raid5 personality registered for level 5
[    6.194199] md: raid4 personality registered for level 4
[    6.239245] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    6.247734] cpuidle: using governor ladder
[    6.252072] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: Total CESA HW channels supported 2
[    6.261441] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: CESA feature: chain(0)
[    6.270118] mvCesaInit: channels=2, session=640, queue=256
[    6.288000] ata1.00: configured for UDMA/133
[    6.292146] armada-cesa-ocf f109d000.crypto: cesa_ocf_probe: CESA driver operate in ocf(0) mode
[    6.292613] cesadev_init(c07d4c90)
[    6.304869] scsi 0:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    6.305079] usbcore: registered new interface driver usbhid
[    6.305080] usbhid: USB HID core driver
[    6.305346] input: Unspecified device as /devices/virtual/input/input0
[    6.305485] Virtual Mouse Driver Initialized.
[    6.333530] TCP: cubic registered
[    6.333952] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    6.333956] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.334065] sd 0:0:0:0: [sda] Write Protect is off
[    6.334070] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.334117] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.334869] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.369154] NET: Registered protocol family 10
[    6.374046] sit: IPv6 over IPv4 tunneling driver
[    6.379223] NET: Registered protocol family 17
[    6.383771] Bridge firewalling registered
[    6.387826] 8021q: 802.1Q VLAN Support v1.8
[    6.392054] Key type dns_resolver registered
[    6.396501] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    6.404705]  sda: sda1 sda2 sda3 sda4
[    6.408790] regulator-dummy: disabling
[    6.413399] mvebu-rtc f10a3800.rtc: setting system clock to 2022-09-09 05:17:53 UTC (1662700673)
[    6.423224] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.427862] asustor add disk dev sda
[    6.532680] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd
[    6.552813] usb 3-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    6.562115] usb 3-1: New USB device found, idVendor=4971, idProduct=1014
[    6.568856] usb 3-1: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[    6.576205] usb 3-1: Product: Touro Mobile 3.0
[    6.580668] usb 3-1: Manufacturer: HitachiGST
[    6.585048] usb 3-1: SerialNumber: 21001207180A00001930
[    6.590767] usb-storage 3-1:1.0: USB Mass Storage device detected
[    6.596988] scsi2 : usb-storage 3-1:1.0
[    7.522643] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    7.558147] ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    7.564452] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    7.592936] scsi 2:0:0:0: Direct-Access     HitachiG ST               0000 PQ: 0 ANSI: 6
[    7.601777] sd 2:0:0:0: [sdb] 1953523708 512-byte logical blocks: (1.00 TB/931 GiB)
[    7.601823] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    7.614832] ata2.00: configured for UDMA/133
[    7.615083] sd 2:0:0:0: [sdb] Write Protect is off
[    7.615089] sd 2:0:0:0: [sdb] Mode Sense: 27 00 00 00
[    7.615334] sd 2:0:0:0: [sdb] No Caching mode page found
[    7.615337] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    7.616241] sd 2:0:0:0: [sdb] No Caching mode page found
[    7.616245] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    7.646878] scsi: waiting for bus probes to complete ...
[    7.652388] scsi 1:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    7.660972] sd 1:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    7.668768] sd 1:0:0:0: [sdc] 4096-byte physical blocks
[    7.672799] sd 1:0:0:0: Attached scsi generic sg2 type 0
[    7.679475] sd 1:0:0:0: [sdc] Write Protect is off
[    7.684313] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    7.684370] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.748927]  sdc: sdc1 sdc2 sdc3 sdc4
[    7.753595] sd 1:0:0:0: [sdc] Attached SCSI disk
[    7.758232] asustor add disk dev sdc
[    7.889850]  sdb: sdb1
[    7.893327] sd 2:0:0:0: [sdb] No Caching mode page found
[    7.898664] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    7.904799] sd 2:0:0:0: [sdb] Attached SCSI disk
[    7.909588] Freeing unused kernel memory: 232K (c07b8000 - c07f2000)
[   13.415250] pool #2: pkt_size=1536, buf_size=1600 - 2048 of 2048 buffers added
[   13.422774] eth0: link up
[   13.425491] eth0: started
[   14.307546] md: md0 stopped.
[   14.342074] md: bind<sda2>
[   14.345413] md: bind<sdc2>
[   14.363504] md/raid1:md0: active with 2 out of 2 mirrors
[   14.368844] asustor add disk dev md0
[   14.368905] md0: detected capacity change from 0 to 2145386496
[   14.375969]  md0: unknown partition table
[   14.712227] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   14.803060] EXT4-fs (md0): re-mounted. Opts: (null)
[   15.132905] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
[   26.497444] dm_crypt using the OCF package.
[   28.747905] ip_tables: (C) 2000-2006 Netfilter Core Team
[   28.777754] nf_conntrack version 0.5.0 (7968 buckets, 31872 max)
[   31.059154] md: md126 stopped.
[   31.100399] md: bind<sda3>
[   31.104056] md: bind<sdc3>
[   31.147874] md/raid1:md126: active with 2 out of 2 mirrors
[   31.153435] asustor add disk dev md126
[   31.153523] md126: detected capacity change from 0 to 2145386496
[   31.169068]  md126: unknown partition table
[   31.210306] Adding 2095100k swap on /dev/md126.  Priority:-1 extents:1 across:2095100k
[   31.454846] md: md1 stopped.
[   31.465533] md: bind<sdc4>
[   31.532953] md/raid1:md1: active with 1 out of 1 mirrors
[   31.538301] asustor add disk dev md1
[   31.538394] md1: detected capacity change from 0 to 3996088532992
[   31.562080]  md1: unknown partition table
[   32.164164] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1
[   34.454134] md: md2 stopped.
[   34.460883] md: bind<sda4>
[   34.486379] md/raid1:md2: active with 1 out of 1 mirrors
[   34.491726] asustor add disk dev md2
[   34.491788] md2: detected capacity change from 0 to 3996088532992
[   34.529238]  md2: unknown partition table
[   35.087937] EXT4-fs (md2): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1
[   39.358598] jnl: driver (UFSD_HEAD, Aug 22 2022 03:15:04, LBD=ON) loaded at bf050000
[   39.372510] ufsd: module license 'Commercial product' taints kernel.
[   39.378956] Disabling lock debugging due to kernel taint
[   39.392251] ufsd: driver (UFSD_HEAD lke_9.4.4_b3, acl, ioctl, sd2(5), tr, rsrc, car) loaded at bf05c000
[   39.392251] NTFSJ support included
[   39.392251] Hfs+ support included
[   39.392251] Build_for__Asustor_AS1XXX_series_k3.10.70_2016-02-16_lke_9.4.4_b3
[   39.415660] ufsd Kernel .config hash: original 0x64386598, current can't check.
[   39.925712] ufsd: "mount" (sdb1): is mounted as NTFS at 2022-09-09 05:18:28
[   57.818091] sys_stat: module is from the staging directory, the quality is unknown, you have been warned.
[   70.833413] NFSD: the nfsdcld client tracking upcall will be removed in 3.10. Please transition to using nfsdcltrack.
[   70.844132] NFSD: starting 90-second grace period (net c0845b80)
[   71.224059] iscsi-scst: ***WARNING***: CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION not enabled in your kernel. ISCSI-SCST will be working with not the best performance. Refer README file for details.
[   71.862470] Loading iSCSI transport class v2.0-870.
[   72.248861] iscsi: registered transport (tcp)
[   78.517163] usbip_core: module is from the staging directory, the quality is unknown, you have been warned.
[   78.536186] usbip_core: USB/IP Core v1.0.0
[   78.567483] usbip_host: module is from the staging directory, the quality is unknown, you have been warned.
[   78.622915] usbcore: registered new interface driver usbip-host
[   78.628986] usbip_host: USB/IP Host Driver v1.0.0
[   81.027433] cryptodev: driver 1.11 loaded.
[   93.395833] Bluetooth: Core ver 2.16
[   93.400023] NET: Registered protocol family 31
[   93.404529] Bluetooth: HCI device and connection manager initialized
[   93.410945] Bluetooth: HCI socket layer initialized
[   93.415880] Bluetooth: L2CAP socket layer initialized
[   93.420994] Bluetooth: SCO socket layer initialized
[   93.443660] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   93.449033] Bluetooth: BNEP socket layer initialized
[   93.498718] Bluetooth: RFCOMM TTY layer initialized
[   93.503751] Bluetooth: RFCOMM socket layer initialized
[   93.509022] Bluetooth: RFCOMM ver 1.11
[   93.542969] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   93.548952] Bluetooth: HIDP socket layer initialized
[   93.661572] usbcore: registered new interface driver btusb
[  104.314694] usbcore: registered new interface driver snd-usb-audio
[  133.448161] Initializing XFRM netlink socket
[  134.281193] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[  136.261080] netif lo already exist in list, can't add it
[  136.311854] netif sit0 already exist in list, can't add it
[  147.785252] device veth92d2613 entered promiscuous mode
[  147.794403] IPv6: ADDRCONF(NETDEV_UP): veth92d2613: link is not ready
[  150.007336] device veth127fb81 entered promiscuous mode
[  150.012930] IPv6: ADDRCONF(NETDEV_UP): veth127fb81: link is not ready
[  150.487565] device veth4b74f72 entered promiscuous mode
[  150.507382] IPv6: ADDRCONF(NETDEV_UP): veth4b74f72: link is not ready
[  150.513875] docker0: port 3(veth4b74f72) entered forwarding state
[  150.520096] docker0: port 3(veth4b74f72) entered forwarding state
[  150.526479] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[  151.006217] docker0: port 3(veth4b74f72) entered disabled state
[  159.112936] cgroup: docker-runc (7451) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[  159.128688] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
[  159.161547] cgroup: docker-runc (7451) created nested cgroup for controller "blkio" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[  159.268624] netif lo already exist in list, can't add it
[  159.338465] netif sit0 already exist in list, can't add it
[  159.404654] netif lo already exist in list, can't add it
[  159.446154] netif sit0 already exist in list, can't add it
[  163.638131] IPv6: ADDRCONF(NETDEV_CHANGE): veth4b74f72: link becomes ready
[  163.645104] docker0: port 3(veth4b74f72) entered forwarding state
[  163.651348] docker0: port 3(veth4b74f72) entered forwarding state
[  163.657664] IPv6: ADDRCONF(NETDEV_CHANGE): veth92d2613: link becomes ready
[  163.664767] docker0: port 1(veth92d2613) entered forwarding state
[  163.671058] docker0: port 1(veth92d2613) entered forwarding state
[  163.727266] IPv6: ADDRCONF(NETDEV_CHANGE): veth127fb81: link becomes ready
[  163.734208] docker0: port 2(veth127fb81) entered forwarding state
[  163.740404] docker0: port 2(veth127fb81) entered forwarding state
[  178.676073] docker0: port 3(veth4b74f72) entered forwarding state
[  178.716070] docker0: port 1(veth92d2613) entered forwarding state
[  178.756069] docker0: port 2(veth127fb81) entered forwarding state
[  191.196116] NFSD: Unable to end grace period: -110
[ 1226.504778] docker0: port 1(veth92d2613) entered disabled state
[ 1227.076423] docker0: port 1(veth92d2613) entered disabled state
[ 1227.094260] device veth92d2613 left promiscuous mode
[ 1227.099337] docker0: port 1(veth92d2613) entered disabled state
[ 1227.496242] docker0: port 2(veth127fb81) entered disabled state
[ 1227.954077] docker0: port 2(veth127fb81) entered disabled state
[ 1227.992681] device veth127fb81 left promiscuous mode
[ 1227.997759] docker0: port 2(veth127fb81) entered disabled state
[ 1228.496214] docker0: port 3(veth4b74f72) entered disabled state
[ 1228.676773] docker0: port 3(veth4b74f72) entered disabled state
[ 1228.692971] device veth4b74f72 left promiscuous mode
[ 1228.698020] docker0: port 3(veth4b74f72) entered disabled state
[ 1371.946077] unregister_netdevice: waiting for lo to become free. Usage count = 1
Does the dmesg show you anything?

I ran again some of the commands from the beginning of the post, at least to know if my files still exist. I identified volume 1 as /dev/md127. I couldn't access it. So I decided to run e2fsck and pray. I restarted the NAS and volume 1 came back. The apps also started working again. I tried to open some files and got it. But I still don't know the extent of the damage or the cause of the problem. Last time I lost some files.

My question for you is: what should I do now?
Would replacing the NAS with a custom solution with Unraid or Open Media Vault get me out of this kind of problem? I have a mini-ITX desktop ready for this, I just need the HDDs. As I said before, I have HDDs on my desktop with more usage time and more demand than those of the NAS. It doesn't seem plausible to me that the failure is normal. I thought that by using a more robust system, I could minimize this type of event.

ps: HDD warranty ends on October 11th. So I have just over a month to decide what to do.
User avatar
Nazar78
Posts: 2079
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Recovering a volume

Post by Nazar78 »

Skimming through your dmesg shows nothing out of the ordinary. The arrays were assembled correctly, md0(sda2/sdc2), md1(sdc4) and md2(sda4). However it doesn't show any disk access issues yet, if any. Suggest you run Disk Doctor's badblock test on the sdc because it might have issues too. Not surprised I had two new 10TB N300 that failed just few months in-between.

Not common but it could be a defective/dirty port, try cleaning them. Chances are you'll be prompted with errors when you slightly wiggle the disk in the bay during heavy operation to simulate vibration if they are indeed the culprit. Not too hard as to trip the HDD's smart G-sensor counter. You could also try swapping the HDDs within the bay, sdc to slot 1 and sda to slot 2 while powered off. The system will still recognize the setup. Do all these first before you run the badblock test.

I believe this can be solved with some effort but the decision to move to another solution is frankly up to you. The NAS consume less energy than a Mini-ITX in the long run, compact and less hassle, you get what I mean.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
sandro_rocha
Posts: 76
Joined: Wed Feb 05, 2020 10:49 am

Re: Recovering a volume

Post by sandro_rocha »

Nazar78 wrote:Skimming through your dmesg shows nothing out of the ordinary. The arrays were assembled correctly, md0(sda2/sdc2), md1(sdc4) and md2(sda4). However it doesn't show any disk access issues yet, if any. Suggest you run Disk Doctor's badblock test on the sdc because it might have issues too. Not surprised I had two new 10TB N300 that failed just few months in-between.

Not common but it could be a defective/dirty port, try cleaning them. Chances are you'll be prompted with errors when you slightly wiggle the disk in the bay during heavy operation to simulate vibration if they are indeed the culprit. Not too hard as to trip the HDD's smart G-sensor counter. You could also try swapping the HDDs within the bay, sdc to slot 1 and sda to slot 2 while powered off. The system will still recognize the setup. Do all these first before you run the badblock test.

I believe this can be solved with some effort but the decision to move to another solution is frankly up to you. The NAS consume less energy than a Mini-ITX in the long run, compact and less hassle, you get what I mean.
Happened again. This time without the system reporting the error "There is a data transfer error on sector ****** of the slot disk 1". The file system just went into read-only mode. Here is the result of the dmesg:

Code: Select all

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.70 (root@sw1-server) (gcc version 7.4.0 (crosstool-NG 1.24.0) ) #1 SMP Mon Aug 22 00:42:05 CST 2022
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Marvell Armada 380/381/382/383/384/385/388 (Device Tree), model: Asustor AS-10 series
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c084ca00, node_mem_map c08ad000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 7 pages/cpu @c0cb7000 s7296 r8192 d13184 u32768
[    0.000000] pcpu-alloc: s7296 r8192 d13184 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: initrd=0x4000000,0xaa33e0 console=ttyS0,115200 earlyprintk=ttyS0 bootdev=hd uuid=1d193788-cece-4146-ac8a-13932908a567 rootdelay=6 pm_disable
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 498852k/498852k available, 25436k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xfff00000   ( 503 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07b7098   (7869 kB)
[    0.000000]       .init : 0xc07b8000 - 0xc07f2c80   ( 236 kB)
[    0.000000]       .data : 0xc07f4000 - 0xc084df80   ( 360 kB)
[    0.000000]        .bss : 0xc084df80 - 0xc08ac194   ( 377 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000]
[    0.000000]   LSP version: linux-3.10.70-2015_T1.1p10
[    0.000000]
[    0.000000] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms
[    0.000000] L310 cache controller enabled
[    0.000000] l2x0: 16 ways, CACHE_ID 0x410054c9, AUX_CTRL 0x16070000, Cache size: 1048576 B
[    0.000000] Console: colour dummy device 80x30
[    0.017493] Calibrating delay loop... 2125.00 BogoMIPS (lpj=10625024)
[    0.082992] pid_max: default: 32768 minimum: 301
[    0.087750] Mount-cache hash table entries: 512
[    0.092739] Initializing cgroup subsys memory
[    0.097177] Initializing cgroup subsys devices
[    0.101692] Initializing cgroup subsys freezer
[    0.106197] Initializing cgroup subsys blkio
[    0.110534] Initializing cgroup subsys perf_event
[    0.115303] Initializing cgroup subsys net_prio
[    0.119912] CPU: Testing write buffer coherency: ok
[    0.125004] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.130766] Setting up static identity map for 0xc05eaad8 - 0xc05eab30
[    0.137524] mvebu-pmsu: Initializing Power Management Service Unit
[    0.143814] Initializing CPU Reset module
[    0.148648] CPU1: Booted secondary processor
[    0.200722] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.200793] Brought up 2 CPUs
[    0.213882] SMP: Total of 2 processors activated (4250.00 BogoMIPS).
[    0.220288] CPU: All CPU(s) started in SVC mode.
[    0.225325] devtmpfs: initialized
[    0.231673] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.237092] xor: measuring software checksum speed
[    0.340610]    arm4regs  :  1700.000 MB/sec
[    0.440547]    8regs     :  1305.600 MB/sec
[    0.540483]    32regs    :  1354.800 MB/sec
[    0.544729] xor: using function: arm4regs (1700.000 MB/sec)
[    0.550360] pinctrl core: initialized pinctrl subsystem
[    0.555944] regulator-dummy: no parameters
[    0.560296] NET: Registered protocol family 16
[    0.565552] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.575261] irq: Cannot allocate irq_descs @ IRQ195, assuming pre-allocated
[    0.582738] irq: Cannot allocate irq_descs @ IRQ227, assuming pre-allocated
[    0.593580] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.601645] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.619418] bio: create slab <bio-0> at 0
[    0.790600] raid6: int32x1    144 MB/s
[    0.960237] raid6: int32x2    234 MB/s
[    1.130270] raid6: int32x4    266 MB/s
[    1.300017] raid6: int32x8    297 MB/s
[    1.303831] raid6: using algorithm int32x8 (297 MB/s)
[    1.308941] raid6: using intx1 recovery algorithm
[    1.313933] mvebu-pcie pcie-controller.3: PCIe0.0: link down
[    1.319674] mvebu-pcie pcie-controller.3: PCIe1.0: link down
[    1.325539] mvebu-pcie pcie-controller.3: PCI host bridge to bus 0000:00
[    1.332316] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    1.338639] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    1.345574] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.351122] pci_bus 0000:00: scanning bus
[    1.351142] pci 0000:00:01.0: [11ab:7846] type 01 class 0x060400
[    1.351167] pci 0000:00:01.0: calling pci_fixup_ide_bases+0x0/0x40
[    1.351340] pci 0000:00:02.0: [11ab:7846] type 01 class 0x060400
[    1.351357] pci 0000:00:02.0: calling pci_fixup_ide_bases+0x0/0x40
[    1.351502] pci_bus 0000:00: fixups for bus
[    1.351511] PCI: bus0: Fast back to back transfers disabled
[    1.357144] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    1.357150] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.365212] pci 0000:00:02.0: scanning [bus 00-00] behind bridge, pass 0
[    1.365218] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.373279] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    1.373391] pci_bus 0000:01: scanning bus
[    1.373408] pci_bus 0000:01: fixups for bus
[    1.373413] PCI: bus1: Fast back to back transfers enabled
[    1.378957] pci_bus 0000:01: bus scan returning with max=01
[    1.378964] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.378972] pci 0000:00:02.0: scanning [bus 00-00] behind bridge, pass 1
[    1.379066] pci_bus 0000:02: scanning bus
[    1.379084] pci_bus 0000:02: fixups for bus
[    1.379088] PCI: bus2: Fast back to back transfers enabled
[    1.384643] pci_bus 0000:02: bus scan returning with max=02
[    1.384650] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.384657] pci_bus 0000:00: bus scan returning with max=02
[    1.384669] pci 0000:00:01.0: fixup irq: got 135
[    1.384675] pci 0000:00:01.0: assigning IRQ 135
[    1.384683] pci 0000:00:02.0: fixup irq: got 135
[    1.384688] pci 0000:00:02.0: assigning IRQ 135
[    1.384703] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.389732] pci 0000:00:02.0: PCI bridge to [bus 02]
[    1.394776] PCI: enabling device 0000:00:01.0 (0140 -> 0143)
[    1.400498] pci 0000:00:01.0: enabling bus mastering
[    1.400504] PCI: enabling device 0000:00:02.0 (0140 -> 0143)
[    1.406220] pci 0000:00:02.0: enabling bus mastering
[    1.406703] SCSI subsystem initialized
[    1.410755] libata version 3.00 loaded.
[    1.411089] usbcore: registered new interface driver usbfs
[    1.416759] usbcore: registered new interface driver hub
[    1.422237] usbcore: registered new device driver usb
[    1.427583] pps_core: LinuxPPS API ver. 1 registered
[    1.432618] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.441849] PTP clock support registered
[    1.446594] Switching to clocksource armada_370_xp_clocksource
[    1.459947] NET: Registered protocol family 2
[    1.464828] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    1.471976] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.478523] TCP: Hash tables configured (established 4096 bind 4096)
[    1.484966] TCP: reno registered
[    1.488266] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.494173] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.500604] NET: Registered protocol family 1
[    1.505201] RPC: Registered named UNIX socket transport module.
[    1.511177] RPC: Registered udp transport module.
[    1.515958] RPC: Registered tcp transport module.
[    1.520722] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.527249] PCI: CLS 64 bytes, default 64
[    1.527354] Unpacking initramfs...
[    5.134972] Freeing initrd memory: 10892K (c4000000 - c4aa3000)
[    5.141260] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    5.150975] VFS: Disk quotas dquot_6.5.2
[    5.155055] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.161906] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    5.167968] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.174475] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    5.180710] fuse init (API version 7.22)
[    5.184943] msgmni has been set to 995
[    5.189310] async_tx: api initialized (async)
[    5.193841] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.201338] io scheduler noop registered
[    5.205339] io scheduler deadline registered
[    5.209687] io scheduler cfq registered (default)
[    5.215143] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    5.222434] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.262952] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    5.302960] mv_xor f1060800.xor: freeing 1 in use descriptors!
[    5.308856] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    5.317324] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.362976] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
[    5.402959] mv_xor f1060900.xor: freeing 1 in use descriptors!
[    5.408854] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( intr crc32c )
[    5.462690] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    5.490477] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 44) is a 16550A
[    5.497677] console [ttyS0] enabled, bootconsole disabled
[    5.529187] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 45) is a 16550A
[    5.539717] loop: module loaded
[    5.543364] ahci_mv f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    5.552192] ahci_mv f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    5.561921] scsi0 : ahci_mv_platform
[    5.565841] scsi1 : ahci_mv_platform
[    5.569632] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 58
[    5.577596] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 58
[    5.586901] armada-nand f10d0000.nand: Initialize HAL based NFC in 8bit mode with DMA Disabled using BCH 4bit ECC
[    5.599250] armada-nand f10d0000.nand: mvNfcInit() failed. Returned 16
[    5.606355] m25p80 spi0.0: found mx25l12805d, expected w25q32
[    5.612131] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[    5.618705] mvebu_net: ignore net port 0
[    5.623098] SoC: model = 0x6820, revision = 0x4
[    5.627723] mvPncVirtBase = 0xe0c00000, pncTcamSize = 1024
[    5.633244]   o 3 Giga ports supported
[    5.637008]   o SKB recycle supported for SWF (Disabled)
[    5.642340]   o NETA acceleration mode 4
[    5.646292]   o BM supported for CPU: 4 BM pools
[    5.650928]   o PnC supported (Enabled)
[    5.654783]   o RX Queue support: 8 Queues * 256 Descriptors
[    5.660464]   o TX Queue support: 8 Queues * 532 Descriptors
[    5.666149]   o GSO supported
[    5.669126]   o GRO supported
[    5.672103]   o Receive checksum offload supported
[    5.676915]   o Transmit checksum offload supported
[    5.681811]   o Driver ERROR statistics enabled
[    5.686361]   o Driver INFO statistics enabled
[    5.690821]   o Driver DEBUG statistics enabled
[    5.695371]
[    5.698115] port #2: is_sgmii=1, is_rgmii=0, phy_addr=0
[    5.703413]   o Loading network interface(s) for port #2: cpu_mask=0x3, tx_csum_limit=2048
[    5.711731]
[    5.713233]   o Port 2 is connected to Linux netdevice
[    5.719786]     o eth0, ifindex = 2, GbE port = 2
[    5.727995]  giga p=2: mtu=1500, mac=10:bf:48:8b:e8:7d (platform)
[    5.734121]
[    5.736118] libphy: orion_mdio_bus: probed
[    5.740723] mdio_bus f1072004.mdio-mi: cannot get PHY at address 1
[    5.747275] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.754366] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.760217] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    5.766082] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    5.772114] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.778681] ehci-pci: EHCI PCI platform driver
[    5.783221] ehci-orion: EHCI orion driver
[    5.787339] orion-ehci f1058000.usb: EHCI Host Controller
[    5.792788] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    5.800467] orion-ehci f1058000.usb: irq 50, io mem 0xf1058000
[    5.822546] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    5.828532] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.835364] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.842627] usb usb1: Product: EHCI Host Controller
[    5.847526] usb usb1: Manufacturer: Linux 3.10.70 ehci_hcd
[    5.853040] usb usb1: SerialNumber: f1058000.usb
[    5.858051] hub 1-0:1.0: USB hub found
[    5.861822] hub 1-0:1.0: 1 port detected
[    5.866236] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    5.871584] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[    5.879265] xhci-hcd f10f0000.usb3: irq 48, io mem 0xf10f0000
[    5.885078] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.891896] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.899167] usb usb2: Product: xHCI Host Controller
[    5.904075] usb usb2: Manufacturer: Linux 3.10.70 xhci-hcd
[    5.909584] usb usb2: SerialNumber: f10f0000.usb3
[    5.914543] xHCI xhci_add_endpoint called for root hub
[    5.914548] xHCI xhci_check_bandwidth called for root hub
[    5.914669] hub 2-0:1.0: USB hub found
[    5.918440] hub 2-0:1.0: 1 port detected
[    5.922586] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    5.927927] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[    5.935495] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    5.942313] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.949572] usb usb3: Product: xHCI Host Controller
[    5.954474] usb usb3: Manufacturer: Linux 3.10.70 xhci-hcd
[    5.959983] usb usb3: SerialNumber: f10f0000.usb3
[    5.964945] xHCI xhci_add_endpoint called for root hub
[    5.964950] xHCI xhci_check_bandwidth called for root hub
[    5.965065] hub 3-0:1.0: USB hub found
[    5.968836] hub 3-0:1.0: 1 port detected
[    5.973017] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    5.978363] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[    5.986039] xhci-hcd f10f8000.usb3: irq 49, io mem 0xf10f8000
[    5.991837] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    5.998668] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.005940] usb usb4: Product: xHCI Host Controller
[    6.010838] usb usb4: Manufacturer: Linux 3.10.70 xhci-hcd
[    6.016361] usb usb4: SerialNumber: f10f8000.usb3
[    6.021309] xHCI xhci_add_endpoint called for root hub
[    6.021314] xHCI xhci_check_bandwidth called for root hub
[    6.021436] hub 4-0:1.0: USB hub found
[    6.025222] hub 4-0:1.0: 1 port detected
[    6.029351] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    6.034705] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[    6.042254] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    6.049079] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.056336] usb usb5: Product: xHCI Host Controller
[    6.061234] usb usb5: Manufacturer: Linux 3.10.70 xhci-hcd
[    6.066746] usb usb5: SerialNumber: f10f8000.usb3
[    6.071698] xHCI xhci_add_endpoint called for root hub
[    6.071704] xHCI xhci_check_bandwidth called for root hub
[    6.071833] hub 5-0:1.0: USB hub found
[    6.075618] hub 5-0:1.0: 1 port detected
[    6.079941] usbcore: registered new interface driver cdc_acm
[    6.085639] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    6.093774] usbcore: registered new interface driver usblp
[    6.099420] usbcore: registered new interface driver usb-storage
[    6.105628] usbcore: registered new interface driver usbserial
[    6.111559] usbcore: registered new interface driver ftdi_sio
[    6.117465] usbserial: USB Serial support registered for FTDI USB Serial Device
[    6.125169] mousedev: PS/2 mouse device common for all mice
[    6.131707] mvebu-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    6.142539] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.148765] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.181503] ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    6.187817] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    6.192718] i2c /dev entries driver
[    6.198262] ata1.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    6.203745] armada_thermal f10e4078.thermal: Overheat threshold between 92..107
[    6.204055] md: linear personality registered for level -1
[    6.204058] md: raid0 personality registered for level 0
[    6.204060] md: raid1 personality registered for level 1
[    6.204062] md: raid10 personality registered for level 10
[    6.204064] md: raid6 personality registered for level 6
[    6.204065] md: raid5 personality registered for level 5
[    6.204067] md: raid4 personality registered for level 4
[    6.249582] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    6.256534] usb 2-1: new high-speed USB device number 2 using xhci-hcd
[    6.256651] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    6.256654] cpuidle: using governor ladder
[    6.256873] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: Total CESA HW channels supported 2
[    6.256879] armada-cesa-ocf f109d000.crypto: mv_get_cesa_resources: CESA feature: chain(0)
[    6.257256] mvCesaInit: channels=2, session=640, queue=256
[    6.273718] armada-cesa-ocf f109d000.crypto: cesa_ocf_probe: CESA driver operate in ocf(0) mode
[    6.274211] cesadev_init(c07d4c90)
[    6.274649] usbcore: registered new interface driver usbhid
[    6.274651] usbhid: USB HID core driver
[    6.274909] input: Unspecified device as /devices/virtual/input/input0
[    6.275042] Virtual Mouse Driver Initialized.
[    6.331407] xhci-hcd f10f0000.usb3: ERROR: unexpected command completion code 0x11.
[    6.331508] TCP: cubic registered
[    6.342464] NET: Registered protocol family 10
[    6.342556] ata2.00: configured for UDMA/133
[    6.351652] sit: IPv6 over IPv4 tunneling driver
[    6.356846] NET: Registered protocol family 17
[    6.361358] Bridge firewalling registered
[    6.365430] 8021q: 802.1Q VLAN Support v1.8
[    6.369660] Key type dns_resolver registered
[    6.369884] ata1.00: configured for UDMA/133
[    6.370159] scsi 0:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    6.370642] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    6.370646] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    6.370752] sd 0:0:0:0: [sda] Write Protect is off
[    6.370757] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.370802] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.371604] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.371956] scsi 1:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    6.372414] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    6.372418] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.372589] sd 1:0:0:0: [sdb] Write Protect is off
[    6.372594] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.372645] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.373302] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    6.420482]  sdb: sdb1 sdb2 sdb3 sdb4
[    6.421523] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.421525] asustor add disk dev sdb
[    6.428887]  sda: sda1 sda2 sda3 sda4
[    6.429887] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.429889] asustor add disk dev sda
[    6.475660] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    6.483980] regulator-dummy: disabling
[    6.488305] mvebu-rtc f10a3800.rtc: setting system clock to 2022-09-10 13:09:56 UTC (1662815396)
[    6.497730] Freeing unused kernel memory: 232K (c07b8000 - c07f2000)
[    6.542657] xhci-hcd f10f0000.usb3: ERROR: unexpected command completion code 0x11.
[    6.752569] usb 2-1: device not accepting address 2, error -22
[    7.092691] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd
[    7.112981] usb 3-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
[    7.122356] usb 3-1: New USB device found, idVendor=4971, idProduct=1014
[    7.129121] usb 3-1: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[    7.136489] usb 3-1: Product: Touro Mobile 3.0
[    7.140959] usb 3-1: Manufacturer: HitachiGST
[    7.145356] usb 3-1: SerialNumber: 21001207180A00001930
[    7.162557] usb-storage 3-1:1.0: USB Mass Storage device detected
[    7.172668] scsi2 : usb-storage 3-1:1.0
[    8.182978] scsi 2:0:0:0: Direct-Access     HitachiG ST               0000 PQ: 0 ANSI: 6
[    8.203240] sd 2:0:0:0: [sdc] 1953523708 512-byte logical blocks: (1.00 TB/931 GiB)
[    8.212008] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    8.219599] sd 2:0:0:0: [sdc] Write Protect is off
[    8.224479] sd 2:0:0:0: [sdc] Mode Sense: 27 00 00 00
[    8.224902] sd 2:0:0:0: [sdc] No Caching mode page found
[    8.230255] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    8.282101] sd 2:0:0:0: [sdc] No Caching mode page found
[    8.287502] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    8.571461]  sdc: sdc1
[    8.578095] sd 2:0:0:0: [sdc] No Caching mode page found
[    8.583470] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[    8.589605] sd 2:0:0:0: [sdc] Attached SCSI disk
[   12.090711] pool #2: pkt_size=1536, buf_size=1600 - 2048 of 2048 buffers added
[   12.098194] eth0: link up
[   12.100913] eth0: started
[   13.064549] md: md0 stopped.
[   13.091102] md: bind<sda2>
[   13.094615] md: bind<sdb2>
[   13.111522] md/raid1:md0: active with 2 out of 2 mirrors
[   13.116887] asustor add disk dev md0
[   13.116965] md0: detected capacity change from 0 to 2145386496
[   13.127654]  md0: unknown partition table
[   13.298385] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
[   13.402939] EXT4-fs (md0): re-mounted. Opts: (null)
[   13.729946] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
[   24.579892] dm_crypt using the OCF package.
[   26.772895] ip_tables: (C) 2000-2006 Netfilter Core Team
[   26.798730] nf_conntrack version 0.5.0 (7968 buckets, 31872 max)
[   29.059460] md: md126 stopped.
[   29.111800] md: bind<sda3>
[   29.115699] md: bind<sdb3>
[   29.148257] md/raid1:md126: active with 2 out of 2 mirrors
[   29.153827] asustor add disk dev md126
[   29.153910] md126: detected capacity change from 0 to 2145386496
[   29.168409]  md126: unknown partition table
[   29.218602] Adding 2095100k swap on /dev/md126.  Priority:-1 extents:1 across:2095100k
[   29.468024] md: md1 still in use.
[   29.477377] md: bind<sdb4>
[   29.560511] md/raid1:md1: active with 1 out of 1 mirrors
[   29.565891] asustor add disk dev md1
[   29.565980] md1: detected capacity change from 0 to 3996088532992
[   29.650114]  md1: unknown partition table
[   30.311010] Buffer I/O error on device md1, logical block 487622591
[   30.317401] Buffer I/O error on device md1, logical block 487622592
[   30.323754] Buffer I/O error on device md1, logical block 487622593
[   30.330075] Buffer I/O error on device md1, logical block 487622594
[   30.336402] Buffer I/O error on device md1, logical block 487622595
[   30.342710] Buffer I/O error on device md1, logical block 487622596
[   30.349007] Buffer I/O error on device md1, logical block 487622597
[   30.376162] Buffer I/O error on device md1, logical block 487622591
[   30.383073] Buffer I/O error on device md1, logical block 487622591
[   31.441740] JBD2: Failed to read block at offset 1983
[   31.503194] JBD2: recovery failed
[   31.506528] EXT4-fs (md1): error loading journal
[   31.612924] asustor remove disk dev md1
[   31.613019] md1: detected capacity change from 3996088532992 to 0
[   31.619146] md: md1 stopped.
[   31.622043] md: unbind<sdb4>
[   31.662532] md: export_rdev(sdb4)
[   31.991487] md: md2 stopped.
[   32.001477] md: bind<sda4>
[   32.042781] md/raid1:md2: active with 1 out of 1 mirrors
[   32.048132] asustor add disk dev md2
[   32.048205] md2: detected capacity change from 0 to 3996088532992
[   32.076300]  md2: unknown partition table
[   32.541481] EXT4-fs (md2): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv1
[   35.549437] jnl: driver (UFSD_HEAD, Aug 22 2022 03:15:04, LBD=ON) loaded at bf050000
[   35.566768] ufsd: module license 'Commercial product' taints kernel.
[   35.573212] Disabling lock debugging due to kernel taint
[   35.590781] ufsd: driver (UFSD_HEAD lke_9.4.4_b3, acl, ioctl, sd2(5), tr, rsrc, car) loaded at bf05c000
[   35.590781] NTFSJ support included
[   35.590781] Hfs+ support included
[   35.590781] Build_for__Asustor_AS1XXX_series_k3.10.70_2016-02-16_lke_9.4.4_b3
[   35.614139] ufsd Kernel .config hash: original 0x64386598, current can't check.
[   36.140685] ufsd: "mount" (sdc1): is mounted as NTFS at 2022-09-10 13:10:26
[   43.571913] sys_stat: module is from the staging directory, the quality is unknown, you have been warned.
[   48.643620] NFSD: the nfsdcld client tracking upcall will be removed in 3.10. Please transition to using nfsdcltrack.
[   48.654431] NFSD: starting 90-second grace period (net c0845b80)
[   48.797532] iscsi-scst: ***WARNING***: CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION not enabled in your kernel. ISCSI-SCST will be working with not the best performance. Refer README file for details.
[   49.100928] Loading iSCSI transport class v2.0-870.
[   49.292973] iscsi: registered transport (tcp)
[   53.276681] usbip_core: module is from the staging directory, the quality is unknown, you have been warned.
[   53.288034] usbip_core: USB/IP Core v1.0.0
[   53.301443] usbip_host: module is from the staging directory, the quality is unknown, you have been warned.
[   53.317118] usbcore: registered new interface driver usbip-host
[   53.323126] usbip_host: USB/IP Host Driver v1.0.0
[   55.604221] cryptodev: driver 1.11 loaded.
[   56.811153] Bluetooth: Core ver 2.16
[   56.819582] NET: Registered protocol family 31
[   56.824092] Bluetooth: HCI device and connection manager initialized
[   56.830499] Bluetooth: HCI socket layer initialized
[   56.835439] Bluetooth: L2CAP socket layer initialized
[   56.840548] Bluetooth: SCO socket layer initialized
[   56.857369] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   56.862786] Bluetooth: BNEP socket layer initialized
[   56.911452] Bluetooth: RFCOMM TTY layer initialized
[   56.916434] Bluetooth: RFCOMM socket layer initialized
[   56.921604] Bluetooth: RFCOMM ver 1.11
[   56.953436] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   56.959562] Bluetooth: HIDP socket layer initialized
[   57.063542] usbcore: registered new interface driver btusb
[   68.204279] usbcore: registered new interface driver snd-usb-audio
[  168.801828] NFSD: Unable to end grace period: -110
Post Reply

Return to “[Official] For AS10XX Series”