Replace NWSP2 disk while dd the content
Hi, I have my current NWSP2 running on a 2TB HDD. I'd like to replace it with a 4TB HDD and I was thinking about using DD to copy the entire disk content and then resize the partitions.
At the moment this is my fdisk output:
I assume there would be no issue as today I already have GPT partition scheme and the approach should work.
Do you think I can proceed with the approach?
Thanks.
At the moment this is my fdisk output:
- Code: Select all
root@NAS:/ # fdisk -l
Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
256 heads, 63 sectors/track, 242251 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 242252 1953514583+ ee EFI GPT
Disk /dev/sdb: 960.1 GB, 960197124096 bytes
255 heads, 63 sectors/track, 116737 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 9 116736 937617660 83 Linux
I assume there would be no issue as today I already have GPT partition scheme and the approach should work.
Do you think I can proceed with the approach?
Thanks.