mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
mdadm: mistype fix
This commit is contained in:
parent
388917bb5b
commit
786e90e864
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@
|
|||
|
||||
- mark disk as failed
|
||||
|
||||
`mdadm {{/path/to/raid_device_file}} -f {/path/to/disk_device_file{}}`
|
||||
`mdadm {{/path/to/raid_device_file}} -f {{/path/to/disk_device_file}}`
|
||||
|
||||
- remove disk
|
||||
|
||||
`mdadm {{/path/to/raid_device_file}} -r {/path/to/disk_device_file{}}`
|
||||
`mdadm {{/path/to/raid_device_file}} -r {{/path/to/disk_device_file}}`
|
||||
|
||||
- add disk to array
|
||||
|
||||
`mdadm {{/path/to/raid_device_file}} -a {/path/to/disk_device_file{}}`
|
||||
`mdadm {{/path/to/raid_device_file}} -a {{/path/to/disk_device_file}}`
|
||||
|
||||
- show RAID info
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue