This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:os:linux:luks-externi-disk [2020/12/15 20:00] root |
wiki:os:linux:luks-externi-disk [2020/12/15 20:09] (current) root |
||
|---|---|---|---|
| Line 117: | Line 117: | ||
| Writing superblocks and filesystem accounting information: | Writing superblocks and filesystem accounting information: | ||
| </ | </ | ||
| + | |||
| + | **~$ sudo mkdir /mnt/RED** | ||
| + | |||
| + | **~$ sudo mount / | ||
| + | |||
| + | **~$ lsblk** | ||
| + | < | ||
| + | NAME | ||
| + | sda 8:0 0 931, | ||
| + | └─sda1 | ||
| + | └─red | ||
| + | </ | ||
| + | |||
| + | **~$ mount | grep -i red** | ||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Občas se stane, že napoprvé se oddíl přimountuje jako ro (read-only), | ||
| + | |||
| + | FIXME | ||
| + | * luksClose | ||
| + | * záloha LUKS hlavičky | ||
| + | |||