isosize.8
来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· 8 代码 · 共 30 行
8
30 行
.TH ISOSIZE "8" "December 2000" "sg3_utils-0.91" SG_UTILS.SH NAMEisosize \- outputs the length of a iso9660 file system.SH SYNOPSIS.B isosize[\fI-x\fR] [\fI-d <num>\fR] \fI<iso9660_image_file>\fR....SH DESCRIPTION.\" Add any additional description here.PPThis command outputs the length of an iso9660 file system thatis contained in given file. That file may be a normal file ora block device (e.g. /dev/hdd or /dev/sr0). In the absence ofany switches (or errors) it will output the size of the iso9660file system in bytes. This can now be a large number (> > 4 GB)..TP-xoutput in humanly readable form the block count and the blocksize. Output uses the term "sectors" for "blocks"..TP-d <num>only has affect when "-x" is not given. The number output (if no errors)is the iso9660 file size in bytes divided by <num>. So if <num> isthe block size then the output number will be the block count..PPThe size of the file (or block device) holding a iso9660 filesystem can be marginally larger than the actual size of theiso9660 file system. One reason for this is that cd writersare allowed to add "run out" sectors at the end of a iso9660image.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?