| dmsetup | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| NAME | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
The first argument to dmsetup is a command. The second argument is the logical device name or uuid.
Invoking the command as devmap_name is equivalent to
dmsetup info -c --noheadings -j major -m minor.
| OPTIONS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| COMMANDS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| TABLE FORMAT | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
There are currently three simple target types available together with more complex optional ones that implement snapshots and mirrors.
| EXAMPLES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
# A table to join two disks together
0 1028160 linear /dev/hda 0
1028160 3903762 linear /dev/hdb 0
# A table to stripe across the two disks,
# and add the spare space from
# hdb to the back of the volume
0 2056320 striped 2 32 /dev/hda 0 /dev/hdb 0
2056320 2875602 linear /dev/hdb 1028160
| ENVIRONMENT VARIABLES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| AUTHORS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| SEE ALSO | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| Table des mots clés | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
| -c|-C|--columns | OPTIONS |
| createdevice_name [-u uuid] [--notable | --table <table> | table_file] | COMMANDS |
| deps[device_name] | COMMANDS |
| DM_DEV_DIR | ENVIRONMENT VARIABLES |
| error | TABLE FORMAT |
| help[-c|-C|--columns] | COMMANDS |
| info[--noheadings] [--separator separator] [-o fields] [-O|--sort sort_fields] | COMMANDS |
| info[device_name] | COMMANDS |
| lineardestination_device start_sector | TABLE FORMAT |
| load|reloaddevice_name [--table <table> | table_file] | COMMANDS |
| ls[--target target_type] | COMMANDS |
| messagedevice_name sector message | COMMANDS |
| mknodes[device_name] | COMMANDS |
| remove[-f|--force] device_name | COMMANDS |
| remove_all[-f|--force] | COMMANDS |
| renamedevice_name new_name | COMMANDS |
| resumedevice_name | COMMANDS |
| setgeometrydevice_name cyl head sect start | COMMANDS |
| status[--target target_type] | COMMANDS |
| stripednum_stripes chunk_size [destination start_sector]+ | TABLE FORMAT |
| suspend[--nolockfs] [--noflush] | COMMANDS |
| table[--target target_type] | COMMANDS |
| targets | COMMANDS |