Created
October 19, 2020 16:23
-
-
Save red-avtovo/3475ebbf2988da2daf92d3bb4827861b to your computer and use it in GitHub Desktop.
Virtual EXT4FS drive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/zero of=test.img bs=4k count=60000 | |
#240 Mb | |
mkfs.ext4 test.img | |
tune2fs -c0 -i0 test.img | |
mount -o loop test.img /mnt/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment