This shows you the differences between two versions of the page.
wiki:os:linux:mount-disku-swraid [2018/01/22 15:17] root vytvořeno |
wiki:os:linux:mount-disku-swraid [2018/01/22 15:17] (current) root |
||
---|---|---|---|
Line 2: | Line 2: | ||
< | < | ||
- | root@kaplan-pc:~# mount /dev/sdg3 /mnt/hdd -r | + | root@pc:~# mount /dev/sdg3 /mnt/hdd -r |
mount: neznámý typ systému souborů „linux_raid_member“ | mount: neznámý typ systému souborů „linux_raid_member“ | ||
</ | </ | ||
< | < | ||
- | root@kaplan-pc:~# mdadm --examine /dev/sdg3 | + | root@pc:~# mdadm --examine /dev/sdg3 |
/dev/sdg3: | /dev/sdg3: | ||
| | ||
Line 38: | Line 38: | ||
< | < | ||
- | root@kaplan-pc:~# mdadm -A -R /dev/md127 /dev/sdg3 | + | root@pc:~# mdadm -A -R /dev/md127 /dev/sdg3 |
mdadm: /dev/md127 has been started with 1 drive (out of 2). | mdadm: /dev/md127 has been started with 1 drive (out of 2). | ||
</ | </ | ||
< | < | ||
- | root@kaplan-pc:~# mount /dev/md127 /mnt/hdd -r | + | root@pc:~# mount /dev/md127 /mnt/hdd -r |
</ | </ |