As my Networkspace 2 couldn't get beyond LaCie first boot page, I look for an alternative software and found this.
I installed FVDW-SL software yesterday and everything seemed OK but, after a reboot, my NAS was unreachable and led blinked red / blue for a while.
Please describe more accurate what you did, did you use the fvdw-sl installer or did you install fvdw-sl on another way ?
As Jocko said red/blue flashing of the led means the disk is not recognized by the bootloader. This can mean either because the disk is defective or it has no or wrong partition table.
Defective is not likely because you mentioned you were able to install the firmware.
because you mentioned "bootm command leads to "bad magic number it means when trying to load a kernel from partition 6 this means the loading of the kernel to memory from partition 6 failed. Then bootm command will fail with this error.
Quetion when gave the command disk 0x800000 0:6 did you get output similar to this?
(the Image Name will be different as in this example and also image size)
- Code: Select all
Marvell>> disk 0x800000 0:6
disk 0x800000 0:6## Valid EFI partition found ##
Loading from IDE device 0, partition 6: Name: gpt6 Type: U-Boot
Image Name: Linux-2.6.39.4
Created: 2012-12-23 21:59:32 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3123456 Bytes = 3 MB
Load Address: 00008000
Entry Point: 00008000
Marvell>>
I would expect that you didn't get this otherwise the bootm command would not have failed
What to do? first step check your harddisk and partition table start the fvdw-sl console on your pc and choose action load standalone kernel (use kirkwood standalone kernel) and log in with the telnet client.
At linux prompt type the commands
- Code: Select all
fdisk -l /dev/sda
and
- Code: Select all
gdisk -l /dev/sda
And post the output that you get
The second command is needed when you have choosen GPT as partition table when running the fvdw-sl installer when you installed the firmware
If this fails (no output) then you harddisk is probably defective. If it gives output I need to see the result to judge if there is problem.
If it is a normal partition table then we can try to access the disk by mounting a partition