]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/isosize.8.adoc
Asciidoc: Add Po4a hint to file headers
[thirdparty/util-linux.git] / disk-utils / isosize.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
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
11isosize - output the length of an iso9660 filesystem
12
13== SYNOPSIS
14
4d297435 15*isosize* [options] _iso9660_image_file_
c6a568fc
MB
16
17== DESCRIPTION
18
19This 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
29The 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____
34*0*::
35 success
36*1*::
37 generic failure, such as invalid usage
38*32*::
39 all failed
40*64*::
41 some failed
42____
43
44include::../man-common/bugreports.adoc[]
45
46include::../man-common/footer.adoc[]
47
48ifdef::translation[]
49include::../man-common/translation.adoc[]
50endif::[]