Hi!
I have a "My Book World Edition" I removed the hdd 1 tb (damaged) and I added a 80 GB.
I followed this guide several times but have not had good results.
The book does not start my "lights do not light"
First I modified the file part.sda by:
- Partition table of / dev / sdc
unit: sectors
/ dev/sdc1: start = 48195, size = 5879790, Id = fd
/ dev/sdc2: start = 5927985, size = 208845, Id = fd
/ dev/sdc3: start = 6136830, size = 1975995, Id = fd
/ dev/sdc4: start = 8112825, size = 1945407240, Id = fd
in:
- Partition table of / dev / sda
unit: sectors
/ dev/sda1: start = 48195, size = 5879790, Id = fd
/ dev/sda2: start = 5927985, size = 208845, Id = fd
/ dev/sda3: start = 6136830, size = 1975995, Id = fd
/ dev/sdb4: start = 8114176, size = 148197376, Id = fd
to use the remaining space on the disk.
From an emulation of ubuntu with Oracle VB I connected the disk to 80GB via usb adapter.
I downloaded the packages WD_MYBOOK_WE_500GB_FILE.7z
I run these commands in order:
dd if=mbr.sdb of=/dev/sdb bs=512 count=1
dd if=boot.sdb of=/dev/sdb bs=512 count=12512 seek=1
sfdisk /dev/sdb <part.sdb
to accelerate the work I extracted dil file .ima and I run:
dd if=sda1.ima of=/dev/sdb1
dd if=sda2.ima of=/dev/sdb2
dd if=sda3.ima of=/dev/sdb3
I believe that the files do not go well, you can give me the correct ones?
Can you help me raise my nas?
doing several tests, during the process with dd starts but is not completed!
dd if=sda1.ima of=/dev/sdb1
I know explain why?