Skip to content

Instantly share code, notes, and snippets.

@piffy
Created April 10, 2018 17:50
Show Gist options
  • Save piffy/032b87dc74ab2958d3be1c7f49b2dcc0 to your computer and use it in GitHub Desktop.
Save piffy/032b87dc74ab2958d3be1c7f49b2dcc0 to your computer and use it in GitHub Desktop.
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