diff options
Diffstat (limited to 'system-notes.md')
| -rw-r--r-- | system-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system-notes.md b/system-notes.md index c2d30d2..6c3c39b 100644 --- a/system-notes.md +++ b/system-notes.md @@ -296,3 +296,9 @@ Here is the citation key: ``` authAuthEa('author',false,'_').lower + '_' + year + '_' + Title.lower.clean.nopunctordash.skipwords.select(1,4).condense('_') ``` + +# Flash drive +``` +cryptsetup open /dev/sda3 flashdrive +mount -o compress_algorithm=zstd:6,compress_chksum,atgc,gc_merge,lazytime /dev/mapper/flashdrive /mnt +``` |
