Lacie 5Big2 Failed After Firmware Update

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Tue Jul 09, 2013 5:20 pm

the funny thing is that the output of cat /proc/partitions doesn't match with these numbers

Later this evening I will set up my 5big2 and what output it gives with two disk, I don't have more available on this moment
First need to take care of some visitors, sorry to keep you waiting.
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Tue Jul 09, 2013 5:23 pm

We'll have to re-create the array. For safety I'd like to backup the start and end of all partitions. Can you connect an usb disk to save the data?
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 5:34 pm

I can connect a usb (I have a 3 Tb one I bought for just in case we were successful!) but I have no idea how to copy the data off of it to the external disk. I just plugged it into the top USB port of the lacie and it's ready to go.
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Tue Jul 09, 2013 5:36 pm

Well, you can try to mount it. Have a look in /proc/partitions which devicenode it has, I suppose /dev/sdf1.
Code: Select all
mkdir /tmp/mountpoint
mount /dev/sdf1 /tmp/mountpoint
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 5:43 pm

It's not sdf1. And I made /mountpoint since I have no /tmp (it failed). If it's sef1, it fails.

Code: Select all
root@(none):/ # cat /proc/partitions
major minor  #blocks  name

  31        0        500 mtdblock0
  31        1          4 mtdblock1
   8        0  976762584 sdc
   8        2  974737408 sdc2
   8       16  976762584 sdb
   8       18  974737408 sdb2
   8       32  976762584 sda
   8       34  974737408 sda2
   8       48  976762584 sde
   8       50  974737408 sde2
   8       64  976762584 sdd
   8       66  974737408 sdd2
   8       80 2930266580 sef
   8       81 2930253824 sef1
root@(none):/ # mount /dev/sef1 /mountpoint
mount: mounting /dev/sef1 on /mountpoint failed: No such file or directory
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Jocko » Tue Jul 09, 2013 5:48 pm

Hi unlucky1,

with the lacie big, usb drives have as name se*. So you need to use sef1 instead of sdf1

And you made a misstake in the mountpath : /tmp/mountpoint in the mount command.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 5:50 pm

But mounting it failed.

Code: Select all
root@(none):/ # mount /dev/sef1 /mountpoint
mount: mounting /dev/sef1 on /mountpoint failed: No such file or directory
root@(none):/ # mount /dev/sef /mountpoint
mount: mounting /dev/sef on /mountpoint failed: No such file or directory
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Tue Jul 09, 2013 5:50 pm

sef1? Lacie...

You can create the device node:
Code: Select all
mknod -m 666 /dev/sef1 b 8 81
This is generic, BTW. It is possible to create a simple script which read /proc/partitions to populate /dev. The major, minor and suggested device name are listed.
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Tue Jul 09, 2013 5:52 pm

Code: Select all
root@(none):/ # mount /dev/sef1 /mountpoint
mount: mounting /dev/sef1 on /mountpoint failed: Invalid argument
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Jocko » Tue Jul 09, 2013 5:53 pm

@unlucky1
Note : I edited my post : you didn't use the right mount path
I read too quickly your post about the folder /tmp :pound
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 7 guests