ISOSIZE(8) | System Administration | ISOSIZE(8) |
isosize - output the length of an iso9660 filesystem
isosize [options] iso9660_image_file
This command outputs the length of an iso9660 filesystem that is contained in the specified file. This file may be a normal file or a block device (e.g. /dev/hdd or /dev/sr0). In the absence of any options (and errors), it will output the size of the iso9660 filesystem in bytes. This can now be a large number (>> 4 GB).
-x, --sectors
-d, --divisor number
The size of the file (or block device) holding an iso9660 filesystem can be marginally larger than the actual size of the iso9660 filesystem. One reason for this is that cd writers are allowed to add "run out" sectors at the end of an iso9660 image.
-h, --help
-V, --version
0
1
32
64
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
The isosize command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2022-05-11 | util-linux 2.38.1 |