1、查看U盘标识
fdisk -l
2、写入镜像到U盘
sudo dd if=/home/***.iso of=/dev/sdb
Linux中写入ISO镜像
原文:http://www.cnblogs.com/katzepunk/p/7492813.html