Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/5aadc419994dbba395ff79757a0ef1aa to your computer and use it in GitHub Desktop.
Save christopher-baek/5aadc419994dbba395ff79757a0ef1aa to your computer and use it in GitHub Desktop.
Mount FAT External Hard Drive

Mount FAT External Hard Drive

# /etc/fstab
# UID and GID optional
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sdb1 /media/mypassport vfat rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment