Lacie 5Big2 Failed After Firmware Update

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Wed Jul 10, 2013 5:26 pm

Great. That looks fine.

Apparently busybox has some problems with big numbers. I think it somehow truncated the startpoint of the end-dump, starting much earlier. That is solved now.
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Wed Jul 10, 2013 5:32 pm

I'll continue then the USB copy in sequence until I get to the end and I'll send you the info you requested once it's done. Again, THANKS!
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Wed Jul 10, 2013 5:41 pm

Umm, weird, no?

Code: Select all
root@(none):/ # dd-64 if=/dev/sdb2 bs=1M count=64 | gzip >/mountpoint/sdb2_start.gz
64+0 records in
64+0 records out
67108864 bytes (67 MB) copied, 2.1941e+117 s, -3641494985338404013394715935197205928145444678000577079795286209648982187240602993312535610407626127368696670830877151353852134043079899841547180076929422114275235988337477169981988008831993603766723208079414140880734388224 MB/s
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Wed Jul 10, 2013 5:49 pm

Well, yes. Maybe a time daemon is running which switched back the time while copying?

I'll send you the info you requested once it's done.
Which information do you mean?
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Wed Jul 10, 2013 5:52 pm

You can repeat that for the other 4 partitions, where you of course also change the names of the output files.
Then also do
Code:

cat /proc/partitions >>/mountpoint/environment
ls -l /dev/sd*2 >>/mountpoint/environment
mdadm --examine /dev/sd[abcde]2 >>/mountpoint/environment


Oh, and when I tried to back up sdd2, it told me not found!
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Wed Jul 10, 2013 5:54 pm

Code: Select all
root@(none):/ # ls -l /dev/sd*2
brw-rw----    1 root     root        8,   2 Jun  1 18:17 /dev/sda2
brw-r--r--    1 root     root        8,  18 Jun  1 18:17 /dev/sdb2
brw-rw----    1 root     root        8,  34 Jun  1 18:17 /dev/sdc2
brw-rw----    1 root     root        8,  66 Jun  1 18:17 /dev/sde2
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby unlucky1 » Wed Jul 10, 2013 5:56 pm

But it's there?

Code: Select all
root@(none):/ # dd-64 if=/dev/sdd2 bs=1M count=64 | gzip >/mountpoint/sdd2_start.gz
dd-64: opening `/dev/sdd2': No such file or directory
root@(none):/ # dd-64 if=/dev/sdd2 of=/mountpoint/sdd2_end.gz bs=1M skip=951820
dd-64: opening `/dev/sdd2': No such file or directory
root@(none):/ # ls -al /mountpoint/
total 338948
drwxr-xr-x    3 root     root          4096 Jul 10 17:52 .
drwxr-xr-x   13 root     root             0 Jul 10 13:33 ..
-rw-r--r--    1 root     root           764 Jul 10 17:53 environment
drwx------    2 root     root         16384 Jul  9 20:24 lost+found
-rw-r--r--    1 root     root      75497472 Jul 10 17:17 sda2_end.gz
-rw-r--r--    1 root     root      11990312 Jul 10 13:46 sda2_start.gz
-rw-r--r--    1 root     root      75497472 Jul 10 17:40 sdb2_end.gz
-rw-r--r--    1 root     root      10363543 Jul 10 17:20 sdb2_start.gz
-rw-r--r--    1 root     root      75497472 Jul 10 17:49 sdc2_end.gz
-rw-r--r--    1 root     root      10884716 Jul 10 17:41 sdc2_start.gz
-rw-r--r--    1 root     root            20 Jul 10 17:54 sdd2_start.gz
-rw-r--r--    1 root     root      75497472 Jul 10 17:51 sde2_end.gz
-rw-r--r--    1 root     root      11435246 Jul 10 17:50 sde2_start.gz
-rw-r--r--    1 root     root            20 Jul 10 17:51 sdf2_start.gz
unlucky1
Donator VIP
Donator VIP
 
Posts: 184
Joined: Sun Jul 07, 2013 3:18 pm

Re: Lacie 5Big2 Failed After Firmware Update

Postby Mijzelf » Wed Jul 10, 2013 6:05 pm

The device node isn't there

mknod -m 666 /dev/sdd2 b 8 50
Mijzelf
 
Posts: 255
Joined: Wed Nov 21, 2012 9:12 am

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Wed Jul 10, 2013 6:16 pm

Code: Select all
-rw-r--r--    1 root     root            20 Jul 10 17:51 sdf2_start.gz


sdf2 :whistle (thinky made an error in the command when copying)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Lacie 5Big2 Failed After Firmware Update

Postby fvdw » Wed Jul 10, 2013 6:24 pm

:disapprove
Well, yes. Maybe a time daemon is running which switched back the time while copying?


no time daemons in the standalone kernel
fvdw
Site Admin - expert
 
Posts: 13471
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 7 guests