Created
April 10, 2018 17:50
-
-
Save piffy/032b87dc74ab2958d3be1c7f49b2dcc0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo mount -t "ntfs" -o "ro,uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdc4" /mnt | |
sudo mount -o loop /home/user/cd.iso /media/iso | |
dd if=/dev/zero of=fat.fs bs=1024 count=SIZE | |
mkfs.vfat fat.fs | |
mount -o loop fat.fs /mnt | |
https://www.maketecheasier.com/proc-filesystem-examine-linux-inner-working/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment