1ISOSIZE(8) SG_UTILS ISOSIZE(8)
2
3
4
6 isosize - outputs the length of an iso9660 file system
7
9 isosize [-x] [-d <num>] <iso9660_image_file>...
10
12 This command outputs the length of an iso9660 file system that is con‐
13 tained in given file. That file may be a normal file or a block device
14 (e.g. /dev/hdd or /dev/sr0). In the absence of any switches (or errors)
15 it will output the size of the iso9660 file system in bytes. This can
16 now be a large number (>> 4 GB).
17
18 -x output in humanly readable form the block count and the block
19 size. Output uses the term "sectors" for "blocks".
20
21 -d <num>
22 only has affect when -x is not given. The number output (if no
23 errors) is the iso9660 file size in bytes divided by <num>. So
24 if <num> is the block size then the output number will be the
25 block count.
26
27 The size of the file (or block device) holding a iso9660 file system
28 can be marginally larger than the actual size of the iso9660 file sys‐
29 tem. One reason for this is that cd writers are allowed to add "run
30 out" sectors at the end of a iso9660 image.
31
32
33
34sg3_utils-0.91 December 2000 ISOSIZE(8)