Skip to content

Instantly share code, notes, and snippets.

@UedaTakeyuki
Last active January 27, 2016 01:28
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 UedaTakeyuki/346b8c51220060bed9ef to your computer and use it in GitHub Desktop.
Save UedaTakeyuki/346b8c51220060bed9ef to your computer and use it in GitHub Desktop.
install xsf on Raspberry Pi.
# reference: http://www.limemo.net/blog/2013/12/ラズベリーパイを使ってみる-標準より高速なフ.html
sudo apt-get install xfsprogs
# format
#mkfs.xfs /dev/(デバイス名)
# mount
# sudo mount -t xfs /dev/(デバイス名) /mnt/hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment