如何知道这个img文件是什么?

file a.img
a.img: x86 boot sector; partition 1: ID=0x83, active, starthead 1, startsector 62, 3890066 sectors, code offset 0x31

我猜这个文件可能是一个磁盘的镜像文件,那么有办法可以把它释放到u盘上吗?或者转换成ISO文件?

作者: nimysun   发布时间: 2011-02-23

在fedora下面搞定了。
dd if=a.img of=/dev/sdb
reboot
fdisk -l /dev/sdb
mount /dev/sdb1 /mnt,

that's all.

作者: nimysun   发布时间: 2011-02-23