Is it possible to install version 16 from stock LaCie firmw?

Re: Is it possible to install version 16 from stock LaCie fi

Postby Jocko » Fri Apr 10, 2015 9:48 pm

Surely you are right that it may confuse a newbie but this howto is an old way to install the firmware: the usual way is to use the fvdw-sl console.

But indeed forlinux men that don't have a microsoft OS, there is an issue
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Is it possible to install version 16 from stock LaCie fi

Postby Cubytus » Fri Apr 10, 2015 9:54 pm

Well I could call a friend for her to lend me her Windows machine, but I am unsure of the performance on Windows 8, and it is impractical for those who have Macs but don't always buy into the Apple ecosystem.

I hsve a virtual Windows, but for such tasks implying low-level access to an external device, it fails more often than not.
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: Is it possible to install version 16 from stock LaCie fi

Postby Cubytus » Sat Apr 11, 2015 12:33 am

Jocko wrote:- step (i) create the new partition table and store on the disk
The guide uses an old partition table settings and it can occur issues with AF disk. You must use this new partition table (viewtopic.php?f=11&t=1143&p=7081#p7079).
So change the start and stop value for each partition.

I am currently stuck there: the new partition model states the start and end cylinders of each partition, but doesn't provide detail how to switch:
1- partition type (primary or extended)" 5 to 8 are logical partitions of the 4 extended partition, as I understand it.
2- partition format (I guess all are ext3, save for the swap)

Posts http://plugout.net/viewtopic.php?f=11&t=1143&p=7081#p7079 linked to http://plugout.net/viewtopic.php?f=11&p=4394#p4394 give different information. My disk also bears an AF mark, but is not a WD, just stock Seagate as it comes in the CloudBox.

In Linux we can also use the GUI-driven GParted, easier to understand than fdisk's or parted commands, but sadly it doesn't display in cylinders (deprecated option). What are the sizes in MiB?
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: Is it possible to install version 16 from stock LaCie fi

Postby Jocko » Sat Apr 11, 2015 7:16 am

So for step I do:
Start again fdisk
fdisk /dev/sdb

create partition 1
use the command: n
it will respond with
command action
e extended
p primary (1-4)
type p as command and hit enter
now you get as response
Partition number (1-4):
type 1 behind it and hit enter
then you get as response
first cylinder 1-243201, default 1):
type 9 behind it and hit enter
response
last cylinder or...:
type 72 behind it and hit enter

create partition 2
n
p
2
73
136

create partition 3
n
p
3
137
200
make partition 3 type swap
type t as command
enter partition number 3
enter as hex code 82

create partition 4 (this is an extended partition)
n
e <---note the difference !!
4
201
xxxxxxx
create partition 5 (no choice possible anymore for primary of extended, the additional partition will be made automatically in the extended partition)
n
209
312

create partition 6
n
321
328

create partition 7
n
337
400

create partition 8
n
409
xxxxxxxxx

Note sdb4 and sdb8 size must be divisable by 8. So, with a 1,5TB disk, the end cylinder is :
xxxxxxx= (disknbmaxcylinders-y - 200) , choose y between 0 and 7 where xxxxxx will be divisable by 8

So if your disk has :
255 heads, 63 sectors/track, 182401 cylinders, xxxxxx is equal to 182400 :
(182401 - 1 - 200)/8=22775 => ok!

So just follow this ...
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Is it possible to install version 16 from stock LaCie fi

Postby Cubytus » Thu Apr 16, 2015 5:19 pm

Ok, I followed this, installed both images as stated in the first page of this topic, re-installed the disk in its enclosure, but now only port 23 is open. I guess it means it's not fully working yet.

What should I do?
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: Is it possible to install version 16 from stock LaCie fi

Postby Jocko » Thu Apr 16, 2015 6:03 pm

Hi Cubytus,

Maybe you confuse port 22 and 23 because there is no telnet server with fvdw-sl. So can you explain what you mean with " but now only port 23 is open".
Do you have only a root access with Putty (SSH access) after rebooting the NAS ?
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Is it possible to install version 16 from stock LaCie fi

Postby Cubytus » Thu Apr 16, 2015 6:13 pm

No, this isn't a mistake. I looked at the router's DHCP table to find NAS' IP, and ran a port scan on that IP. Only port 23 is open.
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: Is it possible to install version 16 from stock LaCie fi

Postby Jocko » Thu Apr 16, 2015 6:22 pm

That means that you copied a wrong kernel image on sda6. Only standalone kernel has a telnet server running.

With version 15.1, you must use only this kernel file UIMAGE-395-NWSPCL-199
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Is it possible to install version 16 from stock LaCie fi

Postby Cubytus » Thu Apr 16, 2015 6:35 pm

Indeed this is the command I used:
Code: Select all
# dd if=/home/usager/Téléchargements/fvdw15/tftp/UIMAGE-395-NWSP2CL-179-standalone of=/dev/sdc6

There were only two files named like UIMAGE, both ending in ... -standalone in the archive under the tftp folder.

Are files missing from the 15.3 archive?
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: Is it possible to install version 16 from stock LaCie fi

Postby Jocko » Thu Apr 16, 2015 6:40 pm

So you did not note that the files are in the sub-folder nwsp2
Jocko wrote:First download the fvdw-sl console package (32 or 64bits), in this package you will find in tftp>nwsp2, two files :
- xfvdw-sl-15-1-nwsp2-18feb2014.img (firmware image)
- UIMAGE-395-NWSPCL-199 (kernel)
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 8 guests