1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
'\" t
.\" Title: blockdev
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2025-02-26
.\" Manual: System Administration
.\" Source: util-linux 2.41
.\" Language: English
.\"
.TH "BLOCKDEV" "8" "2025-02-26" "util\-linux 2.41" "System Administration"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
. mso www.tmac
. am URL
. ad l
. .
. am MTO
. ad l
. .
. LINKSTYLE blue R < >
.\}
.SH "NAME"
blockdev \- call block device ioctls from the command line
.SH "SYNOPSIS"
.sp
\fBblockdev\fP [\fB\-q\fP] [\fB\-v\fP] \fIcommand\fP [\fIcommand\fP...] \fIdevice\fP [\fIdevice\fP...]
.sp
\fBblockdev\fP \fB\-\-report\fP [\fIdevice\fP...]
.sp
\fBblockdev\fP \fB\-h\fP|\fB\-V\fP
.SH "DESCRIPTION"
.sp
The utility \fBblockdev\fP allows one to call block device ioctls from the command line.
.SH "OPTIONS"
.sp
\fB\-q\fP
.RS 4
Be quiet.
.RE
.sp
\fB\-v\fP
.RS 4
Be verbose.
.RE
.sp
\fB\-\-report\fP
.RS 4
Print a report for the specified device. It is possible to give multiple devices. If none is given, all devices which appear in \fI/proc/partitions\fP are shown. Note that the partition StartSec is in 512\-byte sectors.
.RE
.sp
\fB\-h\fP, \fB\-\-help\fP
.RS 4
Display help text and exit.
.RE
.sp
\fB\-V\fP, \fB\-\-version\fP
.RS 4
Display version and exit.
.RE
.SH "COMMANDS"
.sp
It is possible to give multiple devices and multiple commands.
.sp
\fB\-\-flushbufs\fP
.RS 4
Flush buffers.
.RE
.sp
\fB\-\-getalignoff\fP
.RS 4
Get alignment offset.
.RE
.sp
\fB\-\-getbsz\fP
.RS 4
Print the blocksize in bytes. This size does not describe device topology. It\(cqs the size used internally by the kernel and it may be modified (for example) by filesystem driver on mount.
.RE
.sp
\fB\-\-getdiscardzeroes\fP
.RS 4
Get discard zeroes support status.
.RE
.sp
\fB\-\-getdiskseq\fP
.RS 4
Get disk sequence number.
.RE
.sp
\fB\-\-getzonesz\fP
.RS 4
Get zone size in 512\-byte sectors.
.RE
.sp
\fB\-\-getfra\fP
.RS 4
Get filesystem readahead in 512\-byte sectors.
.RE
.sp
\fB\-\-getiomin\fP
.RS 4
Get minimum I/O size.
.RE
.sp
\fB\-\-getioopt\fP
.RS 4
Get optimal I/O size.
.RE
.sp
\fB\-\-getmaxsect\fP
.RS 4
Get max sectors per request.
.RE
.sp
\fB\-\-getpbsz\fP
.RS 4
Get physical block (sector) size.
.RE
.sp
\fB\-\-getra\fP
.RS 4
Print readahead (in 512\-byte sectors).
.RE
.sp
\fB\-\-getro\fP
.RS 4
Get read\-only. Print 1 if the device is read\-only, 0 otherwise.
.RE
.sp
\fB\-\-getsize64\fP
.RS 4
Print device size in bytes.
.RE
.sp
\fB\-\-getsize\fP
.RS 4
Print device size (32\-bit!) in sectors. Deprecated in favor of the \fB\-\-getsz\fP option.
.RE
.sp
\fB\-\-getss\fP
.RS 4
Print logical sector size in bytes \- usually 512.
.RE
.sp
\fB\-\-getsz\fP
.RS 4
Get size in 512\-byte sectors.
.RE
.sp
\fB\-\-rereadpt\fP
.RS 4
Reread partition table.
.RE
.sp
\fB\-\-setbsz\fP \fIbytes\fP
.RS 4
Set blocksize. Note that the block size is specific to the current file descriptor opening the block device, so the change of block size only persists for as long as \fBblockdev\fP has the device open, and is lost once \fBblockdev\fP exits.
.RE
.sp
\fB\-\-setfra\fP \fIsectors\fP
.RS 4
Set filesystem readahead (same as \fB\-\-setra\fP on 2.6 kernels).
.RE
.sp
\fB\-\-setra\fP \fIsectors\fP
.RS 4
Set readahead (in 512\-byte sectors).
.RE
.sp
\fB\-\-setro\fP
.RS 4
Set read\-only. The currently active access to the device may not be affected by the change. For example, a filesystem already mounted in read\-write mode will not be affected. The change applies after remount.
.RE
.sp
\fB\-\-setrw\fP
.RS 4
Set read\-write.
.RE
.SH "AUTHORS"
.sp
\fBblockdev\fP was written by Andries E. Brouwer and rewritten by Karel Zak.
.SH "REPORTING BUGS"
.sp
For bug reports, use the \c
.URL "https://github.com/util\-linux/util\-linux/issues" "issue tracker" "."
.SH "AVAILABILITY"
.sp
The \fBblockdev\fP command is part of the util\-linux package which can be downloaded from \c
.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
|