请问Linux下如何查看 ISO文件的详细信息(不是ISo文件内部详细信息)

发布网友

我来回答

3个回答

热心网友

方法:isoinfo -d -i xxx.iso
# isoinfo --help
isoinfo: Usage: isoinfo [options] -i filename
Options:
-help,-h Print this help
-version Print version info and exit
-debug Print additional debug info
-d Print information from the primary volume descriptor
-f Generate output similar to 'find . -print'
-J Print information from Joliet extensions
-j charset Use charset to display Joliet file names
-l Generate output similar to 'ls -lR'
-p Print Path Table
-R Print information from Rock Ridge extensions
-s Print file size infos in multiples of sector size (2048 bytes).
-N sector Sector number where ISO image should start on CD
-T sector Sector number where actual session starts on CD
-i filename Filename to read ISO-9660 image from
dev=target SCSI target to use as CD/DVD-Recorder
-x pathname Extract specified file to stdout

参考资料:http://www.92linux.tk

热心网友

mount -t iso9660 xxx.iso /mnt -o loop

热心网友

uname

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com