]> git.ipfire.org Git - thirdparty/util-linux.git/blob - disk-utils/isosize.8.adoc
Asciidoc: Review disk-utils man pages
[thirdparty/util-linux.git] / disk-utils / isosize.8.adoc
1 //po4a: entry man manual
2 = isosize(8)
3 :doctype: manpage
4 :man manual: System Administration
5 :man source: util-linux {release-version}
6 :page-layout: base
7 :command: isosize
8
9 == NAME
10
11 isosize - output the length of an iso9660 filesystem
12
13 == SYNOPSIS
14
15 *isosize* [options] _iso9660_image_file_
16
17 == DESCRIPTION
18
19 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).
20
21 == OPTIONS
22
23 *-x*, *--sectors*::
24 Show the block count and block size in human-readable form. The output uses the term "sectors" for "blocks".
25
26 *-d*, *--divisor* _number_::
27 Only has an effect when *-x* is not given. The value shown (if no errors) is the iso9660 file size in bytes divided by _number_. So if _number_ is the block size then the shown value will be the block count.
28 +
29 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.
30
31 == EXIT STATUS
32
33 *0*::
34 success
35 *1*::
36 generic failure, such as invalid usage
37 *32*::
38 all failed
39 *64*::
40 some failed
41
42 include::../man-common/bugreports.adoc[]
43
44 include::../man-common/footer.adoc[]
45
46 ifdef::translation[]
47 include::../man-common/translation.adoc[]
48 endif::[]