|
本帖最后由 qingseyouran 于 2018-7-29 11:41 编辑
debian9系统准备dd win7,使用df -lh查看硬盘分区如:
Filesystem Size Used Avail Use% Mounted on
udev 2.0G 0 2.0G 0% /dev
tmpfs 392M 5.3M 387M 2% /run
/dev/sda2 457G 1003M 433G 1% /
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/sda1 189M 35M 141M 20% /boot
tmpfs 392M 0 392M 0% /run/user/1000
使用80大佬的dd包链接,是使用以下哪条指令?
wget -O- http://down.80host.com/iso/dd/win7_cn_5gb_virtio_scsi_faster.gz | gunzip | dd of=/dev/
sda
还是
wget -O- http://down.80host.com/iso/dd/win7_cn_5gb_virtio_scsi_faster.gz | gunzip | dd of=/dev/
sda2
求指教?
使用以下指令后:
wget -O- http://down.80host.com/iso/dd/win7_cn_5gb_virtio_scsi_faster.gz | gunzip | dd of=/dev/
sda
2018-07-29 05:30:46 (760 KB/s) - written to stdout [530572202/530572202]
20971520+0 records in
20971520+0 records out
10737418240 bytes (11 GB, 10 GiB) copied, 684.65 s, 15.7 MB/s
root@sd-xxxxx:~# reboot
Segmentation fault
不会自动重启动,手动重启报内存错误?
要后台重启?
|
|