|
|

楼主 |
发表于 2008-7-17 18:23:18
|
显示全部楼层
debian:/home/ch/share# file gfxm.iso
gfxm.iso: data
用file显示的文件类型是data,这个怎么挂载?
我用udf挂载,还是出错
debian:/# mount -t udf /home/ch/share/gfxm.iso /media
mount: /home/ch/share/gfxm.iso is not a block device (maybe try `-o loop'?)
debian:/# mount -t udf -o loop /home/ch/share/gfxm.iso /media
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so |
|