2big NAS

Re: 2big NAS

Postby panda88 » Tue Jan 02, 2018 11:17 am

Well, the upload issue may be because this time (regardless your advisory about not using wireless connections...) I did it using WiFi because I had all my Lan ports busy and kids in bed so I couldn’t make so much noise...
indeed, my test pc is very old and slow (my main notebook is the latest MacBook but for those tests I preferred not to work in a virtualized environment), the access point was far and once uploading these kind of files the mtu fragmentations slows down the speed rate!

About disks: in the moment I made the dmesg command, on my nas I was having just the first slot filled with disk. The second was empty. Though, this disk has not any partitions either partition table. But the light on the back was solid blue for slot 1 and solid red for 2.
panda88
 
Posts: 48
Joined: Sun Dec 10, 2017 9:08 pm
Location: Italy

Re: 2big NAS

Postby fvdw » Tue Jan 02, 2018 11:54 am

oke

about disk, still strange that it doen't recognize the disk in dmesg
Please try when the the standalone kernel is running try to create a partition table on that disk using the fdisk command
or give command
Code: Select all
fdisk -l
to see if any disk is found
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2big NAS

Postby Jocko » Tue Jan 02, 2018 12:10 pm

@fvdw

Nice progress :thumbup

This evening I go to update some files of version 17.0 so that the firmware will be able to handle the model "LaCie 2Big NAS". I think to use as platform name : 2big2r (are you ok with that ?)
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: 2big NAS

Postby fvdw » Tue Jan 02, 2018 1:14 pm

@jocko

yes 2big2r is ok
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2big NAS

Postby fvdw » Wed Jan 03, 2018 8:08 am

fvdw wrote:oke

about disk, still strange that it doen't recognize the disk in dmesg
Please try when the the standalone kernel is running try to create a partition table on that disk using the fdisk command
or give command
Code: Select all
fdisk -l
to see if any disk is found

Have you done this test?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2big NAS

Postby panda88 » Wed Jan 03, 2018 8:13 am

@fvdw

Not yet, hopefully tonight. I was so tired that I went to bed at 10 pm yday. Sorry
panda88
 
Posts: 48
Joined: Sun Dec 10, 2017 9:08 pm
Location: Italy

Re: 2big NAS

Postby Jocko » Wed Jan 03, 2018 9:27 am

@panda
Code: Select all
[    3.133592] ata1: SATA link down (SStatus 0 SControl F300)
[    3.505742] ata2: SATA link down (SStatus 0 SControl F300)

In addition with fvdw, if fdisk does not list your disk, you can try :
- to unplug them
- plug them again (hotplug)
then post again
Code: Select all
dmesg
ls -l /dev/sd*
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: 2big NAS

Postby fvdw » Wed Jan 03, 2018 5:18 pm

another standalone kernel to test
If this one works we are close to have support for this nas in our standard kernel
Please test
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2big NAS

Postby panda88 » Wed Jan 03, 2018 11:06 pm

fvdw wrote:another standalone kernel to test
If this one works we are close to have support for this nas in our standard kernel
Please test



unfortunately it doesnt boot at all.

instead, using the previous kernel, i booted it (faster than previous time, but still using wifi)
and i made all the commands you told me. I post it down here but just to summarize: fdisk doesnt find anything, but if i list sd* devices i see many of them mounted.
nevertheless, if i try to enter inside anything in the path /dev/sd*, it says
Code: Select all
root@fvdw-sta423:/dev # cd sda1
-sh: cd: can't cd to sda1


here it is:

Code: Select all
root@fvdw-sta423:/ #  dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.2.3 (root@fvdwsl-5big2.local) (gcc version 4.5.4 (GCC) ) #32 PREEMPT Wed Dec 27 14:26:34 CET 2017
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine model: LaCie 2Big NAS
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c09b4974, node_mem_map cfdfa000
[    0.000000]   Normal zone: 512 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    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: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@10.0.0.252/,6666@10.0.0.108/ cap=gpt,lba64
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 249496K/262144K available (6163K kernel code, 199K rwdata, 1612K rodata, 1932K init, 367K bss, 12648K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07a0188   (7777 kB)
[    0.000000]       .init : 0xc07a1000 - 0xc0984000   (1932 kB)
[    0.000000]       .data : 0xc0984000 - 0xc09b5e20   ( 200 kB)
[    0.000000]        .bss : 0xc09b5e20 - 0xc0a11bbc   ( 368 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Additional per-CPU info printed with stalls.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000006] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000111] Calibrating delay loop... 1987.37 BogoMIPS (lpj=9936896)
[    0.060053] pid_max: default: 32768 minimum: 301
[    0.060154] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060170] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060613] CPU: Testing write buffer coherency: ok
[    0.060887] Setting up static identity map for 0x81e0 - 0x8238
[    0.061081] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.064755] VFP support v0.3: not present
[    0.065022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.065109] xor: measuring software checksum speed
[    0.160059]    arm4regs  :  1819.600 MB/sec
[    0.260044]    8regs     :  1091.600 MB/sec
[    0.360040]    32regs    :  1511.600 MB/sec
[    0.360052] xor: using function: arm4regs (1819.600 MB/sec)
[    0.360085] pinctrl core: initialized pinctrl subsystem
[    0.360789] NET: Registered protocol family 16
[    0.361103] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.361977] Feroceon L2: Enabling L2
[    0.362010] Feroceon L2: Cache support initialised.
[    0.362270] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.570196] raid6: int32x1  gen()   146 MB/s
[    0.740109] raid6: int32x1  xor()   103 MB/s
[    0.910250] raid6: int32x2  gen()   212 MB/s
[    1.080177] raid6: int32x2  xor()   130 MB/s
[    1.250318] raid6: int32x4  gen()   210 MB/s
[    1.420069] raid6: int32x4  xor()   142 MB/s
[    1.590212] raid6: int32x8  gen()   252 MB/s
[    1.760069] raid6: int32x8  xor()   164 MB/s
[    1.760076] raid6: using algorithm int32x8 gen() 252 MB/s
[    1.760080] raid6: .... xor() 164 MB/s, rmw enabled
[    1.760084] raid6: using intx1 recovery algorithm
[    1.760567] SCSI subsystem initialized
[    1.760699] libata version 3.00 loaded.
[    1.760906] usbcore: registered new interface driver usbfs
[    1.760957] usbcore: registered new interface driver hub
[    1.761006] usbcore: registered new device driver usb
[    1.761142] pps_core: LinuxPPS API ver. 1 registered
[    1.761148] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.762236] clocksource: Switched to clocksource orion_clocksource
[    1.763232] NET: Registered protocol family 2
[    1.763668] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    1.763701] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    1.763730] TCP: Hash tables configured (established 2048 bind 2048)
[    1.763777] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    1.763796] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    1.763937] NET: Registered protocol family 1
[    1.764142] RPC: Registered named UNIX socket transport module.
[    1.764150] RPC: Registered udp transport module.
[    1.764154] RPC: Registered tcp transport module.
[    1.764158] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.764175] PCI: CLS 0 bytes, default 32
[    1.847362] NetWinder Floating Point Emulator V0.97 (double precision)
[    1.847966] futex hash table entries: 256 (order: -1, 3072 bytes)
[    1.848330] VFS: Disk quotas dquot_6.6.0
[    1.848375] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.848749] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.848845] ntfs: driver 2.1.32 [Flags: R/W].
[    1.848875] fuse init (API version 7.23)
[    1.849093] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    1.852025] async_tx: api initialized (async)
[    1.852093] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.852106] io scheduler noop registered
[    1.852115] io scheduler deadline registered
[    1.852131] io scheduler cfq registered (default)
[    1.852977] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    1.853395] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
[    1.853638] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
[    1.854052] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00
[    1.854065] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    1.854073] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    1.854082] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.854103] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400
[    1.854280] PCI: bus0: Fast back to back transfers disabled
[    1.854291] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.854405] pci 0000:01:00.0: [197b:2360] type 00 class 0x010601
[    1.854462] pci 0000:01:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
[    1.854481] pci 0000:01:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
[    1.854500] pci 0000:01:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
[    1.854518] pci 0000:01:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
[    1.854536] pci 0000:01:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
[    1.854557] pci 0000:01:00.0: reg 0x24: [mem 0x90000000-0x900001ff]
[    1.854577] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    1.854620] pci 0000:01:00.0: PME# supported from D3hot
[    1.854808] PCI: bus1: Fast back to back transfers disabled
[    1.854820] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.854876] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe00fffff]
[    1.854889] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
[    1.854899] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0010000-0xe00101ff]
[    1.854910] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.854919] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    1.855089] mv_xor f1060800.xor: Marvell shared XOR driver
[    1.892674] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy )
[    1.932659] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy )
[    1.933437] mv_xor f1060900.xor: Marvell shared XOR driver
[    1.972654] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy )
[    2.012657] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy )
[    2.015504] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    2.016380] console [ttyS0] disabled
[    2.016457] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A
[    2.726851] console [ttyS0] enabled
[    2.737168] brd: module loaded
[    2.743530] loop: module loaded
[    2.746784] Loading iSCSI transport class v2.0-870.
[    2.752147] sata_mv f1080000.sata: version 1.28
[    2.752419] sata_mv f1080000.sata: slots 32 ports 2
[    2.759248] scsi host0: sata_mv
[    2.762759] scsi host1: sata_mv
[    2.766096] ata1: SATA max UDMA/133 irq 32
[    2.770212] ata2: SATA max UDMA/133 irq 32
[    2.775131] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    2.781512] nand: Micron MT29F2G08ABAEAWP
[    2.785711] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    2.793332] nand: WARNING: MT29F2G08ABAEAWP: the ECC used on your system is too weak compared to the one required by the NAND chip
[    2.805138] Scanning device for bad blocks
[    3.064428] 4 ofpart partitions found on MTD device orion_nand
[    3.070284] Creating 4 MTD partitions on "orion_nand":
[    3.075459] 0x000000000000-0x000000100000 : "U-Boot"
[    3.081063] 0x000000100000-0x000001100000 : "uImage"
[    3.086664] 0x000001100000-0x000009100000 : "root"
[    3.092147] 0x000009100000-0x000010000000 : "unused"
[    3.098267] tun: Universal TUN/TAP device driver, 1.6
[    3.103359] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.109636] arcnet loaded.
[    3.112394] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    3.120393] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    3.129466] libphy: orion_mdio_bus: probed
[    3.133611] ata1: SATA link down (SStatus 0 SControl F300)
[    3.140141] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    3.147794] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:94:f7:c7
[    3.156682] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    3.164222] usbcore: registered new interface driver pegasus
[    3.169942] usbcore: registered new interface driver cdc_ether
[    3.175869] usbcore: registered new interface driver plusb
[    3.181749] aoe: cannot create debugfs directory
[    3.186504] aoe: AoE v85 initialised.
[    3.190279] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.196848] ehci-pci: EHCI PCI platform driver
[    3.201360] ehci-orion: EHCI orion driver
[    3.205522] orion-ehci f1050000.ehci: EHCI Host Controller
[    3.211058] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    3.218863] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[    3.242252] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    3.248383] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.255216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.262474] usb usb1: Product: EHCI Host Controller
[    3.267365] usb usb1: Manufacturer: Linux 4.2.3 ehci_hcd
[    3.272703] usb usb1: SerialNumber: f1050000.ehci
[    3.277801] hub 1-0:1.0: USB hub found
[    3.281580] hub 1-0:1.0: 1 port detected
[    3.285924] usbcore: registered new interface driver usb-storage
[    3.292113] i2c /dev entries driver
[    3.296221] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[    3.305359] rtc-ds1307 0-0068: rtc core: registered ds1307 as rtc0
[    3.311574] rtc-ds1307 0-0068: 56 bytes nvram
[    3.319427] gpio-fan fan: GPIO fan initialized
[    3.324307] orion_wdt: Initial timeout 21 sec
[    3.328745] md: linear personality registered for level -1
[    3.334267] md: raid0 personality registered for level 0
[    3.339603] md: raid1 personality registered for level 1
[    3.344951] md: raid10 personality registered for level 10
[    3.350624] md: raid6 personality registered for level 6
[    3.355985] md: raid5 personality registered for level 5
[    3.361313] md: raid4 personality registered for level 4
[    3.366786] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[    3.375353] device-mapper: multipath: version 1.9.0 loaded
[    3.380870] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.387766] device-mapper: multipath queue-length: version 0.1.0 loaded
[    3.394426] device-mapper: multipath service-time: version 0.2.0 loaded
[    3.401116] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    3.407260] device-mapper: raid: Loading target version 1.7.0
[    3.414447] usbcore: registered new interface driver usbhid
[    3.420042] usbhid: USB HID core driver
[    3.424119] ipip: IPv4 over IPv4 tunneling driver
[    3.429318] NET: Registered protocol family 10
[    3.434484] sit: IPv6 over IPv4 tunneling driver
[    3.439591] NET: Registered protocol family 17
[    3.444157] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    3.456955] NET: Registered protocol family 5
[    3.461408] 8021q: 802.1Q VLAN Support v1.8
[    3.466600] netpoll: netconsole: local port 6666
[    3.471239] netpoll: netconsole: local IPv4 address 10.0.0.252
[    3.477131] netpoll: netconsole: interface 'eth0'
[    3.481850] netpoll: netconsole: remote port 6666
[    3.486589] netpoll: netconsole: remote IPv4 address 10.0.0.108
[    3.492542] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[    3.499440] netpoll: netconsole: device eth0 not up yet, forcing it
[    3.505751] ata2: SATA link down (SStatus 0 SControl F300)
[    3.514225] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.778627] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[    5.788515] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.796471] console [netcon0] enabled
[    5.800158] netconsole: network logging started
[    5.805149] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.813091] rtc-ds1307 0-0068: setting system clock to 2000-01-08 23:04:05 UTC (947372645)
[    5.827538] Freeing unused kernel memory: 1932K (c07a1000 - c0984000)
root@fvdw-sta423:/ # ls -l /dev/sd*
brw-rw----    1 root     root        8,   0 Dec 27  2017 /dev/sda
brw-rw----    1 root     root        8,   1 Dec 27  2017 /dev/sda1
brw-rw-rw-    1 root     root        8,  10 Dec 27  2017 /dev/sda10
brw-rw----    1 root     root        8,   2 Dec 27  2017 /dev/sda2
brw-rw----    1 root     root        8,   3 Dec 27  2017 /dev/sda3
brw-rw----    1 root     root        8,   4 Dec 27  2017 /dev/sda4
brw-rw----    1 root     root        8,   5 Dec 27  2017 /dev/sda5
brw-rw----    1 root     root        8,   6 Dec 27  2017 /dev/sda6
brw-rw----    1 root     root        8,   7 Dec 27  2017 /dev/sda7
brw-rw----    1 root     root        8,   8 Dec 27  2017 /dev/sda8
brw-rw-rw-    1 root     root        8,   9 Dec 27  2017 /dev/sda9
brw-rw-r--    1 root     root        8,  16 Dec 27  2017 /dev/sdb
brw-r--r--    1 root     root        8,  17 Dec 27  2017 /dev/sdb1
brw-r--r--    1 root     root        8,  18 Dec 27  2017 /dev/sdb2
brw-rw----    1 root     root        8,  19 Dec 27  2017 /dev/sdb3
brw-rw----    1 root     root        8,  20 Dec 27  2017 /dev/sdb4
brw-rw----    1 root     root        8,  21 Dec 27  2017 /dev/sdb5
brw-rw----    1 root     root        8,  22 Dec 27  2017 /dev/sdb6
brw-rw----    1 root     root        8,  23 Dec 27  2017 /dev/sdb7
brw-rw----    1 root     root        8,  24 Dec 27  2017 /dev/sdb8
brw-rw----    1 root     root        8,  32 Dec 27  2017 /dev/sdc
brw-rw----    1 root     root        8,  33 Dec 27  2017 /dev/sdc1
brw-rw----    1 root     root        8,  34 Dec 27  2017 /dev/sdc2
brw-rw----    1 root     root        8,  35 Dec 27  2017 /dev/sdc3
brw-rw----    1 root     root        8,  36 Dec 27  2017 /dev/sdc4
brw-rw----    1 root     root        8,  37 Dec 27  2017 /dev/sdc5
brw-rw----    1 root     root        8,  38 Dec 27  2017 /dev/sdc6
brw-rw----    1 root     root        8,  39 Dec 27  2017 /dev/sdc7
brw-rw----    1 root     root        8,  40 Dec 27  2017 /dev/sdc8
brw-rw----    1 root     root        8,  64 Dec 27  2017 /dev/sde
brw-rw----    1 root     root        8,  65 Dec 27  2017 /dev/sde1
brw-rw----    1 root     root        8,  66 Dec 27  2017 /dev/sde2
root@fvdw-sta423:/ # fdisk -l
root@fvdw-sta423:/ # fdisk -l
root@fvdw-sta423:/ # fdisk
BusyBox v1.21.0 (2013-02-04 10:48:06 GMT+1) multi-call binary.

Usage: fdisk [-ul] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK

Change partition table

        -u              Start and End are in sectors (instead of cylinders)
        -l              Show partition table for each DISK, then exit
        -b 2048         (for certain MO disks) use 2048-byte sectors
        -C CYLINDERS    Set number of cylinders/heads/sectors
        -H HEADS
        -S SECTORS

root@fvdw-sta423:/ #
panda88
 
Posts: 48
Joined: Sun Dec 10, 2017 9:08 pm
Location: Italy

Re: 2big NAS

Postby fvdw » Thu Jan 04, 2018 7:55 am

:scratch
Pity that 3.14.2 kernel didn't boot. I will post some commands to load it using uboot console and see if we can get some output via netconsole were it hangs or fails.

About 4.2.3.
No ouput of fdisk. As the sata driver is loaded according dmesg output I suspect that the hdd are not powered up, meaning a gpio value is not correct. Do they spin up when the kernel is booting?

To check if sata interface is working you could start uboot console (part of fvdw-sl console) and give on the marvell prompt the command
Code: Select all
ide reset


The output of ls -al /dev/sd* doesn't mean a disk is found. It are predefined mountpoints in the root file system included in this kernel.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 2Big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests