From 8d416aa3cc6a562cb4d676eafb92d52b1ef3d334 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 10 Feb 2026 09:56:03 -0500 Subject: updates --- system-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system-notes.md') 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 +``` -- cgit v1.2.3-71-gdd5e