I just tested it out:
I made a luks usb, put a test file on it and ran fsck on the actual drive partition. The decrypted device is still fine and the test file is accessible!
Still though you should not run fsck on the encrypted partition.
// Test of code markdown package main import ( "fmt" ) func main() { for i := 0; i < 4000000000000; i++ { fmt.Println("Money printer go burrrrrrrrrrrrrr") } }
Thanks for testing!
reply