Skip to content

Instantly share code, notes, and snippets.

@UedaTakeyuki
Last active July 9, 2018 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save UedaTakeyuki/e186235fb145cdcf5ebc to your computer and use it in GitHub Desktop.
Save UedaTakeyuki/e186235fb145cdcf5ebc to your computer and use it in GitHub Desktop.
Install exfat on Raspberry Pi
# reference: http://www.limemo.net/blog/2013/12/ラズベリーパイを使ってみる-windows-vista以降で使えるフ.html
sudo apt-get install exfat-fuse exfat-utils
# format
#mkfs.exfat /dev/(デバイス名)
# mount
# sudo mount -t exfat /dev/(デバイス名) /mnt/hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment