1ISOSIZE(8)                   System Administration                  ISOSIZE(8)
2
3
4

NAME

6       isosize - output the length of an iso9660 filesystem
7

SYNOPSIS

9       isosize [options] iso9660_image_file
10

DESCRIPTION

12       This command outputs the length of an iso9660 filesystem that is
13       contained in the specified file. This file may be a normal file or a
14       block device (e.g. /dev/hdd or /dev/sr0). In the absence of any options
15       (and errors), it will output the size of the iso9660 filesystem in
16       bytes. This can now be a large number (>> 4 GB).
17

OPTIONS

19       -x, --sectors
20           Show the block count and block size in human-readable form. The
21           output uses the term "sectors" for "blocks".
22
23       -d, --divisor number
24           Only has an effect when -x is not given. The value shown (if no
25           errors) is the iso9660 file size in bytes divided by number. So if
26           number is the block size then the shown value will be the block
27           count.
28
29           The size of the file (or block device) holding an iso9660
30           filesystem can be marginally larger than the actual size of the
31           iso9660 filesystem. One reason for this is that cd writers are
32           allowed to add "run out" sectors at the end of an iso9660 image.
33
34       -h, --help
35           Display help text and exit.
36
37       -V, --version
38           Print version and exit.
39

EXIT STATUS

41       0
42           success
43
44       1
45           generic failure, such as invalid usage
46
47       32
48           all failed
49
50       64
51           some failed
52

REPORTING BUGS

54       For bug reports, use the issue tracker at
55       https://github.com/util-linux/util-linux/issues.
56

AVAILABILITY

58       The isosize command is part of the util-linux package which can be
59       downloaded from Linux Kernel Archive
60       <https://www.kernel.org/pub/linux/utils/util-linux/>.
61
62
63
64util-linux 2.38                   2022-02-17                        ISOSIZE(8)
Impressum