Skip to content

Instantly share code, notes, and snippets.

@tobert
Created March 25, 2014 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobert/9754425 to your computer and use it in GitHub Desktop.
Save tobert/9754425 to your computer and use it in GitHub Desktop.
efi vfat on /boot
[root@sysresccd /]# mount /dev/sdd1 /boot -t vfat
[root@sysresccd /]# mount -t vfat
/dev/sdd1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment