meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:qnap_ts-228 [2023/02/21 18:38] – niziak | hw:qnap_ts-228 [2023/03/16 13:19] (current) – niziak | ||
|---|---|---|---|
| Line 204: | Line 204: | ||
| <code bash> | <code bash> | ||
| cryptsetup luksOpen / | cryptsetup luksOpen / | ||
| + | mount / | ||
| </ | </ | ||
| Line 215: | Line 216: | ||
| + | ===== unmount and shutdown ===== | ||
| + | <code bash> | ||
| + | umount / | ||
| + | cryptsetup luksClose nas | ||
| + | dmsetup remove vg1-lv544 | ||
| + | dmsetup remove vg1-lv1 | ||
| + | mdadm --stop /dev/md1 | ||
| + | |||
| + | mdadm --stop /dev/md256 | ||
| + | mdadm --stop /dev/md9 | ||
| + | mdadm --stop /dev/md322 | ||
| + | mdadm --stop /dev/md13 | ||
| + | </ | ||