Global Feed Post Login
Replying to Avatar Oi

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'```

nostr:nevent1qqsrsf045spfznnvjajr0pm47txy3u4wllk2gpyrh9apwh2m6c2xjxqpz3mhxue69uhkummnw3ezummcw3ezuer9wcpzp5c8pwxe8zpusrv227pc0j3n4crymsczrzksf6pm7nkmya7gs8alqvzqqqqqqywteejh

Avatar
Oi 2y ago

nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z

For some reason the post refuses to show `cryptsetup luksFormat `... Tried three times

nostr:nevent1qqsvhmfv0stfz5hauxymzkhzd0z9kr5rqe584034sfm7sxpcun78pvcpz3mhxue69uhkummnw3ezummcw3ezuer9wcpzp5c8pwxe8zpusrv227pc0j3n4crymsczrzksf6pm7nkmya7gs8alqvzqqqqqqynr2z4p

Reply to this note

Please Login to reply.

Discussion

No replies yet.