Please Help me with my 5Big Network 2

Re: Please Help me with my 5Big Network 2

Postby macdalor » Sun Sep 18, 2016 5:54 pm

Jocko wrote::thumbup

About size, there is no bug,53TB the data partition (sdx8) size is around 0.906TB so a raid0 size 4.53Tb is right

ok, it makes sense...I thought that was referring to each drive's size. all perfect then! :-D

Now off to try RSyncing from my QNAP to Lacie...If this is ever possible...
macdalor
 
Posts: 137
Joined: Sat Jan 09, 2016 9:12 pm

Re: Please Help me with my 5Big Network 2

Postby Nick Wolf » Sun Oct 09, 2016 8:50 pm

fvdw wrote:if you have this version
Code: Select all
U-Boot 1.1.4 (Mar 16 2010 - 09:12:35) Marvell version: 3.4.16  LaCie 1.4.4

Then it doesn't support GPT...
and you need an u-boot upgrade.


Alas I have NAS with this u-boot version and 3TB HDDs.

Which u-boot is correct for 5Big Network 2 upgrade?
Nick Wolf
 
Posts: 10
Joined: Sun Oct 09, 2016 7:38 am

Re: Please Help me with my 5Big Network 2

Postby fvdw » Sun Oct 09, 2016 9:06 pm

Currently there is no u-boot image included in the fvdw-sl console for a 5big2.
Until today I never saw a 5big2 with no gpt support.

Are you sure that you have that version of u-boot as you posted.
I suggest that you use th fvdw-sl console en use u-boot console action to verify your version (the quote you made was for a nwsp2)

This is what I got from my 5big2
Code: Select all
provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter


Marvell>> version
version

U-Boot 1.1.4 (Sep  8 2011 - 17:27:17) Marvell version: 3.4.16  LaCie 1.5.23
Marvell>>


also give the command Marveell>> printenv and look for this line in the output
Code: Select all
uboot_capabilities=gpt,lba64

If you have that it supports gpt

if not and indeed your version doesn't support gpt I need either to compile a u-boot version for the 5big2 or make a copy from u-boot in flash of my 5big2
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Please Help me with my 5Big Network 2

Postby fvdw » Sun Oct 09, 2016 9:07 pm

I edited my post
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Please Help me with my 5Big Network 2

Postby Nick Wolf » Sun Oct 09, 2016 9:32 pm

fvdw wrote:Are you sure that you have that version of u-boot as you posted?
Also give the command Marveell>> printenv and look for this line in the output


Code: Select all
rovided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter

Marvell>> version
version

U-Boot 1.1.4 (Mar 16 2010 - 09:12:35) Marvell version: 3.4.16  LaCie 1.4.4
Marvell>>

Marvell>> printenv
printenv
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
stderr=serial
console=console=ttyS0,115200 mtdparts=spi_flash:0x80000@0(uboot)ro,0x300000@0x100000(root)
mainlineLinux=no
CASset=min
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
MALLOC_len=1
ethprime=egiga0
netbsd_en=no
vxworks_en=no
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
disaMvPnp=no
ethmtu=1500
eth1mtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
enaAutoRecovery=yes
start_lump=lump 3
pre_lump=lump 1
resetdisk=ide reset
bootdelay=0
boot_fail=lump
kernel_addr=0x800000
productType_env=BIG5_KW
primaryPart=6
secondaryPart=A
boot_usb=usb start;usbboot 0x800000 0:1;bootm;
resetFlag_env=0
bootargs=console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=PRO_KW
bootcmd=run disk_disk
boot_disk10=disk ${kernel_addr} 5:${primaryPart}; setenv rootfs /dev/sde7;
boot_disk9=if disk ${kernel_addr} 6:${primaryPart}; then setenv rootfs /dev/sdd7; else run boot_disk10; fi
boot_disk8=if disk ${kernel_addr} 1:${primaryPart}; then setenv rootfs /dev/sdc7; else run boot_disk9; fi
boot_disk7=if disk ${kernel_addr} 2:${primaryPart}; then setenv rootfs /dev/sdb7; else run boot_disk8; fi
boot_disk6=if disk ${kernel_addr} 3:${primaryPart}; then setenv rootfs /dev/sda7; else run boot_disk7; fi
boot_disk5=if disk ${kernel_addr} 5:${secondaryPart}; then setenv rootfs /dev/sde7; else run boot_disk6; fi
boot_disk4=if disk ${kernel_addr} 6:${secondaryPart}; then setenv rootfs /dev/sdd7; else run boot_disk5; fi
boot_disk3=if disk ${kernel_addr} 1:${secondaryPart}; then setenv rootfs /dev/sdc7; else run boot_disk4; fi
boot_disk2=if disk ${kernel_addr} 2:${secondaryPart}; then setenv rootfs /dev/sdb7; else run boot_disk3; fi
boot_disk1=if disk ${kernel_addr} 3:${secondaryPart}; then setenv rootfs /dev/sda7; else run boot_disk2; fi
boot_disk=if test ${resetFlag_env} -eq 0; then run boot_disk1; else run boot_disk6; fi
disk_disk=run boot_disk; setenv bootargs console=ttyS0,115200 root=${rootfs} ro reset=${resetFlag_env} productType=${productType_env}; bootm ${kernel_addr};
ethaddr=00:D0:4B:8D:D0:7F
eth1addr=00:D0:4B:8D:D0:CF
ethact=egiga0
ipaddr=192.168.0.251
ncip=192.168.0.160
serverip=192.168.0.160
stdin=nc
stdout=nc

Environment size: 2691/4092 bytes
Marvell>>
Last edited by Nick Wolf on Sun Oct 09, 2016 9:47 pm, edited 1 time in total.
Nick Wolf
 
Posts: 10
Joined: Sun Oct 09, 2016 7:38 am

Re: Please Help me with my 5Big Network 2

Postby Nick Wolf » Sun Oct 09, 2016 9:42 pm

fvdw wrote:Until today I never saw a 5big2 with no gpt support.


;)
You do not have the required permissions to view the files attached to this post.
Nick Wolf
 
Posts: 10
Joined: Sun Oct 09, 2016 7:38 am

Re: Please Help me with my 5Big Network 2

Postby fvdw » Sun Oct 09, 2016 9:47 pm

indeed this has an older u-boot version

Also this seems to be one with spi flash instead of nand flash. meaning it was sold complete with disks. My 5big2 was disk less version and has a different flash containing lacie firmware. So you cannot use a copy of my version

I think Jock has also a 5Big2 with spi flash, I will contact him to make a copy from the flash containing u-boot in case his 5big2 has a newer version of u-boot

You will need to have some patience
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Please Help me with my 5Big Network 2

Postby Nick Wolf » Sun Oct 09, 2016 9:54 pm

You're right.
Originally it had 5TB on board.
But I got it some years ago without HDDs.

Thanks!
Nick Wolf
 
Posts: 10
Joined: Sun Oct 09, 2016 7:38 am

Re: Please Help me with my 5Big Network 2

Postby Jocko » Sun Oct 09, 2016 9:57 pm

Indeed I have a not diskless 5big2 version with a newer uboot version :
Code: Select all
U-Boot 1.1.4 (Jan 31 2011 - 16:35:53) Marvell version: 3.4.16  LaCie 1.5.17
with gpt support.
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Please Help me with my 5Big Network 2

Postby fvdw » Sun Oct 09, 2016 10:00 pm

:thumbup

I will talk to Jocko to see if we can get a copy of his u-boot and in format so that it can be used to write to flash using u-boot console
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 2 guests

cron