Creating encrypted loopfs under Ubuntudm-cryptencryptionlinuxloopfsubuntu h by Bazyli Brzóska | December 31st, 2014 | Code & Securityhttps://www.digitalocean.com/community/tutorials/how-to-use-dm-crypt-to-create-an-encrypted-volume-on-an-ubuntu-vpshttps://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_a_non-root_file_systemhttps://wiki.archlinux.org/index.php/Tomb… Create a hundred loopback partitions with SANEiloopbackloopfsSANEi h by Bazyli Brzóska | May 18th, 2014 | Code & SecurityShell sanmod filesystem-tools createloopfs /home/where-to-create-images 1248M /home/mount-points-here 99 /etc/fstab1sanmod filesystem-tools createloopfs /home/where-to-create-images 1248M /home/mount-points-here 99 /etc/fstab… mount: could not find any free loop devicelinuxloopfsmount h by Bazyli Brzóska | April 15th, 2014 | Code & SecurityYou’ll have 120 loop devices:Shell for i in {8..120}; do mknod -m640 /dev/loop$i b 7 $i; done1for i in {8..120…
Create a hundred loopback partitions with SANEiloopbackloopfsSANEi h by Bazyli Brzóska | May 18th, 2014 | Code & SecurityShell sanmod filesystem-tools createloopfs /home/where-to-create-images 1248M /home/mount-points-here 99 /etc/fstab1sanmod filesystem-tools createloopfs /home/where-to-create-images 1248M /home/mount-points-here 99 /etc/fstab… mount: could not find any free loop devicelinuxloopfsmount h by Bazyli Brzóska | April 15th, 2014 | Code & SecurityYou’ll have 120 loop devices:Shell for i in {8..120}; do mknod -m640 /dev/loop$i b 7 $i; done1for i in {8..120…
mount: could not find any free loop devicelinuxloopfsmount h by Bazyli Brzóska | April 15th, 2014 | Code & SecurityYou’ll have 120 loop devices:Shell for i in {8..120}; do mknod -m640 /dev/loop$i b 7 $i; done1for i in {8..120…