Linux 命令 dd 学习

dd if=/dev/YOUR-DEVICE conv=sync,noerror bs=64K | gzip -c  > /home/portaj/macbook.img.gz
gunzip -c /home/portaj/macbook.img.gz | dd of=/dev/YOUR-DEVICE-DONT-EFF-THIS-UP conv=sync,noerror bs=64
wget -O- "https://mirrors.yuntu.eu.org/teddysun/cn_windows2016.gz" | gunzip | dd of=/dev/vda

远程桌面的默认用户名和密码
用户名: administrator
密码: Password147

apt-get install ntfs-3g

Usage: ntfs-3g [-o option[,…]] <device|image_file> <mount_point>
Options: ro (read-only mount), windows_names, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

相关推荐: Linux安装KMS激活服务一键脚本

介绍KMS是Key Management System的缩写,也就是密钥管理系统。这里所说的KMS毋庸置疑就是用来激活VOL版本的Windows和Office的KMS啦。经常能在网上看到有人提供的KMS服务器地址,那么你有没有想过自己也来搞一个这样的服务呢?而…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享
评论 抢沙发

请登录后发表评论