Skip to content

Instantly share code, notes, and snippets.

@openube
Forked from UedaTakeyuki/install_exfat.sh
Created July 9, 2018 11:49
Show Gist options
  • Save openube/da7e8f178f6f1dd0f0057f787c324d90 to your computer and use it in GitHub Desktop.
Save openube/da7e8f178f6f1dd0f0057f787c324d90 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