lacie 5 big network v.1 please support for fvdw

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Wed Dec 18, 2013 10:13 am

Hi taetae,

I read again carefully the very long topic to understand why now the free size is null for the non system disks (sdb -> sde)

First, when you built their partition table with fidsk (viewtopic.php?f=30&t=1440&start=290#p11794), the disks were nicely handled

But after you built again their partition table with gdisk nowhere I saw that you formatted their data partition (sd?8) :whistle

To check this, do with putty this command
Code: Select all
 /sbin/vol_id /dev/sdb8
(you can also try with the other disks)

Note : I think that we must fix one by one the issues.

So currently, I suggest that we resolve first your problem with the disk
and after :
2/ with fvdw fix the issue with power command (did you do all tests asked by fvdw ?)
3/ fix the boot script issue about the disk database.
about this point, we make some progress and indeed a new kernel version is required. Now we must validate how the esata will be handled.
I did some tests with esata and I had no issue with the shell console. So your esata cable should have a problem or you did not fully plug in it
4/ deepen later the led management for 5big1
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Fri Dec 20, 2013 11:41 am

/sbin/vol_id /dev/sdb8

Code: Select all
~ # /sbin/vol_id /dev/sdb8
ID_FS_USAGE=filesystem
ID_FS_TYPE=ntfs
ID_FS_VERSION=3.1
ID_FS_UUID=4E942C4E942C3B3B
ID_FS_LABEL=Marte
ID_FS_LABEL_SAFE=Marte


I did it all if we can solve the problem of the discs is a big thing so I begin to use the NAS for the time and only used for tests

then they are always available for testing to do just that tell me what to do .... tomorrow I should return home
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Fri Dec 20, 2013 2:38 pm

Hi Taetae,

So you didn't follow what fvdw wrote :pound and you don't use gdisk to create the new partitions table...

Don't use ntfs as file system

! With the following commands you will lose all data saved to the disk
So we should backup previously the data
so please do exactly these commands for each disk (sdb,sdc,sdd and sde):
in putty use fdisk (I prefer that you don't use gdisk because then 5big1 won't be able to use the disk as a system disk
Code: Select all
fdisk /dev/sdb

Command (? for help): o  (<= enter '0')

Command (m for help): n (<= enter 'n')
e
4
201
243200 (should be this value with a 2T disk, don't valid the default value 243201!!!!!)
n
l
209
312
n
l
321
328
n
l
337
400
n
l
409
243200
Now check if your partition table is
Code: Select all
Command (m for help): p

Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdb4             201      243200  1951897500   5 Extended
/dev/sdb5             209         312      835380  83 Linux
/dev/sdb6             321         328       64260  83 Linux
/dev/sdb7             337         400      514080  83 Linux
/dev/sdb8             409      243200  1950226740  83 Linux
if it's ok write the partition table (enter 'w')

Note: this partition table will allow you to use later the disk as a system disk without losing data saved to the partition sdb8 if you have a failure with the sda disk.

Now format the data partition (sdb8)
Code: Select all
mke2fs -j -m 1 /dev/sdb8

And repeat the sequence with sdc, sdd and sde...
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Fri Dec 20, 2013 4:44 pm

I had done all the steps to change the partitions and if I'm not mistaken I also posted on the forum ....


Code: Select all
e
Partition number (1-4): 4
First cylinder (1-242251, default 1): 201
Last cylinder or +size or +sizeM or +sizeK (201-242251, default 242251):


I am not with the cylinders, that the final value should I enter?
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Fri Dec 20, 2013 6:02 pm

So with 242251 cylinders, you must use as end cylinder value: 242248.

The purpose is that the partition size must be dividable by 512 and 4096 (512 logical sector size and 4096 physical sector size)

To ensure that we need only evaluate this formula : (End.cylinder - Start.cylinder +1) is dividable by 8.

With 242251 cylinder we get this result with 242248: (242248-201+1)/8=30256 :thumbup

So replace each 243200 by the new value 242248 (partition 4 and partition 8)
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 12:20 pm

Code: Select all
~ # /sbin/vol_id /dev/sdb8
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=5a749433-9e12-457d-8553-3c7957937ffc
ID_FS_LABEL=
ID_FS_LABEL_SAFE=
~ #
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Dec 22, 2013 12:55 pm

Hi taetae,

so the sdb disk is now rightly setup.

Could you post now the output of
Code: Select all
fdisk -l
Just to check if all disk settings are right

and try to restart your NAS.

All data partitions should be available. Check if you find in the boot log, this sequence
Code: Select all
* Starting mount of volumes...
   - Mounting volume Vol-A:        [ OK ]
   - Mounting volume Vol-B:        [ OK ]
   - Mounting volume Vol-C:        [ OK ]
   - Mounting volume Vol-D:        [ OK ]
   - Mounting volume Vol-E:        [ OK ]
and in disk setup you have around 1.8TB free space for the 4 non system disk.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 1:48 pm

I'm running to do the procedure on the HD sde8

I soon as I finish the checks that you posted

Code: Select all
~ # fdisk -l

Disk /dev/sde: 2000.3 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sde4             201      242248  1951875072   5 Extended
/dev/sde5             209         312      838656  83 Linux
/dev/sde6             321         328       64512  83 Linux
/dev/sde7             337         400      516096  83 Linux
/dev/sde8             409      242248  1950197760  83 Linux

Disk /dev/sdd: 2000.3 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdd4             201      242248  1951875072   5 Extended
/dev/sdd5             209         312      838656  83 Linux
/dev/sdd6             321         328       64512  83 Linux
/dev/sdd7             337         400      516096  83 Linux
/dev/sdd8             409      242248  1950197760  83 Linux

Disk /dev/sdc: 2000.3 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdc4             201      242248  1951875072   5 Extended
/dev/sdc5             209         312      838656  83 Linux
/dev/sdc6             321         328       64512  83 Linux
/dev/sdc7             337         400      516096  83 Linux
/dev/sdc8             409      242248  1950197760  83 Linux

Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdb4             201      242248  1951875072   5 Extended
/dev/sdb5             209         312      838656  83 Linux
/dev/sdb6             321         328       64512  83 Linux
/dev/sdb7             337         400      516096  83 Linux
/dev/sdb8             409      242248  1950197760  83 Linux

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               1          64      513056  83 Linux
/dev/sda2              65         128      514080  83 Linux
/dev/sda3             129         192      514080  82 Linux swap
/dev/sda4             193       60801   486841792+  5 Extended
/dev/sda5             193         292      802226  83 Linux
/dev/sda6             293         293        7008+ 83 Linux
/dev/sda7             294         357      513056  83 Linux
/dev/sda8             358       60801   485515406  83 Linux
~ #
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Dec 22, 2013 2:20 pm

log restart

Mounting volume Disk fail :-(



Code: Select all
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** LOADER **
 ** MARVELL BOARD: RD-88F5281-LaCie LE

U-Boot 1.1.4 (Jun 26 2008 - 16:55:41) Marvell version: 2.4.9

U-Boot code: 00200000 -> 0026FFF0  BSS: -> 00283280

Soc: 88F5281 D0 (DDR2)
CPU running @ 500Mhz
SysClock = 166Mhz , TClock = 166Mhz

DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  32bit width
[4096kB@ffc00000] Flash:  4 MB
Addresses 4M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (4M - 3M): Done
*** Warning - bad CRC, using default environment


CPU : ARM926 (Rev 0)
Streaming disabled
VFP initialized to Run Fast Mode.

USB 0: host mode
PCI 0: PCI Express Root Complex Interface
PCI 1: PCI-X, speed = 66000000
CPU: Write allocate Disabled
Net:   egiga0 [PRIME]
POWER ON
Hit any key to stop autoboot:  0
Waiting for LUMP (5)
no lump receive; continuing

Reset IDE:
Marvell Serial ATA Adapter
Found adapter at bus 1, device 7 ... Scanning channels
  Device 0: OK
Model: WDC WD20EZRX-00D8PB0                     Firm: 80.00A80 Ser#:      WD-WMC4M0218180
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
  Device 1: OK
Model: WDC WD20EZRX-00D8PB0                     Firm: 80.00A80 Ser#:      WD-WMC4M0410979
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
  Device 2: OK
Model: WDC WD20EZRX-00D8PB0                     Firm: 80.00A80 Ser#:      WD-WMC4M0424246
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
  Device 3: OK
Model: WDC WD20EZRX-00D8PB0                     Firm: 80.00A80 Ser#:      WD-WMC4M0219436
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
  Device 4: OK
Model: WDC WD5000AADS-00S9B0                    Firm: 01.00A01 Ser#:      WD-WCAV90478832
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 476940.0 MB = 465.7 GB (976773168 x 512)


Loading from IDE device 0, partition 6: Name: hda6
  Type: U-Boot

** Bad Magic Number **

Loading from IDE device 1, partition 6: Name: hdb6
  Type: U-Boot

** Bad Magic Number **

Loading from IDE device 2, partition 6: Name: hdc6
  Type: U-Boot

** Bad Magic Number **

Loading from IDE device 3, partition 6: Name: hdd6
  Type: U-Boot

** Bad Magic Number **

Loading from IDE device 4, partition 6: Name: hde6
  Type: U-Boot
   Image Name:   Linux-2.6.39.4
   Created:      2013-09-23  18:39:53 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1871800 Bytes =  1.8 MB
   Load Address: 00008000
   Entry Point:  00008000
## Booting image at 00400000 ...
   Image Name:   Linux-2.6.39.4
   Created:      2013-09-23  18:39:53 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1871800 Bytes =  1.8 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Linux version 2.6.39.4 (root@fvdwsl-5big2.local) (gcc version 4.5.4 (GCC) ) #20 PREEMPT Mon Sep 23 19:39:28 GMT+1 2013
CPU: Feroceon [41069260] revision 0 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: LaCie 5Big1 Network
Clearing invalid memory bank 0KB@0x00000000
Clearing invalid memory bank 0KB@0x00000000
Clearing invalid memory bank 0KB@0x00000000
Ignoring unrecognised tag 0x00000000
Ignoring unrecognised tag 0x00000000
Ignoring unrecognised tag 0x00000000
Ignoring unrecognised tag 0x41000403
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F5281 productType=5Big reset=0
PID hash table entries: 512 (order: -1, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 128MB = 128MB total
Memory: 125992k/125992k available, 5080k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    vmalloc : 0xc8800000 - 0xfd800000   ( 848 MB)
    lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .init : 0xc0008000 - 0xc0028000   ( 128 kB)
      .text : 0xc0028000 - 0xc03a6000   (3576 kB)
      .data : 0xc03a6000 - 0xc03c1a40   ( 111 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Preemptable hierarchical RCU implementation.
        RCU-based detection of stalled CPUs is disabled.
        Verbose stalled-CPUs detection is disabled.
NR_IRQS:64
sched_clock: 32 bits at 166MHz, resolution 5ns, wraps every 25769ms
Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Orion ID: MV88F5281-D0. TCLK=166666667.
Orion: Applying 5281 D0 WFI workaround.
net5big: powering up SATA drives
net5big: turning off power-off control GPIO
net5big: Flash writing is not yet supported.
PCI: bus0: Fast back to back transfers disabled
PCI: bus1: Fast back to back transfers enabled
pci 0000:01:07.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff 64bit]
pci 0000:01:07.0: BAR 0: set to [mem 0xe8000000-0xe80fffff 64bit] (PCI address [0xe8000000-0xe80fffff])
pci 0000:01:07.0: BAR 2: assigned [io  0x100000-0x1000ff]
pci 0000:01:07.0: BAR 2: set to [io  0x100000-0x1000ff] (PCI address [0x100000-0x1000ff])
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Switching to clocksource orion_clocksource
Switched to NOHz mode on CPU #0
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
NetWinder Floating Point Emulator V0.97 (double precision)
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 246
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3) is a 16550A
console [ttyS0] enabled
loop: module loaded
Uniform Multi-Platform E-IDE driver
ide-gd driver 1.18
sata_mv 0000:01:07.0: version 1.28
sata_mv 0000:01:07.0: Gen-II 32 slots 8 ports SCSI mode IRQ via INTx
scsi0 : sata_mv
scsi1 : sata_mv
scsi2 : sata_mv
scsi3 : sata_mv
scsi4 : sata_mv
scsi5 : sata_mv
scsi6 : sata_mv
scsi7 : sata_mv
ata1: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8022000 irq 52
ata2: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8024000 irq 52
ata3: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8026000 irq 52
ata4: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8028000 irq 52
ata5: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8032000 irq 52
ata6: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8034000 irq 52
ata7: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8036000 irq 52
ata8: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8038000 irq 52
sata_mv sata_mv.0: version 1.28
sata_mv sata_mv.0: slots 32 ports 5
scsi8 : sata_mv
scsi9 : sata_mv
scsi10 : sata_mv
scsi11 : sata_mv
scsi12 : sata_mv
ata9: SATA max UDMA/133 irq 29
ata10: SATA max UDMA/133 irq 29
ata11: SATA max UDMA/133 irq 29
ata12: SATA max UDMA/133 irq 29
ata13: SATA max UDMA/133 irq 29
mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
mv643xx_eth smi: probed
mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:d0:4b:8b:60:2b
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
usbcore: registered new interface driver ipheth
console [netcon0] enabled
netconsole: network logging started
aoe: AoE v47 initialised.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
orion-ehci orion-ehci.0: Marvell Orion EHCI
orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
orion-ehci orion-ehci.0: irq 17, io mem 0xf1050000
orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
input: gpio-keys as /devices/platform/gpio-keys/input/input0
i2c /dev entries driver
rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
at24 0-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
mv_xor mv_xor.0: Self-test copy failed compare, disabling
mv_xor mv_xor.1: Self-test copy failed compare, disabling
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (1968 buckets, 7872 max)
IPv4 over IPv4 tunneling driver
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 5
NET: Registered protocol family 37
VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
rtc-rs5c372 0-0032: setting system clock to 2013-12-25 00:17:26 UTC (1387930646)
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 80.0 PQ: 0 ANSI: 5
fvdw1 disk index 0
fvdw2 disk indexfvdw 0
fvdw3 disk indexfvdw 4
fvdw4 disk diskname= sde
sd 0:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 0:0:0:0: [sde] 4096-byte physical blocks
sd 0:0:0:0: [sde] Write Protect is off
sd 0:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sde: sde4 < sde5 sde6 sde7 sde8 >
sd 0:0:0:0: [sde] Attached SCSI disk
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata9: failed to resume link (SControl 0)
ata9: SATA link down (SStatus 0 SControl 0)
ata2.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 80.0 PQ: 0 ANSI: 5
fvdw1 disk index 1
fvdw2 disk indexfvdw 1
fvdw3 disk indexfvdw 3
fvdw4 disk diskname= sdd
sd 1:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 1:0:0:0: [sdd] 4096-byte physical blocks
sd 1:0:0:0: [sdd] Write Protect is off
sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdd: sdd4 < sdd5 sdd6 sdd7 sdd8 >
sd 1:0:0:0: [sdd] Attached SCSI disk
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 80.0 PQ: 0 ANSI: 5
fvdw1 disk index 2
fvdw2 disk indexfvdw 2
fvdw3 disk indexfvdw 2
fvdw4 disk diskname= sdc
sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 2:0:0:0: [sdc] 4096-byte physical blocks
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdc: sdc4 < sdc5 sdc6 sdc7 sdc8 >
sd 2:0:0:0: [sdc] Attached SCSI disk
ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata4.00: configured for UDMA/133
scsi 3:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 80.0 PQ: 0 ANSI: 5
fvdw1 disk index 3
fvdw2 disk indexfvdw 3
fvdw3 disk indexfvdw 1
fvdw4 disk diskname= sdb
sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 3:0:0:0: [sdb] 4096-byte physical blocks
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb4 < sdb5 sdb6 sdb7 sdb8 >
sd 3:0:0:0: [sdb] Attached SCSI disk
ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata5.00: ATA-8: WDC WD5000AADS-00S9B0, 01.00A01, max UDMA/133
ata5.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata5.00: configured for UDMA/133
scsi 4:0:0:0: Direct-Access     ATA      WDC WD5000AADS-0 01.0 PQ: 0 ANSI: 5
fvdw1 disk index 4
fvdw2 disk indexfvdw 4
fvdw3 disk indexfvdw 0
fvdw4 disk diskname= sda
sd 4:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
sd 4:0:0:0: [sda] Write Protect is off
sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
sd 4:0:0:0: [sda] Attached SCSI disk
ata6: SATA link down (SStatus 0 SControl 300)
ata7: SATA link down (SStatus 0 SControl 300)
ata8: SATA link down (SStatus 0 SControl 300)
ata10: failed to resume link (SControl 0)
ata10: SATA link down (SStatus 0 SControl 0)
ata11: failed to resume link (SControl 0)
ata11: SATA link down (SStatus 0 SControl 0)
ata12: failed to resume link (SControl 0)
ata12: SATA link down (SStatus 0 SControl 0)
ata13: failed to resume link (SControl 0)
ata13: SATA link down (SStatus 0 SControl 0)
EXT3-fs: barriers not enabled
EXT3-fs (sda7): mounted filesystem with ordered data mode
kjournald starting.  Commit interval 5 seconds
VFS: Mounted root (ext3 filesystem) readonly on device 8:71.
Freeing init memory: 128K
start rcS
set global environment params
mount proc
remount root file system rw
EXT3-fs (sda7): warning: maximal mount count reached, running e2fsck is recommended
EXT3-fs (sda7): using internal journal
mount sysfs
start boot log
detect and set platform
unknown
update dev nodes
booting using  root file system...
make dev node for buttons...
mkdir: can't create directory '/dev/input': File exists
mknod: /dev/input/event0: File exists
make dev node for tun device...
mknod: /dev/net/tun: File exists
enable IP forwarding...
start buttons control daemon
/etc/init.d/rcS: line 522: /usr/sbin/buttonsd: Permission denied
create temporary passwd file
run udevstart to update dev nodes when necessary
mkdir: can't create directory 'rw_fs': File exists
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda5): using internal journal
EXT3-fs (sda5): recovery complete
EXT3-fs (sda5): mounted filesystem with ordered data mode
Setting up swapspace version 1, size = 526413824 bytes
UUID=477bc1f7-c6a4-49fa-be44-f1c654774f00
Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
inserting kernel modules:
NTFS driver 2.1.30 [Flags: R/W MODULE].
fuse init (API version 7.16)
usbcore: registered new interface driver usblp
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
iSCSI Enterprise Target Software - version trunk
iscsi_trgt: Registered io type fileio
iscsi_trgt: Registered io type blockio
iscsi_trgt: Registered io type nullio
Loading iSCSI transport class v2.0-870.
iscsi: registered transport (tcp)
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.0.0)
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
One can change the type of mount containing the directory dir:
       mount --make-shared dir
       mount --make-slave dir
       mount --make-private dir
       mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
       mount --make-rshared dir
       mount --make-rslave dir
       mount --make-rprivate dir
       mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .
configure loopback network interface
setting reboot and standby
starting php based setup routines step 1
sudo: /usr/sbin/lsscsi: command not found
sudo: /usr/sbin/lsscsi: command not found
EXT3-fs: barriers not enabled
kjournald starting.  Commit interval 5 seconds
EXT3-fs (sda8): using internal journal
EXT3-fs (sda8): recovery complete
EXT3-fs (sda8): mounted filesystem with ordered data mode
API[2013/12/25 00:17:51] dm_mount_all.finc(59)[753]: Failed to mount /share/1001
API[2013/12/25 00:17:51] dm_mount_all.finc(59)[753]: Failed to mount /share/1002
API[2013/12/25 00:17:51] dm_mount_all.finc(59)[753]: Failed to mount /share/1003
API[2013/12/25 00:17:51] dm_mount_all.finc(59)[753]: Failed to mount /share/1004
udevd (814): /proc/814/oom_adj is deprecated, please use /proc/814/oom_score_adj instead.
mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
passwd[842]: password for `carmine' changed by user `root'
passwd[847]: password for `adelina' changed by user `root'
passwd[851]: password for `lucio' changed by user `root'
passwd[855]: password for `veronica' changed by user `root'
start portmap service
starting php based setup routines step2
starting php based setup routines step3
starting php based setup routines step banner
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
------------------------
rcS finished
------------------------
 list boot.log file
start boot log
detect and set platform
unknown
unknown
unknown
update dev nodes
booting using  root file system...
make dev node for buttons...
make dev node for tun device...
enable IP forwarding...
start buttons control daemon
device = unknown
source =
Wed Dec 25 01:17:35 GMT+1 2013
create temporary passwd file
run udevstart to update dev nodes when necessary
inserting kernel modules:
configure loopback netwerk interface
setting reboot and standby
unknown

unknown

starting php based setup routines step 1

 * Found XML database configuration file...      [ OK ]
 * Configuring Disks...                                  [ OK ]
 * Starting mount of volumes...
   - Mounting volume Disk-a:             [ OK ]
   - Mounting volume Disk-b:             [ Fail ]
   - Mounting volume Disk-c:             [ Fail ]
   - Mounting volume Disk-d:             [ Fail ]
   - Mounting volume Disk-e:             [ Fail ]
 * Finishing mount of volumes...                 [ Fail ]
 * Generating Hosts File...                      [ OK ]
 * Configuring System Hostname...                [ OK ]
 * Configuring Samba...                                  [ OK ]
 * Configuring LAN interface...                  [ OK ]
 * Starting udevd...                                     [ OK ]
 * Starting web server...                                [ OK ]
 * Initializing Timezone...                      [ OK ]
 * Configuring Samba...                                  [ OK ]
 * Configuring System Users...
        Root password: use default password
        Set users, linux and samba accounts      [ OK ]
 * Starting Fvdw-sl Discovery Daemon...  [ OK ]
start portmap service
starting php based setup routines step 2
 * Starting dropbear...                                  [ OK ]
 * Kill temporary dropbear...                    [ OK ]
starting php based setup routines step 3
 * Starting daemon update Hosts File...  [ OK ]
 * Starting Disk Temperature Guard...    [ OK ]
starting php based setup routines step banner


*** fvdw-sl NAS firmware
    This is fvdw-sl version: fvdw-sl 15.0
    built on: September 30 2013

    LAN IP address: 192.168.1.71 (static)

    Port configuration:

    LAN   -> eth0
php based setup routines finished
web permission on resolv.conf
set device tuning for dms performance
rcS finished
/bin/sh: can't access tty; job control turned off
~ #
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby fvdw » Sun Dec 22, 2013 2:54 pm

Hi tatae

still some issue I see to get the script working to mount the disks
maybe we can help Jocko a little

connect with putty and try to mount /dev/sdb8 manually
Code: Select all
mount /dev/sdb8 /share/1001

Of course we assume that the mountpoint (the directory /share/1001) exists

If this works then it is jock's script causing the problem
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 8 guests