Man page - blktool(8)
Packages contains this manual
Manual
BLKTOOL
NAMESYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
BUGS
AUTHOR
AVAILABILITY
NAME
blktool - Display or change block device settings
SYNOPSIS
blktool [options] device [ acoustic-mgmtĀ nnn ]
blktool [options] device [ block-szĀ nnn ]
blktool [options] device [ bus-id ]
blktool [options] device [ bus-stateĀ nnn ]
blktool [options] device [ class ]
blktool [options] device [ cd-speedĀ nnn ]
blktool [options] device [ defect-mgmtĀ off | on ]
blktool [options] device [ dev-keep-settingsĀ off | on ]
blktool [options] device [ dev-read-aheadĀ off | on ]
blktool [options] device [ dmaĀ off | on ]
blktool [options] device [ geometry ]
blktool [options] device [ i2o-rcacheĀ nnn ]
blktool [options] device [ i2o-wcacheĀ nnn ]
blktool [options] device [ id ]
blktool [options] device [ keep-settingsĀ off | on ]
blktool [options] device [ mediaĀ unlock | lock ]
blktool [options] device [ multiple-countĀ nnn ]
blktool [options] device [ no-write-errĀ off | on ]
blktool [options] device [ pio-dataĀ 16-bit | 32-bit ]
blktool [options] device [ pio-modeĀ nnn ]
blktool [options] device [ pm-modeĀ nnn ]
blktool [options] device [ queue-depthĀ nnn ]
blktool [options] device [ read-aheadĀ nnn ]
blktool [options] device [ readonlyĀ off | on ]
blktool [options] device [ reread-part ]
blktool [options] device [ reset ]
blktool [options] device [ sector-sz ]
blktool [options] device [ sleep ]
blktool [options] device [ standby ]
blktool [options] device [ unmask-irqĀ off | on ]
blktool [options] device [ version ]
blktool [options] [ version ]
blktool [options] device [ wcacheĀ off | on ]
DESCRIPTION
blktool is used for querying and/or changing settings of a block device.
device is the name of the block device to query or modify.
OPTIONS
|
-f |
For a few commands, blktool will flush the buffers of the block device out to disk, before performing the requested command. Specify this option, "force", disables any flushing blktool would attempt to do. |
-t class
where class is one of āideā, āataā, āscsiā, āi2oā, or āautoā to override the default auto-detection of device class.
COMMANDS
acoustic-mgmt
Query or set underlying deviceās acoustic level.
block-sz
Query or set device block size.
|
bus-id |
Query device bus id. |
bus-state
Query or set device bus state (0 off, 1 on, 2 tristate)
|
class |
Query the detected (or overridden, via -t) device class. Typically this will result in āATAā or āSCSIā for most devices. Detection is based on device major; thus your SATA device may appear as āSCSIā. |
cd-speed
Set CD-ROM device speed (in Kbytes/sec).
defect-mgmt
Toggle underlying deviceās defect management (obsolete).
dev-keep-settings
Toggle underlying deviceās revert-to-defaults-on-reset feature.
dev-read-ahead
Toggle underlying deviceās read-ahead feature.
|
dma |
Toggle DMA data transfer. Omitting the on/off argument will print the current state. |
geometry
Query device geometry (cylinders / heads / sectors / etc.).
i2o-rcache
Query or set an I2O block deviceās read cache.
i2o-wcache
Query or set an I2O block deviceās write cache.
|
id |
Query IDENTIFY [PACKET] DEVICE data. |
keep-settings
Keep settings across device resets. Omitting the on/off argument will print the current state.
|
media |
Lock in (or unlock) a removable device. |
multiple-count
Set multiple count for use in READ/WRITE MULTIPLE commands.
no-write-err
Toggle ignore-write-errors flag. Omitting the on/off argument will print the current state.
pio-data
ATA PIO data transfer via 16-bit or 32-bit I/O. Omitting the on/off argument will print the current state.
pio-mode
Set underlying ATA deviceās PIO data transfer mode.
pm-mode
Set underlying deviceās Advanced Power Management mode.
queued-depth
Query or set underlying deviceās queue depth.
read-ahead
Query or set block device read-ahead (in units of sectors).
readonly
Toggle block device read-only setting. Omitting the on/off argument will print the current state.
reread-part
Re-read partition table.
|
reset |
Execute device reset. |
sector-sz
Query device sector size.
|
sleep |
Put device to sleep immediately. |
standby
Put device in standby mode.
unmask-irq
Toggle unmasked irqs. Omitting the on/off argument will print the current state.
version
Print version number and exit.
|
wcache |
Toggle underlying deviceās writeback cache. |
BUGS
Inevitably there are some. Please report any you find.
AUTHOR
blktool was written by Jeff Garzik.
AVAILABILITY
blktool is available over the Web on the SourceForge site at http://sourceforge.net/projects/gkernel/