Linux command
isoinfo 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List
isoinfo -f -i [path/to/image.iso]
Extract
isoinfo -i [path/to/image.iso] -x [/PATH/TO/FILE.EXT]
Example
isoinfo -d -i [path/to/image.iso]
说明
isoinfo examines and extracts information from ISO 9660 filesystem images. It can list files, display volume information, and extract individual files without mounting the image. The tool supports ISO 9660 extensions including Rock Ridge (Unix permissions and long filenames) and Joliet (Windows long filenames). This is useful for inspecting ISO images before burning or mounting.
参数
- -i _FILE_
- Input ISO image file
- -f
- List all files in the ISO
- -d
- Display header information (volume descriptor)
- -x _PATH_
- Extract file at specified path to stdout
- -l
- Long listing format (like ls -l)
- -R
- Use Rock Ridge extensions
- -J
- Use Joliet extensions
FAQ
What is the isoinfo command used for?
isoinfo examines and extracts information from ISO 9660 filesystem images. It can list files, display volume information, and extract individual files without mounting the image. The tool supports ISO 9660 extensions including Rock Ridge (Unix permissions and long filenames) and Joliet (Windows long filenames). This is useful for inspecting ISO images before burning or mounting.
How do I run a basic isoinfo example?
Run `isoinfo -f -i [path/to/image.iso]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i _FILE_ do in isoinfo?
Input ISO image file