Last active
July 9, 2018 11:49
-
-
Save UedaTakeyuki/e186235fb145cdcf5ebc to your computer and use it in GitHub Desktop.
Install exfat on Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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