2018年2月24日土曜日

win10 と バックアップ

あらかじめネットをきっておきます





















プロダクトキーをいれます



ネットワークに繋いでから





以上でできました




さて  win10のバックアップです


fdisk -l /dev/sdc
Disk /dev/sdc: 74.5 GiB, 80026361856 bytes, 156301488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf860c629
Device     Boot   Start       End   Sectors  Size Id Type
/dev/sdc1  *       2048   1126399   1124352  549M  7 HPFS/NTFS/exFAT
/dev/sdc2       1126400 156299263 155172864   74G  7 HPFS/NTFS/exFAT




ですので
partclone.bat 
dd if=/dev/sdc of=./MBR.img bs=512 count=16000
partclone.ntfs   -c -s     /dev/sdc1         -o    ./sdc1.pcl
partclone.ntfs   -c -s     /dev/sdc2         -o    ./sdc2.pcl




-rw-r--r-- 1 root root     8192000 Feb 24 17:05 MBR.img
-rw------- 1 root root   439148111 Feb 24 17:05 sdc1.pcl
-rw------- 1 root root 21568717875 Feb 24 17:11 sdc2.pcl
で21GBくらいになってます