So today I tired #mkfs.btrfs and this works. I was using #gparted, which can’t create #encrypted file systems and so I created a blank (cleared) one, used #cryptsetup to create the #encryption on the device, and then created the brtrfs file system.
So today I tired #mkfs.btrfs and this works. I was using #gparted, which can’t create #encrypted file systems and so I created a blank (cleared) one, used #cryptsetup to create the #encryption on the device, and then created the brtrfs file system.
In which I discuss Linux storage, partitions, gdisk, lvm, mkfs, and swap
https://peertube.tv/videos/watch/52fe590b-a791-4e9e-8c3c-2f01e1dee1a9
Hello tout le monde,
Je cherche à comprendre un truc.
J'ai buy un rpi4 ou je voudrais lui coller un ssd M.2 via usb3 comme rootfs (pour en faire ma station, pas besoin de plus)
Mais quand je fais un mkfs.ext4 /dev/sda2 (ou via gparted pour test avec les options qui vont avec)
J'ai systématiquement apres 6min25 +/- un :
error input/output while writing out and closing file system.
Du coup, le port claque mais je vois pas de fix sur le net...
Merci d'avance ;)
Create partitions using fdisk tool for any SD card or USB drive. Build a file system in those partitions. In this tutorial we create two partitions, the first one with fat32 filesystem and the second one with ext4 filesystem.
https://www.nayab.xyz/linux-tools/partitioning-using-fdisk.html
#fdisk #mkfs #drivepartitioning #linux