oi on Nostr: Keeps missing => You can use CryptSetup on #Linux: (assuming `sudo` in front of each ...
Keeps missing =>
You can use CryptSetup on #Linux: (assuming `sudo` in front of each command)
```cryptsetup luksFormat /dev/mmcblk0
cryptsetup luksOpen /dev/mmcblk0 opt
ls -arlt /dev/mapper | tail
ls -l /dev/mapper/opt
mkfs -t ext4 /dev/mapper/opt```
Where we've named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems
```mount /dev/mapper/opt /opt
umount /opt
cryptsetup luksClose opt
ls -l /dev/mapper/opt
'no such file'```
That's not what I posted =>
All I see is #VeraCrypt. He's podcasting, you can listen with Android on https://fountain.fm/oi?code=ce25e6f91a , his podcast https://fountain.fm/show/m7qullz5GucrfjeqaB9l
You can use CryptSetup on #Linux: (assuming `sudo` in front of each command)
```
fdisk -l
```
Assuming `mmcblk0` is the sdcard:
`shred -v -n 1 /dev/mmcblk0`
where -v, verbose and -n, number of iterations
```cryptsetup luksFormat /dev/mmcblk0
cryptsetup luksOpen /dev/mmcblk0 opt
ls -arlt /dev/mapper | tail
ls -l /dev/mapper/opt
mkfs -t ext4 /dev/mapper/opt```
Where we've named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems
```mount /dev/mapper/opt /opt
umount /opt
cryptsetup luksClose opt
ls -l /dev/mapper/opt
'no such file'```
nevent1q…790e
Published at
2023-06-21 22:22:19Event JSON
{
"id": "cbed2c7c169152fde189b15ae26bc45b0e8306687abe358277e81838e4fc70b3",
"pubkey": "d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf",
"created_at": 1687386139,
"kind": 1,
"tags": [
[
"e",
"3825f5a402914e6c9764378775f2cc48f2aeffeca40483b97a175d5bd6146918",
"",
"mention"
],
[
"p",
"d3070b8d93883c80d8a578387ca33ae064dc30218ad04e83bf4edb277c881fbf",
"",
"mention"
],
[
"t",
"Linux"
],
[
"t",
"linux"
]
],
"content": "Keeps missing =\u003e \n\nYou can use CryptSetup on #Linux: (assuming `sudo` in front of each command)\n\n```cryptsetup luksFormat /dev/mmcblk0\n\ncryptsetup luksOpen /dev/mmcblk0 opt\n\nls -arlt /dev/mapper | tail\nls -l /dev/mapper/opt\n\nmkfs -t ext4 /dev/mapper/opt```\n\nWhere we've named the encrypted drive `opt` and opened in the systems /opt directory, -t is type ext4 which works on Linux systems \n\n```mount /dev/mapper/opt /opt\n\numount /opt\ncryptsetup luksClose opt\n\nls -l /dev/mapper/opt \n\n'no such file'```\nnostr:nevent1qqsrsf045spfznnvjajr0pm47txy3u4wllk2gpyrh9apwh2m6c2xjxqpz3mhxue69uhkummnw3ezummcw3ezuer9wcpzp5c8pwxe8zpusrv227pc0j3n4crymsczrzksf6pm7nkmya7gs8alqvzqqqqqqywteejh",
"sig": "cd13ddf6eb367cbee9c3a02e7d0ea196bb28c00ca27693e93ce53a14508ab4ac6f081f8a26d702c51d3df1375ebff3eecb82dc5b19ef57b95d6230ba67dcff1d"
}