Lacie 5Big2 Failed After Firmware Update

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Tue Jul 09, 2013 11:55 am

Here the names are the names as used by the kernel, which indicates the position in the nas. I *think* that sda is left, when seen from the back. But maybe it's right. fvdw will know that, I suppose.

yes that is correct slot1 is the first one starting from left when looking at the backside
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Tue Jul 09, 2013 12:00 pm

/Edit: If that fails it might be a good idea to first bring the 'userspace names' in the same order as the roles (and the kernel names):
Code: Select all
rm /dev/sd*

mknod -m 666 /dev/sdc b 8 0
mknod -m 666 /dev/sdc2 b 8 2

mknod -m 666 /dev/sdb b 8 16
mknod -m 666 /dev/sdb2 b 8 18

mknod -m 666 /dev/sda b 8 32
mknod -m 666 /dev/sda2 b 8 34

mknod -m 666 /dev/sde b 8 48
mknod -m 666 /dev/sde2 b 8 50

mknod -m 666 /dev/sdd b 8 64
mknod -m 666 /dev/sdd2 b 8 66And retry the assembly on uuid.


this I still don't understand. This evening i start my 5big2 with some spare disk and see what happens
I am 100% sure the kernel detect the disks and names as specified in the diskmap (see also dmesg output) why it then messes op the devices nodes naming is odd and I wonder how it is able to do that happen. in the /dev folder they are set up correctly
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 2:01 pm

Hi, I'm back. So what should I try first? rearranging disks 3 and 5? If so, how do I know which are they? Is it from left to right?So the third and last ones?
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Tue Jul 09, 2013 2:21 pm

As you can read in post 78, I think your sdb and sdc are actually the 1st and 2nd disk from the left (seen on the back).

Yes, I think it's a good idea to rule out hardware/kernel problems first. So remove the first 3 disks, and put disk 1 in slot 3, leaving the first 2 slots empty. (Of course put a mark on the disks first). And have a look if mdadm can read the metadata of all remaining disks.

(3 hours lunch? Viva España)

@fvdw: There is no law which connects sda to minor 0, only a convention. You are allowed to create a devicenode /home/user/7200rpmSeagate if you wish. Don't think it's a good idea, though.

I had a look in the 5Big2 initrd, and it's /dev isn't populated. On boot 'mdev -s' is called to populate it. mdev is the lightweigth busybox counterpart of udev, and it's capable to dynamically create nodes, in collaboration with the kernel. So I guess it can handle the strange devicename/minor combination.

If your busybox has mdev included, you could try on your box:
Code: Select all
mv /dev /dev.old
mkdir /dev
mdev -s
It might generate a non-standard set of device nodes.
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Tue Jul 09, 2013 2:24 pm

unlucky1 wrote:Hi, I'm back. So what should I try first? rearranging disks 3 and 5? If so, how do I know which are they? Is it from left to right?So the third and last ones?


yes for the kernel sda is the first disk on the left when looking to backside of the 5big2, sdc the tird one and sde the last one
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 2:29 pm

No, not lunch, I had to drive into Barcelona for a meeting. I picked up a pizza on the way back so I could eat :)

Okay, I'll shut down the box and make the re-arrangement (disk 1 in slot 3 with slots 1 and 2 empty) and post results. I should do mdadm --examine /dev/sd* right?
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Tue Jul 09, 2013 2:33 pm

Mijzelf:
As you can read in post 78, I think your sdb and sdc are actually the 1st and 2nd disk from the left (seen on the back


For the kernel the fist disk on the left is /dev/sda and the second one /dev/sdb
This you can also see in the output of dmesg /dev/sda is linked to 0:3:0:0 which is the the first slot from the left

Why in partitons lis (cat /proc/partitons sdb is using the dev node for sda is a riddle for me)

@unlucky
I said take out disk 3 from the left and swap that with disk 5 from the left :mrgreen:
And post also output of dmesg after the swap beside that of mdadm
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 2:39 pm

I'm so confused. I took out disk 1 from slot 1 and put it in slot 3 while leaving slots 1 and 2 empty. Was that wrong? Or do you want the dmesg /dev/sda of that? Because I have that here:

Code: Select all
root@(none):/ # dmesg /dev/sda
[    0.000000] Linux version 2.6.39.4 (root@fvdwsl-nwsp2.local) (gcc version 4.5.4 (GCC) ) #164 PREEMPT Sun Jun 2 20:34:28 GMT+1 2013
[    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: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c08fc70c, node_mem_map c0937000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130048 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 root=/dev/sda7 ro reset=0 productType=PRO_KW 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: 512MB = 512MB total
[    0.000000] Memory: 510320k/510320k available, 13968k 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]     DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
[    0.000000]     vmalloc : 0xe0800000 - 0xfe800000   ( 480 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .init : 0xc0008000 - 0xc0222000   (2152 kB)
[    0.000000]       .text : 0xc0222000 - 0xc08cacec   (6820 kB)
[    0.000000]       .data : 0xc08cc000 - 0xc08fcde0   ( 196 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000]  RCU-based detection of stalled CPUs is disabled.
[    0.000000]  Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:114
[    0.000000] sched_clock: 32 bits at 166MHz, resolution 5ns, wraps every 25769ms
[    4.029695] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[    4.119719] pid_max: default: 32768 minimum: 301
[    4.119861] Mount-cache hash table entries: 512
[    4.120177] CPU: Testing write buffer coherency: ok
[    4.122122] xor: measuring software checksum speed
[    4.169698]    arm4regs  :  1089.600 MB/sec
[    4.219700]    8regs     :   654.400 MB/sec
[    4.269694]    32regs    :   906.000 MB/sec
[    4.269708] xor: using function: arm4regs (1089.600 MB/sec)
[    4.269843] NET: Registered protocol family 16
[    4.272109] Kirkwood: MV88F6281-A1, TCLK=166666667.
[    4.272123] Feroceon L2: Enabling L2
[    4.272158] Feroceon L2: Cache support initialised.
[    4.273286] initial MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[    4.273319]   final MPP regs: 01112222 00003311 33331100 33003333 00000033 00000000 00000000
[    4.273466]  orion-ehci registered
[    4.293018] bio: create slab <bio-0> at 0
[    4.459738] raid6: int32x1    100 MB/s
[    4.629917] raid6: int32x2    138 MB/s
[    4.800076] raid6: int32x4    129 MB/s
[    4.969752] raid6: int32x8    154 MB/s
[    4.969761] raid6: using algorithm int32x8 (154 MB/s)
[    4.970452] SCSI subsystem initialized
[    4.970824] libata version 3.00 loaded.
[    4.971418] usbcore: registered new interface driver usbfs
[    4.971668] usbcore: registered new interface driver hub
[    4.971829] usbcore: registered new device driver usb
[    4.973352] Switching to clocksource orion_clocksource
[    4.975128] NET: Registered protocol family 2
[    4.975289] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    4.975876] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    4.976228] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    4.976408] TCP: Hash tables configured (established 16384 bind 16384)
[    4.976418] TCP reno registered
[    4.976429] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    4.976452] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    4.976669] NET: Registered protocol family 1
[    4.976896] RPC: Registered udp transport module.
[    4.976906] RPC: Registered tcp transport module.
[    4.976914] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.976927] PCI: CLS 0 bytes, default 32
[    4.979699] Switched to NOHz mode on CPU #0
[    4.992497] NetWinder Floating Point Emulator V0.97 (double precision)
[    5.077140] VFS: Disk quotas dquot_6.5.2
[    5.077436] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.079161] Registering unionfs 2.5.11 (for 2.6.39.4)
[    5.080565] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.081447] NTFS driver 2.1.30 [Flags: R/W].
[    5.081970] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    5.082952] fuse init (API version 7.16)
[    5.084797] JFS: nTxBlock = 3986, nTxLock = 31895
[    5.086040] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[    5.088041] SGI XFS Quota Management subsystem
[    5.088074] msgmni has been set to 996
[    5.088762] async_tx: api initialized (async)
[    5.089172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    5.089186] io scheduler noop registered
[    5.089195] io scheduler deadline registered
[    5.089292] io scheduler cfq registered (default)
[    5.093878] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.114829] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[    5.577192] console [ttyS0] enabled
[    5.587228] brd: module loaded
[    5.593481] loop: module loaded
[    5.597931] sata_mv sata_mv.0: version 1.28
[    5.602216] sata_mv sata_mv.0: slots 32 ports 2
[    5.608665] scsi0 : sata_mv
[    5.611923] scsi1 : sata_mv
[    5.615031] ata1: SATA max UDMA/133 irq 21
[    5.619112] ata2: SATA max UDMA/133 irq 21
[    5.624310] Generic platform RAM MTD, (c) 2004 Simtec Electronics
[    5.631689] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[    5.636528] Creating 2 MTD partitions on "spi_flash":
[    5.641562] 0x000000000000-0x00000007d000 : "u-boot"
[    5.647483] 0x00000007e000-0x00000007f000 : "u-boot-env"
[    5.653787] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.660689] mv643xx_eth smi: probed
[    5.666357] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:d0:4b:91:8e:6d
[    5.677191] mv643xx_eth_port mv643xx_eth_port.1: eth1: port 0 with MAC address 00:d0:4b:91:8e:6e
[    5.686104] PPP generic driver version 2.4.2
[    5.690620] PPP Deflate Compression module registered
[    5.696072] PPP MPPE Compression module registered
[    5.700845] NET: Registered protocol family 24
[    5.705344] tun: Universal TUN/TAP device driver, 1.6
[    5.710374] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.716711] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    5.725064] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    5.733857] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
[    5.741439] usbcore: registered new interface driver pegasus
[    5.747225] usbcore: registered new interface driver ipheth
[    5.752779] console [netcon0] enabled
[    5.756462] netconsole: network logging started
[    5.761833] aoe: AoE v47 initialised.
[    5.765550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.772087] orion-ehci orion-ehci.0: Marvell Orion EHCI
[    5.777349] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    5.813399] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    5.833396] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    5.839340] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.846130] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.853324] usb usb1: Product: Marvell Orion EHCI
[    5.858019] usb usb1: Manufacturer: Linux 2.6.39.4 ehci_hcd
[    5.863580] usb usb1: SerialNumber: orion-ehci.0
[    5.868643] hub 1-0:1.0: USB hub found
[    5.872385] hub 1-0:1.0: 1 port detected
[    5.876833] Initializing USB Mass Storage driver...
[    5.881866] usbcore: registered new interface driver usb-storage
[    5.887887] USB Mass Storage support registered.
[    5.892795] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.900123] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[    5.906082] i2c /dev entries driver
[    5.910330] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[    5.920542] Linux video capture interface: v2.00
[    5.925464] usbcore: registered new interface driver uvcvideo
[    5.931185] USB Video Class driver (v1.0.0)
[    5.937009] md: linear personality registered for level -1
[    5.942471] md: raid0 personality registered for level 0
[    5.947798] md: raid1 personality registered for level 1
[    5.953080] md: raid10 personality registered for level 10
[    5.958569] md: raid6 personality registered for level 6
[    5.963928] md: raid5 personality registered for level 5
[    5.969212] md: raid4 personality registered for level 4
[    5.975397] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    5.984010] device-mapper: multipath: version 1.3.0 loaded
[    5.989473] device-mapper: multipath round-robin: version 1.0.0 loaded
[    5.996009] device-mapper: multipath queue-length: version 0.1.0 loaded
[    6.002597] device-mapper: multipath service-time: version 0.2.0 loaded
[    6.009609] device-mapper: dm-log-userspace: version 1.1.0 loaded
[    6.015749] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[    6.022089] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[    6.063416] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    6.103415] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[    6.123409] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    6.130580] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[    6.143501] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[    6.149193] ata1.00: hard resetting link
[    6.193403] usb 1-1: new high speed USB device number 2 using orion-ehci
[    6.200131] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[    6.206487] Registered led device: net5big-v2:blue:power
[    6.206633] Registered led device: net5big-v2:red:power
[    6.206770] Registered led device: net5big-v2:blue:sata0
[    6.206914] Registered led device: net5big-v2:red:sata0
[    6.207055] Registered led device: net5big-v2:blue:sata1
[    6.207202] Registered led device: net5big-v2:red:sata1
[    6.207344] Registered led device: net5big-v2:blue:sata2
[    6.207492] Registered led device: net5big-v2:red:sata2
[    6.207636] Registered led device: net5big-v2:blue:sata3
[    6.207783] Registered led device: net5big-v2:red:sata3
[    6.207927] Registered led device: net5big-v2:blue:sata4
[    6.208083] Registered led device: net5big-v2:red:sata5
[    6.209184] Netfilter messages via NETLINK v0.30.
[    6.213962] nf_conntrack version 0.5.0 (7973 buckets, 31892 max)
[    6.221521] IPv4 over IPv4 tunneling driver
[    6.227631] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.233039] TCP cubic registered
[    6.237492] NET: Registered protocol family 10
[    6.247055] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.252610] IPv6 over IPv4 tunneling driver
[    6.259409] NET: Registered protocol family 17
[    6.263936] NET: Registered protocol family 5
[    6.303551] NET: Registered protocol family 37
[    6.307978] VFP support v0.3: not present
[    6.311977] Gating clock of unused units
[    6.311985] before: 0x00cfc1dd
[    6.311993]  after: 0x00cfc1c9
[    6.312561] rtc-mv rtc-mv: setting system clock to 2013-07-09 14:31:15 UTC (1373380275)
[    6.353756] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[    6.360435] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.368175] hub 1-1:1.0: USB hub found
[    6.371999] hub 1-1:1.0: 2 ports detected
[    6.504129] ata1.01: hard resetting link
[    7.013639] ata1.02: hard resetting link
[    7.364101] ata1.03: hard resetting link
[    7.753423] ata1.01: ATA-8: ST31000520AS, CC32, max UDMA/133
[    7.759060] ata1.01: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.823433] ata1.01: configured for UDMA/133
[    7.827861] ata1: EH complete
[    7.843718] scsi 0:1:0:0: Direct-Access     ATA      ST31000520AS     CC32 PQ: 0 ANSI: 5
[    7.852508] sd 0:1:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    7.860764] sd 0:1:0:0: [sdc] Write Protect is off
[    7.865574] sd 0:1:0:0: [sdc] Mode Sense: 00 3a 00 00
[    7.865666] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.948274]  sdc: sdc2
[    7.951588] sd 0:1:0:0: [sdc] Attached SCSI disk
[    8.363398] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    8.370299] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[    8.384137] ata2.00: hard resetting link
[    8.734107] ata2.01: hard resetting link
[    9.243709] ata2.02: hard resetting link
[    9.753633] ata2.03: hard resetting link
[   10.143497] ata2.01: ATA-8: ST31000520AS, CC32, max UDMA/133
[   10.149134] ata2.01: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   10.213433] ata2.01: configured for UDMA/133
[   10.253419] ata2.02: ATA-8: ST31000520AS, CC32, max UDMA/133
[   10.259052] ata2.02: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   10.323431] ata2.02: configured for UDMA/133
[   10.327853] ata2: EH complete
[   10.343707] scsi 1:1:0:0: Direct-Access     ATA      ST31000520AS     CC32 PQ: 0 ANSI: 5
[   10.352472] sd 1:1:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   10.360580] scsi 1:2:0:0: Direct-Access     ATA      ST31000520AS     CC32 PQ: 0 ANSI: 5
[   10.368877] sd 1:1:0:0: [sde] Write Protect is off
[   10.373774] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[   10.373871] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.383631] sd 1:2:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   10.391948] sd 1:2:0:0: [sdd] Write Protect is off
[   10.397096] sd 1:2:0:0: [sdd] Mode Sense: 00 3a 00 00
[   10.397192] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.473660]  sde: sde2
[   10.477458]  sdd: sdd2
[   10.480278] sd 1:1:0:0: [sde] Attached SCSI disk
[   10.485619] sd 1:2:0:0: [sdd] Attached SCSI disk
[   10.490473] Freeing init memory: 2152K
[   10.512918] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.198284] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, full duplex, flow control disabled
[   12.208231] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   22.573377] eth0: no IPv6 routers present
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 2:40 pm

Code: Select all
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-3E94-0004-1835-0A000145C1BE
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4050285 sectors (1.9 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   2         4048896      1953523711   929.6 GiB   8300  Linux filesystem
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 2:47 pm

I said take out disk 3 from the left and swap that with disk 5 from the left
And post also output of dmesg after the swap beside that of mdadm


Seriously, I can't decode that. Which disk in which slot? :scratch
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 5 guests