1
0
Fork 0
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:
Like-all 2014-08-25 14:50:27 +04:00
parent 388917bb5b
commit 786e90e864

View file

@ -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