Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   dmsetup    ( 8 )

низкоуровневое управление логическими томами (low level logical volume management)

Имя (Name)

dmsetup — low level logical volume management


Синопсис (Synopsis)

dmsetup clear device_name dmsetup create device_name [-n|--notable|--table table| table_file] [--readahead [+]sectors|auto|none] [-u|--uuid uuid] [--addnodeoncreate|--addnodeonresume] dmsetup create --concise [concise_device_specification] dmsetup deps [-o options] [device_name...] dmsetup help [-c|-C|--columns] dmsetup info [device_name...] dmsetup info -c|-C|--columns [--count count] [--interval seconds] [--noheadings] [-o fields] [-O|--sort sort_fields] [--nameprefixes] [--separator separator] [device_name] dmsetup load device_name [--table table|table_file] dmsetup ls [--target target_type] [-o options] [--exec command] [--tree] dmsetup mangle [device_name...] dmsetup message device_name sector message dmsetup mknodes [device_name...] dmsetup reload device_name [--table table|table_file] dmsetup remove [-f|--force] [--retry] [--deferred] device_name... dmsetup remove_all [-f|--force] [--deferred] dmsetup rename device_name new_name dmsetup rename device_name --setuuid uuid dmsetup resume device_name... [--addnodeoncreate|--addnodeonresume] [--noflush] [--nolockfs] [--readahead [+]sectors|auto|none] dmsetup setgeometry device_name cyl head sect start dmsetup splitname device_name [subsystem] dmsetup stats command [options] dmsetup status [--target target_type] [--noflush] [device_name...] dmsetup suspend [--nolockfs] [--noflush] device_name... dmsetup table [--concise] [--target target_type] [--showkeys] [device_name...] dmsetup targets dmsetup udevcomplete cookie dmsetup udevcomplete_all [age_in_minutes] dmsetup udevcookie dmsetup udevcreatecookie dmsetup udevflags cookie dmsetup udevreleasecookie [cookie] dmsetup version dmsetup wait [--noflush] device_name [event_nr] dmsetup wipe_table device_name... [-f|--force] [--noflush] [--nolockfs]

devmap_name major minor devmap_name major:minor


Описание (Description)

dmsetup manages logical devices that use the device-mapper driver. Devices are created by loading a table that specifies a target for each sector (512 bytes) in the logical device.

The first argument to dmsetup is a command. The second argument is the logical device name or uuid.

Invoking the dmsetup tool as devmap_name (which is not normally distributed and is supported only for historical reasons) is equivalent to dmsetup info -c --noheadings -j major -m minor.