|
55楼
楼主 |
发表于 2022-12-14 20:19
|
只看该作者
来自 重庆
克隆系统
用fdisk -l /dev/sda命令查看系统盘
显示:
Device Boot Start End Sectors Size Id Type
/dev/sda1 8192 270335 262144 128M e W95 FAT16 (LBA)
/dev/sda2 270336 30425087 30154752 14.4G 83 Linux
dd bs=512 count=[fdisk命令中最大的end数+1] if=/dev/sda of=/home/samba/ghost.img
end=30425087
输入以下命令:
dd bs=512 count=30425088 if=/dev/sda of=/home/samba/ghost.img
等待约7分钟左右出现以下
显示:
30425088+0 records in
30425088+0 records out
15577645056 bytes (16 GB, 15 GiB) copied, 1023.34 s, 15.2 MB/s
root@DietPi:~#
克隆完成。
三.还原系统
1.注意事项:
被还原系统的U盘(目的盘)容量必须是等于或大于克隆文件大小。
2.用Win32DiskImager将ghost文档写在TF卡上,然后插入TF卡槽或插入usb口,打开电源就完成。
|
|