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.
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
Which information do you mean?I'll send you the info you requested once it's done.
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
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
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
- Code: Select all
-rw-r--r-- 1 root root 20 Jul 10 17:51 sdf2_start.gz
Well, yes. Maybe a time daemon is running which switched back the time while copying?
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 9 guests