Raid5 Faile: can not change to fd00

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Fri Jan 21, 2022 2:58 pm

Jocko wrote:I'd rather you wait the resync job on your raid is complete


ok thanks.
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Re: Raid5 Faile: can not change to fd00

Postby Jocko » Mon Jan 24, 2022 12:49 pm

Hi Draftmancorp,

So I assume all setup jobs are complete now.
According this post https://plugout.net/viewtopic.php?f=26&t=3604&start=50#p36555, fs on md0 is clean
And from your post https://plugout.net/viewtopic.php?f=26&t=3604&start=50#p36557 :
- run e2fsck on sda3, sda4 and sda6 was useless because there is no ext3/4 fs on these partition
- sda7 is clean
Code: Select all
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda7: 4942/64000 files (0.1% non-contiguous), 42722/64000 blocks
but as "/dev/sda7 has been mounted 596 times without being checked" you may run a full fs check by using fvdw-sl console (so action "load standalone kernel and start", load additional tools as you did previously, and then perform the command
Code: Select all
e2fsck -y /dev/sda7

- on sda1 and sda2, fs is also clean
- on sda5, there are some errors, then you should make a real fs check on it
Code: Select all
/dev/sda5: ********** WARNING: Filesystem still has errors **********
/dev/sda5: 112/52304 files (6.3% non-contiguous), 8287/208845 blocks
So open a shell window, via putty and perform
Code: Select all
touch /etc/sda5-scan
reboot
. Connect you again to the nas and do
Code: Select all
cat /boot.log
you should read here what fixes have been done
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Tue Jan 25, 2022 5:06 pm

uuuuh, thanks jocko. I started a backup 2 days long left. After it finish i perform all that command up.
So, if i undertsand:

i can do these command on fvdw console:
- e2fsck -y /dev/sda7
and
- e2fsck -y /dev/sda5
right?

And then on putty(but right after? or i have to reboot the nas?) touch /etc/sda5-scan + reboot
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Re: Raid5 Faile: can not change to fd00

Postby Jocko » Tue Jan 25, 2022 6:18 pm

Not fully right
Draftmancorp wrote:i can do these command on fvdw console:
- e2fsck -y /dev/sda7
and
- e2fsck -y /dev/sda5
Yes you can also run fs check on sda5 from fvdw-sl console (like you did previously) a,d then other commands are useless. Create the file /etc/sda5-scan is only to force a fs scan on sda5 on next nas rebooting. So useless if you do it from fvdw-sl console
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Thu Jan 27, 2022 7:47 am

@jocko it say:

Code: Select all
root@fvdw-sta-kirkwood:/ # e2fsck -y /dev/sda7
-sh: e2fsck: not found


idem for sda5

Code: Select all
root@fvdw-sta-kirkwood:/ # e2fsck -y /dev/sda5
-sh: e2fsck: not found
root@fvdw-sta-kirkwood:/


I did, Standalone kernel, load and start, with kirkwood kernel (that i used before)
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Re: Raid5 Faile: can not change to fd00

Postby Jocko » Thu Jan 27, 2022 8:25 am

Jocko wrote:but as "/dev/sda7 has been mounted 596 times without being checked" you may run a full fs check by using fvdw-sl console (so action "load standalone kernel and start", load additional tools as you did previously, and then perform the command
You forgot this step (text in red)

So repeat it but perform these commands before
Jocko wrote:I am sorry I made an error. To be able to use e2fsck command you have to load it first.

So get again a telnet window via fvdw-sl console and do
Code: Select all
./fvdw-sl-programs
then select the 4th item "Upload and extract glibc mini and tools"
after this step do
Code: Select all
e2fsck -y /dev/sda5
mkdir /sda5
mount /dev/sda5 /sda5
dmesg
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Thu Jan 27, 2022 8:34 am

ok i do this now.
and then have I to do the same with sda7? like this?

Code: Select all
e2fsck -y /dev/sda7
mkdir /sda7
mount /dev/sda7 /sda7
dmesg
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Re: Raid5 Faile: can not change to fd00

Postby Jocko » Thu Jan 27, 2022 9:04 am

yes, do it ( I edited your mount command)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Thu Jan 27, 2022 9:10 am

Jocko wrote:yes, do it ( I edited your mount command)


ok, here the first one:

Code: Select all
root@fvdw-sta-kirkwood:/ # e2fsck -y /dev/sda5
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda5: recovering journal
/dev/sda5 has been mounted 591 times without being checked, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

/dev/sda5: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda5: 113/52304 files (8.0% non-contiguous), 8290/208845 blocks
root@fvdw-sta-kirkwood:/ # mkdir /sda5
root@fvdw-sta-kirkwood:/ # mount /dev/sda5 /sda5
root@fvdw-sta-kirkwood:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.8.1 (GCC) ) #171 PREEMPT Wed Jan 17 23:33:31 CET 2018
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big Network v2
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0982898, node_mem_map dfbfb000
[    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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@192.168.1.252/,6666@192.168.1.170/ cap=gpt,lba64
[    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] Memory: 509780K/524288K available (5950K kernel code, 220K rwdata, 1596K rodata, 1933K init, 233K bss, 14508K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0766b44   (7547 kB)
[    0.000000]       .init : 0xc0767000 - 0xc094a4cc   (1934 kB)
[    0.000000]       .data : 0xc094c000 - 0xc0983100   ( 221 kB)
[    0.000000]        .bss : 0xc098310c - 0xc09bd56c   ( 234 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[   18.479367] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[   18.569338] pid_max: default: 32768 minimum: 301
[   18.569473] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.569493] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.570034] CPU: Testing write buffer coherency: ok
[   18.570344] Setting up static identity map for 0x5a6ac0 - 0x5a6b18
[   18.572977] VFP support v0.3: not present
[   18.573507] xor: measuring software checksum speed
[   18.669372]    arm4regs  :  1089.200 MB/sec
[   18.769332]    8regs     :   654.400 MB/sec
[   18.869321]    32regs    :   905.600 MB/sec
[   18.869339] xor: using function: arm4regs (1089.200 MB/sec)
[   18.869355] pinctrl core: initialized pinctrl subsystem
[   18.869470] NET: Registered protocol family 16
[   18.869849] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   18.872570] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   18.872596] Feroceon L2: Enabling L2
[   18.872634] Feroceon L2: Cache support initialised.
[   18.873724] mv_usb_init 1
[   18.873743] mv_usb_init 2 devnum = 0
[   18.873755] init function mv_usb_init finished
[   18.873763] initial MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[   18.873795]   final MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[   18.873980]  orion-ehci registered
[   18.875806] orion_gpio_is_valid: invalid GPIO 7
[   18.876307] Kirkwood PCIe port 0: link down
[   18.876318] Kirkwood PCIe port 1: link up
[   18.876327] PCI: bus0 uses PCIe port 0
[   18.876565] PCI host bridge to bus 0000:00
[   18.876587] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   18.876601] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   18.876614] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   18.876661] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[   18.876690] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   18.876708] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x1fffffff]
[   18.876759] pci 0000:00:00.0: supports D1 D2
[   18.877036] PCI: bus0: Fast back to back transfers disabled
[   18.877054] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   18.877067] PCI: bus1 uses PCIe port 1
[   18.877290] PCI host bridge to bus 0000:01
[   18.877308] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   18.877322] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   18.877334] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   18.877372] PCI: bus1: Fast back to back transfers enabled
[   18.877386] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   18.901574] bio: create slab <bio-0> at 0
[   19.070500] raid6: int32x1     95 MB/s
[   19.239482] raid6: int32x2    123 MB/s
[   19.409551] raid6: int32x4    120 MB/s
[   19.579420] raid6: int32x8    128 MB/s
[   19.579430] raid6: using algorithm int32x8 (128 MB/s)
[   19.579438] raid6: using intx1 recovery algorithm
[   19.580264] SCSI subsystem initialized
[   19.580720] libata version 3.00 loaded.
[   19.581605] usbcore: registered new interface driver usbfs
[   19.581779] usbcore: registered new interface driver hub
[   19.581972] usbcore: registered new device driver usb
[   19.584444] cfg80211: Calling CRDA to update world regulatory domain
[   19.584710] Switched to clocksource orion_clocksource
[   19.586977] NET: Registered protocol family 2
[   19.587448] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   19.587508] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   19.587559] TCP: Hash tables configured (established 4096 bind 4096)
[   19.587612] TCP: reno registered
[   19.587625] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   19.587648] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   19.587838] NET: Registered protocol family 1
[   19.588107] RPC: Registered named UNIX socket transport module.
[   19.588118] RPC: Registered udp transport module.
[   19.588125] RPC: Registered tcp transport module.
[   19.588132] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   19.588153] PCI: CLS 32 bytes, default 32
[   19.734735] NetWinder Floating Point Emulator V0.97 (double precision)
[   19.734861] gpio-usb-probe-4b err=0
[   19.734877] gpio-usb gpio-usb: USB GPIO's initialized
[   19.736475] futex hash table entries: 256 (order: -1, 3072 bytes)
[   19.838133] VFS: Disk quotas dquot_6.5.2
[   19.838183] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   19.838615] NFS: Registering the id_resolver key type
[   19.838663] Key type id_resolver registered
[   19.838672] Key type id_legacy registered
[   19.838690] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   19.838704] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   19.838805] NTFS driver 2.1.30 [Flags: R/W].
[   19.838837] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   19.838982] fuse init (API version 7.22)
[   19.839604] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[   19.840020] msgmni has been set to 995
[   19.841137] async_tx: api initialized (async)
[   19.841323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   19.841335] io scheduler noop registered
[   19.841344] io scheduler deadline registered
[   19.841363] io scheduler cfq registered (default)
[   19.841744] mv_xor mv_xor.0: Marvell shared XOR driver
[   19.879349] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   19.919346] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   19.919596] mv_xor mv_xor.1: Marvell shared XOR driver
[   19.959345] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   19.999345] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   20.005224] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   20.026338] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[   20.652123] console [ttyS0] enabled
[   20.664997] brd: module loaded
[   20.672702] loop: module loaded
[   20.676138] Uniform Multi-Platform E-IDE driver
[   20.681013] ide-gd driver 1.18
[   20.685564] sata_mv sata_mv.0: version 1.28
[   20.685627] sata_mv sata_mv.0: cannot get optional clkdev
[   20.691459] sata_mv sata_mv.0: slots 32 ports 2
[   20.699001] scsi0 : sata_mv
[   20.702514] scsi1 : sata_mv
[   20.705709] ata1: SATA max UDMA/133 irq 21
[   20.709908] ata2: SATA max UDMA/133 irq 21
[   20.716523] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[   20.721563] Creating 2 MTD partitions on "spi_flash":
[   20.726594] 0x000000000000-0x00000007d000 : "u-boot"
[   20.732825] 0x00000007e000-0x00000007f000 : "u-boot-env"
[   20.740928] tun: Universal TUN/TAP device driver, 1.6
[   20.745959] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   20.752386] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   20.760626] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   20.776970] libphy: orion_mdio_bus: probed
[   20.781350] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   21.219318] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   21.239313] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   21.300959] ata1.00: hard resetting link
[   21.650072] ata1.01: hard resetting link
[   21.893675] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:91:8c:3d
[   22.169574] ata1.02: hard resetting link
[   22.689570] ata1.03: hard resetting link
[   22.992096] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:91:8c:3e
[   23.000942] PPP generic driver version 2.4.2
[   23.005511] PPP Deflate Compression module registered
[   23.010707] PPP MPPE Compression module registered
[   23.015471] NET: Registered protocol family 24
[   23.020123] usbcore: registered new interface driver rtl8187
[   23.025754] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   23.033464] usbcore: registered new interface driver pegasus
[   23.039327] usbcore: registered new interface driver asix
[   23.044844] usbcore: registered new interface driver ax88179_178a
[   23.051599] usbcore: registered new interface driver cdc_ether
[   23.057579] usbcore: registered new interface driver net1080
[   23.063418] usbcore: registered new interface driver cdc_subset
[   23.069534] usbcore: registered new interface driver zaurus
[   23.075288] usbcore: registered new interface driver ipheth
[   23.081035] usbcore: registered new interface driver cdc_ncm
[   23.087666] aoe: cannot create debugfs directory
[   23.092443] aoe: AoE v85 initialised.
[   23.096861] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   23.102928] i2c /dev entries driver
[   23.107408] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   23.126855] md: linear personality registered for level -1
[   23.132387] md: raid0 personality registered for level 0
[   23.137676] md: raid1 personality registered for level 1
[   23.143031] md: raid10 personality registered for level 10
[   23.148630] md: raid6 personality registered for level 6
[   23.153958] md: raid5 personality registered for level 5
[   23.159240] md: raid4 personality registered for level 4
[   23.164737] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   23.173378] device-mapper: multipath: version 1.6.0 loaded
[   23.178837] device-mapper: multipath round-robin: version 1.0.0 loaded
[   23.185372] device-mapper: multipath queue-length: version 0.1.0 loaded
[   23.191975] device-mapper: multipath service-time: version 0.2.0 loaded
[   23.198620] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   23.204711] device-mapper: raid: Loading target version 1.5.2
[   23.214950] ipip: IPv4 over IPv4 tunneling driver
[   23.220426] TCP: cubic registered
[   23.223768] NET: Registered protocol family 10
[   23.229182] sit: IPv6 over IPv4 tunneling driver
[   23.234921] NET: Registered protocol family 17
[   23.239775] NET: Registered protocol family 5
[   23.244198] 8021q: 802.1Q VLAN Support v1.8
[   23.248397] NET: Registered protocol family 37
[   23.252958] ata1.01: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.259114] ata1.01: 3907029168 sectors, multi 0: LBA48
[   23.264615] Key type dns_resolver registered
[   23.270078] netpoll: netconsole: local port 6666
[   23.274673] netpoll: netconsole: local IPv4 address 192.168.1.252
[   23.280954] netpoll: netconsole: interface 'eth0'
[   23.285635] netpoll: netconsole: remote port 6666
[   23.290351] netpoll: netconsole: remote IPv4 address 192.168.1.170
[   23.296505] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   23.303637] netpoll: netconsole: device eth0 not up yet, forcing it
[   23.319372] ata1.01: configured for UDMA/133
[   23.359343] ata1.02: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.365499] ata1.02: 3907029168 sectors, multi 0: LBA48
[   23.429350] ata1.02: configured for UDMA/133
[   23.469342] ata1.03: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.475493] ata1.03: 3907029168 sectors, multi 0: LBA48
[   23.549349] ata1.03: configured for UDMA/133
[   23.559403] ata1: EH complete
[   23.579701] scsi 0:1:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.599697] fvdw1 disk index before get_sd_name = 0
[   23.604555] device-name= sata_mv
[   23.607768] fvdw2 disk index after get_sd_name = 2
[   23.629311] fvdw3 prefix[0]=s  prefix[1]=d
[   23.633387] fvdw4 diskname = sdc
[   23.636950] sd 0:1:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.649640] sd 0:1:0:0: Attached scsi generic sg0 type 0
[   23.655170] sd 0:1:0:0: [sdc] 4096-byte physical blocks
[   23.669576] scsi 0:2:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.677969] sd 0:1:0:0: [sdc] Write Protect is off
[   23.689547] sd 0:1:0:0: [sdc] Mode Sense: 00 3a 00 00
[   23.689666] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.698879] fvdw1 disk index before get_sd_name = 1
[   23.703854] device-name= sata_mv
[   23.707068] fvdw2 disk index after get_sd_name = 1
[   23.720058] fvdw3 prefix[0]=s  prefix[1]=d
[   23.724133] fvdw4 diskname = sdb
[   23.739513] sd 0:2:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.748141] sd 0:2:0:0: Attached scsi generic sg1 type 0
[   23.753695] sd 0:2:0:0: [sdb] 4096-byte physical blocks
[   23.769814] scsi 0:3:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.778255] sd 0:2:0:0: [sdb] Write Protect is off
[   23.783288] sd 0:2:0:0: [sdb] Mode Sense: 00 3a 00 00
[   23.783403] sd 0:2:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.794208] fvdw1 disk index before get_sd_name = 2
[   23.799067] device-name= sata_mv
[   23.804916]  sdc: sdc8
[   23.820105] sd 0:1:0:0: [sdc] Attached SCSI disk
[   23.824741] fvdw2 disk index after get_sd_name = 0
[   23.830499] fvdw3 prefix[0]=s  prefix[1]=d
[   23.834578] fvdw4 diskname = sda
[   23.849511] sd 0:3:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.858264] sd 0:3:0:0: Attached scsi generic sg2 type 0
[   23.863615] sd 0:3:0:0: [sda] 4096-byte physical blocks
[   23.879520] sd 0:3:0:0: [sda] Write Protect is off
[   23.884297] sd 0:3:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.884403] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.894830]  sdb: sdb8
[   23.910115] sd 0:2:0:0: [sdb] Attached SCSI disk
[   23.975790]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   24.010095] sd 0:3:0:0: [sda] Attached SCSI disk
[   24.369318] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   24.389314] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   24.450984] ata2.00: hard resetting link
[   24.665109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   24.800075] ata2.01: hard resetting link
[   25.309566] ata2.02: hard resetting link
[   25.819564] ata2.03: hard resetting link
[   26.209354] ata2.01: ATA-9: ST2000DM001-1ER164, CC25, max UDMA/133
[   26.215506] ata2.01: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   26.279354] ata2.01: configured for UDMA/133
[   26.319344] ata2.02: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   26.325493] ata2.02: 3907029168 sectors, multi 0: LBA48
[   26.389355] ata2.02: configured for UDMA/133
[   26.393789] ata2: EH complete
[   26.409580] scsi 1:1:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC25 PQ: 0 ANSI: 5
[   26.418146] fvdw1 disk index before get_sd_name = 3
[   26.423050] device-name= sata_mv
[   26.426259] fvdw2 disk index after get_sd_name = 4
[   26.431060] fvdw3 prefix[0]=s  prefix[1]=d
[   26.435139] fvdw4 diskname = sde
[   26.438840] sd 1:1:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   26.446880] sd 1:1:0:0: Attached scsi generic sg3 type 0
[   26.452266] sd 1:1:0:0: [sde] 4096-byte physical blocks
[   26.457944] scsi 1:2:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   26.466277] sd 1:1:0:0: [sde] Write Protect is off
[   26.471196] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[   26.471581] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   26.480725] fvdw1 disk index before get_sd_name = 4
[   26.485580] device-name= sata_mv
[   26.488795] fvdw2 disk index after get_sd_name = 3
[   26.494544] fvdw3 prefix[0]=s  prefix[1]=d
[   26.498619] fvdw4 diskname = sdd
[   26.502362] sd 1:2:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   26.510408] sd 1:2:0:0: Attached scsi generic sg4 type 0
[   26.515844] sd 1:2:0:0: [sdd] 4096-byte physical blocks
[   26.522106] sd 1:2:0:0: [sdd] Write Protect is off
[   26.526886] sd 1:2:0:0: [sdd] Mode Sense: 00 3a 00 00
[   26.526991] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   26.608095]  sde: sde8
[   26.611092]  sdd: sdd8
[   26.614987] sd 1:2:0:0: [sdd] Attached SCSI disk
[   26.620418] sd 1:1:0:0: [sde] Attached SCSI disk
[   27.633751] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   27.643573] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   27.653954] console [netcon0] enabled
[   27.657609] netconsole: network logging started
[   27.662800] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   27.669933] rtc-mv rtc-mv: setting system clock to 2022-01-27 08:34:51 UTC (1643272491)
[   27.683695] Freeing unused kernel memory: 1932K (c0767000 - c094a000)
[   28.779178] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   37.867781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   37.878024] ehci-orion: EHCI orion driver
[   37.882249] orion-ehci orion-ehci.0: EHCI Host Controller
[   37.887672] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   37.895420] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   37.919326] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   37.925374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   37.932175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   37.939398] usb usb1: Product: EHCI Host Controller
[   37.944270] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[   37.949678] usb usb1: SerialNumber: orion-ehci.0
[   37.955009] hub 1-0:1.0: USB hub found
[   37.958819] hub 1-0:1.0: 1 port detected
[   37.969274] usbcore: registered new interface driver usb-storage
[   38.279390] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   38.429813] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[   38.436510] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   38.444461] hub 1-1:1.0: USB hub found
[   38.448304] hub 1-1:1.0: 2 ports detected
[   57.918950] random: nonblocking pool is initialized
[   85.190630] kjournald starting.  Commit interval 5 seconds
[   85.196156] EXT3-fs (sda5): using internal journal
[   85.200995] EXT3-fs (sda5): mounted filesystem with ordered data mode
root@fvdw-sta-kirkwood:/ #


the sda7 command arrive.
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

Re: Raid5 Faile: can not change to fd00

Postby Draftmancorp » Thu Jan 27, 2022 9:11 am

...and here is the sda7 one:

Code: Select all
root@fvdw-sta-kirkwood:/ # e2fsck -y /dev/sda7
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda7 has been mounted 598 times without being checked, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda7: 4942/64000 files (0.1% non-contiguous), 42722/64000 blocks
root@fvdw-sta-kirkwood:/ # mkdir /sda7
root@fvdw-sta-kirkwood:/ # mount /dev/sda7 /sda7
root@fvdw-sta-kirkwood:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.8.1 (GCC) ) #171 PREEMPT Wed Jan 17 23:33:31 CET 2018
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big Network v2
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0982898, node_mem_map dfbfb000
[    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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@192.168.1.252/,6666@192.168.1.170/ cap=gpt,lba64
[    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] Memory: 509780K/524288K available (5950K kernel code, 220K rwdata, 1596K rodata, 1933K init, 233K bss, 14508K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0766b44   (7547 kB)
[    0.000000]       .init : 0xc0767000 - 0xc094a4cc   (1934 kB)
[    0.000000]       .data : 0xc094c000 - 0xc0983100   ( 221 kB)
[    0.000000]        .bss : 0xc098310c - 0xc09bd56c   ( 234 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[   18.479367] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[   18.569338] pid_max: default: 32768 minimum: 301
[   18.569473] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.569493] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.570034] CPU: Testing write buffer coherency: ok
[   18.570344] Setting up static identity map for 0x5a6ac0 - 0x5a6b18
[   18.572977] VFP support v0.3: not present
[   18.573507] xor: measuring software checksum speed
[   18.669372]    arm4regs  :  1089.200 MB/sec
[   18.769332]    8regs     :   654.400 MB/sec
[   18.869321]    32regs    :   905.600 MB/sec
[   18.869339] xor: using function: arm4regs (1089.200 MB/sec)
[   18.869355] pinctrl core: initialized pinctrl subsystem
[   18.869470] NET: Registered protocol family 16
[   18.869849] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   18.872570] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   18.872596] Feroceon L2: Enabling L2
[   18.872634] Feroceon L2: Cache support initialised.
[   18.873724] mv_usb_init 1
[   18.873743] mv_usb_init 2 devnum = 0
[   18.873755] init function mv_usb_init finished
[   18.873763] initial MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[   18.873795]   final MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[   18.873980]  orion-ehci registered
[   18.875806] orion_gpio_is_valid: invalid GPIO 7
[   18.876307] Kirkwood PCIe port 0: link down
[   18.876318] Kirkwood PCIe port 1: link up
[   18.876327] PCI: bus0 uses PCIe port 0
[   18.876565] PCI host bridge to bus 0000:00
[   18.876587] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   18.876601] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   18.876614] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   18.876661] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[   18.876690] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   18.876708] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x1fffffff]
[   18.876759] pci 0000:00:00.0: supports D1 D2
[   18.877036] PCI: bus0: Fast back to back transfers disabled
[   18.877054] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   18.877067] PCI: bus1 uses PCIe port 1
[   18.877290] PCI host bridge to bus 0000:01
[   18.877308] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   18.877322] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   18.877334] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   18.877372] PCI: bus1: Fast back to back transfers enabled
[   18.877386] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   18.901574] bio: create slab <bio-0> at 0
[   19.070500] raid6: int32x1     95 MB/s
[   19.239482] raid6: int32x2    123 MB/s
[   19.409551] raid6: int32x4    120 MB/s
[   19.579420] raid6: int32x8    128 MB/s
[   19.579430] raid6: using algorithm int32x8 (128 MB/s)
[   19.579438] raid6: using intx1 recovery algorithm
[   19.580264] SCSI subsystem initialized
[   19.580720] libata version 3.00 loaded.
[   19.581605] usbcore: registered new interface driver usbfs
[   19.581779] usbcore: registered new interface driver hub
[   19.581972] usbcore: registered new device driver usb
[   19.584444] cfg80211: Calling CRDA to update world regulatory domain
[   19.584710] Switched to clocksource orion_clocksource
[   19.586977] NET: Registered protocol family 2
[   19.587448] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   19.587508] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   19.587559] TCP: Hash tables configured (established 4096 bind 4096)
[   19.587612] TCP: reno registered
[   19.587625] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   19.587648] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   19.587838] NET: Registered protocol family 1
[   19.588107] RPC: Registered named UNIX socket transport module.
[   19.588118] RPC: Registered udp transport module.
[   19.588125] RPC: Registered tcp transport module.
[   19.588132] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   19.588153] PCI: CLS 32 bytes, default 32
[   19.734735] NetWinder Floating Point Emulator V0.97 (double precision)
[   19.734861] gpio-usb-probe-4b err=0
[   19.734877] gpio-usb gpio-usb: USB GPIO's initialized
[   19.736475] futex hash table entries: 256 (order: -1, 3072 bytes)
[   19.838133] VFS: Disk quotas dquot_6.5.2
[   19.838183] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   19.838615] NFS: Registering the id_resolver key type
[   19.838663] Key type id_resolver registered
[   19.838672] Key type id_legacy registered
[   19.838690] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   19.838704] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   19.838805] NTFS driver 2.1.30 [Flags: R/W].
[   19.838837] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   19.838982] fuse init (API version 7.22)
[   19.839604] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[   19.840020] msgmni has been set to 995
[   19.841137] async_tx: api initialized (async)
[   19.841323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   19.841335] io scheduler noop registered
[   19.841344] io scheduler deadline registered
[   19.841363] io scheduler cfq registered (default)
[   19.841744] mv_xor mv_xor.0: Marvell shared XOR driver
[   19.879349] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   19.919346] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   19.919596] mv_xor mv_xor.1: Marvell shared XOR driver
[   19.959345] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   19.999345] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   20.005224] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   20.026338] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[   20.652123] console [ttyS0] enabled
[   20.664997] brd: module loaded
[   20.672702] loop: module loaded
[   20.676138] Uniform Multi-Platform E-IDE driver
[   20.681013] ide-gd driver 1.18
[   20.685564] sata_mv sata_mv.0: version 1.28
[   20.685627] sata_mv sata_mv.0: cannot get optional clkdev
[   20.691459] sata_mv sata_mv.0: slots 32 ports 2
[   20.699001] scsi0 : sata_mv
[   20.702514] scsi1 : sata_mv
[   20.705709] ata1: SATA max UDMA/133 irq 21
[   20.709908] ata2: SATA max UDMA/133 irq 21
[   20.716523] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[   20.721563] Creating 2 MTD partitions on "spi_flash":
[   20.726594] 0x000000000000-0x00000007d000 : "u-boot"
[   20.732825] 0x00000007e000-0x00000007f000 : "u-boot-env"
[   20.740928] tun: Universal TUN/TAP device driver, 1.6
[   20.745959] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   20.752386] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   20.760626] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   20.776970] libphy: orion_mdio_bus: probed
[   20.781350] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   21.219318] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   21.239313] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   21.300959] ata1.00: hard resetting link
[   21.650072] ata1.01: hard resetting link
[   21.893675] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:91:8c:3d
[   22.169574] ata1.02: hard resetting link
[   22.689570] ata1.03: hard resetting link
[   22.992096] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:91:8c:3e
[   23.000942] PPP generic driver version 2.4.2
[   23.005511] PPP Deflate Compression module registered
[   23.010707] PPP MPPE Compression module registered
[   23.015471] NET: Registered protocol family 24
[   23.020123] usbcore: registered new interface driver rtl8187
[   23.025754] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   23.033464] usbcore: registered new interface driver pegasus
[   23.039327] usbcore: registered new interface driver asix
[   23.044844] usbcore: registered new interface driver ax88179_178a
[   23.051599] usbcore: registered new interface driver cdc_ether
[   23.057579] usbcore: registered new interface driver net1080
[   23.063418] usbcore: registered new interface driver cdc_subset
[   23.069534] usbcore: registered new interface driver zaurus
[   23.075288] usbcore: registered new interface driver ipheth
[   23.081035] usbcore: registered new interface driver cdc_ncm
[   23.087666] aoe: cannot create debugfs directory
[   23.092443] aoe: AoE v85 initialised.
[   23.096861] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   23.102928] i2c /dev entries driver
[   23.107408] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   23.126855] md: linear personality registered for level -1
[   23.132387] md: raid0 personality registered for level 0
[   23.137676] md: raid1 personality registered for level 1
[   23.143031] md: raid10 personality registered for level 10
[   23.148630] md: raid6 personality registered for level 6
[   23.153958] md: raid5 personality registered for level 5
[   23.159240] md: raid4 personality registered for level 4
[   23.164737] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   23.173378] device-mapper: multipath: version 1.6.0 loaded
[   23.178837] device-mapper: multipath round-robin: version 1.0.0 loaded
[   23.185372] device-mapper: multipath queue-length: version 0.1.0 loaded
[   23.191975] device-mapper: multipath service-time: version 0.2.0 loaded
[   23.198620] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   23.204711] device-mapper: raid: Loading target version 1.5.2
[   23.214950] ipip: IPv4 over IPv4 tunneling driver
[   23.220426] TCP: cubic registered
[   23.223768] NET: Registered protocol family 10
[   23.229182] sit: IPv6 over IPv4 tunneling driver
[   23.234921] NET: Registered protocol family 17
[   23.239775] NET: Registered protocol family 5
[   23.244198] 8021q: 802.1Q VLAN Support v1.8
[   23.248397] NET: Registered protocol family 37
[   23.252958] ata1.01: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.259114] ata1.01: 3907029168 sectors, multi 0: LBA48
[   23.264615] Key type dns_resolver registered
[   23.270078] netpoll: netconsole: local port 6666
[   23.274673] netpoll: netconsole: local IPv4 address 192.168.1.252
[   23.280954] netpoll: netconsole: interface 'eth0'
[   23.285635] netpoll: netconsole: remote port 6666
[   23.290351] netpoll: netconsole: remote IPv4 address 192.168.1.170
[   23.296505] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   23.303637] netpoll: netconsole: device eth0 not up yet, forcing it
[   23.319372] ata1.01: configured for UDMA/133
[   23.359343] ata1.02: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.365499] ata1.02: 3907029168 sectors, multi 0: LBA48
[   23.429350] ata1.02: configured for UDMA/133
[   23.469342] ata1.03: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   23.475493] ata1.03: 3907029168 sectors, multi 0: LBA48
[   23.549349] ata1.03: configured for UDMA/133
[   23.559403] ata1: EH complete
[   23.579701] scsi 0:1:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.599697] fvdw1 disk index before get_sd_name = 0
[   23.604555] device-name= sata_mv
[   23.607768] fvdw2 disk index after get_sd_name = 2
[   23.629311] fvdw3 prefix[0]=s  prefix[1]=d
[   23.633387] fvdw4 diskname = sdc
[   23.636950] sd 0:1:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.649640] sd 0:1:0:0: Attached scsi generic sg0 type 0
[   23.655170] sd 0:1:0:0: [sdc] 4096-byte physical blocks
[   23.669576] scsi 0:2:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.677969] sd 0:1:0:0: [sdc] Write Protect is off
[   23.689547] sd 0:1:0:0: [sdc] Mode Sense: 00 3a 00 00
[   23.689666] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.698879] fvdw1 disk index before get_sd_name = 1
[   23.703854] device-name= sata_mv
[   23.707068] fvdw2 disk index after get_sd_name = 1
[   23.720058] fvdw3 prefix[0]=s  prefix[1]=d
[   23.724133] fvdw4 diskname = sdb
[   23.739513] sd 0:2:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.748141] sd 0:2:0:0: Attached scsi generic sg1 type 0
[   23.753695] sd 0:2:0:0: [sdb] 4096-byte physical blocks
[   23.769814] scsi 0:3:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   23.778255] sd 0:2:0:0: [sdb] Write Protect is off
[   23.783288] sd 0:2:0:0: [sdb] Mode Sense: 00 3a 00 00
[   23.783403] sd 0:2:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.794208] fvdw1 disk index before get_sd_name = 2
[   23.799067] device-name= sata_mv
[   23.804916]  sdc: sdc8
[   23.820105] sd 0:1:0:0: [sdc] Attached SCSI disk
[   23.824741] fvdw2 disk index after get_sd_name = 0
[   23.830499] fvdw3 prefix[0]=s  prefix[1]=d
[   23.834578] fvdw4 diskname = sda
[   23.849511] sd 0:3:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   23.858264] sd 0:3:0:0: Attached scsi generic sg2 type 0
[   23.863615] sd 0:3:0:0: [sda] 4096-byte physical blocks
[   23.879520] sd 0:3:0:0: [sda] Write Protect is off
[   23.884297] sd 0:3:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.884403] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.894830]  sdb: sdb8
[   23.910115] sd 0:2:0:0: [sdb] Attached SCSI disk
[   23.975790]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   24.010095] sd 0:3:0:0: [sda] Attached SCSI disk
[   24.369318] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   24.389314] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   24.450984] ata2.00: hard resetting link
[   24.665109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   24.800075] ata2.01: hard resetting link
[   25.309566] ata2.02: hard resetting link
[   25.819564] ata2.03: hard resetting link
[   26.209354] ata2.01: ATA-9: ST2000DM001-1ER164, CC25, max UDMA/133
[   26.215506] ata2.01: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   26.279354] ata2.01: configured for UDMA/133
[   26.319344] ata2.02: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   26.325493] ata2.02: 3907029168 sectors, multi 0: LBA48
[   26.389355] ata2.02: configured for UDMA/133
[   26.393789] ata2: EH complete
[   26.409580] scsi 1:1:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC25 PQ: 0 ANSI: 5
[   26.418146] fvdw1 disk index before get_sd_name = 3
[   26.423050] device-name= sata_mv
[   26.426259] fvdw2 disk index after get_sd_name = 4
[   26.431060] fvdw3 prefix[0]=s  prefix[1]=d
[   26.435139] fvdw4 diskname = sde
[   26.438840] sd 1:1:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   26.446880] sd 1:1:0:0: Attached scsi generic sg3 type 0
[   26.452266] sd 1:1:0:0: [sde] 4096-byte physical blocks
[   26.457944] scsi 1:2:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   26.466277] sd 1:1:0:0: [sde] Write Protect is off
[   26.471196] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[   26.471581] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   26.480725] fvdw1 disk index before get_sd_name = 4
[   26.485580] device-name= sata_mv
[   26.488795] fvdw2 disk index after get_sd_name = 3
[   26.494544] fvdw3 prefix[0]=s  prefix[1]=d
[   26.498619] fvdw4 diskname = sdd
[   26.502362] sd 1:2:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   26.510408] sd 1:2:0:0: Attached scsi generic sg4 type 0
[   26.515844] sd 1:2:0:0: [sdd] 4096-byte physical blocks
[   26.522106] sd 1:2:0:0: [sdd] Write Protect is off
[   26.526886] sd 1:2:0:0: [sdd] Mode Sense: 00 3a 00 00
[   26.526991] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   26.608095]  sde: sde8
[   26.611092]  sdd: sdd8
[   26.614987] sd 1:2:0:0: [sdd] Attached SCSI disk
[   26.620418] sd 1:1:0:0: [sde] Attached SCSI disk
[   27.633751] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   27.643573] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   27.653954] console [netcon0] enabled
[   27.657609] netconsole: network logging started
[   27.662800] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   27.669933] rtc-mv rtc-mv: setting system clock to 2022-01-27 08:34:51 UTC (1643272491)
[   27.683695] Freeing unused kernel memory: 1932K (c0767000 - c094a000)
[   28.779178] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   37.867781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   37.878024] ehci-orion: EHCI orion driver
[   37.882249] orion-ehci orion-ehci.0: EHCI Host Controller
[   37.887672] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   37.895420] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   37.919326] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   37.925374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   37.932175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   37.939398] usb usb1: Product: EHCI Host Controller
[   37.944270] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[   37.949678] usb usb1: SerialNumber: orion-ehci.0
[   37.955009] hub 1-0:1.0: USB hub found
[   37.958819] hub 1-0:1.0: 1 port detected
[   37.969274] usbcore: registered new interface driver usb-storage
[   38.279390] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   38.429813] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[   38.436510] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   38.444461] hub 1-1:1.0: USB hub found
[   38.448304] hub 1-1:1.0: 2 ports detected
[   57.918950] random: nonblocking pool is initialized
[   85.190630] kjournald starting.  Commit interval 5 seconds
[   85.196156] EXT3-fs (sda5): using internal journal
[   85.200995] EXT3-fs (sda5): mounted filesystem with ordered data mode
[ 2178.994505] kjournald starting.  Commit interval 5 seconds
[ 2179.000052] EXT3-fs (sda7): using internal journal
[ 2179.004829] EXT3-fs (sda7): mounted filesystem with ordered data mode
root@fvdw-sta-kirkwood:/ #
Draftmancorp
Donator VIP
Donator VIP
 
Posts: 526
Joined: Thu May 02, 2013 1:55 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 7 guests