Skip to content

Instantly share code, notes, and snippets.

@keshavab
Created December 11, 2014 13:11
Show Gist options
  • Select an option

  • Save keshavab/091d14487e49bde34023 to your computer and use it in GitHub Desktop.

Select an option

Save keshavab/091d14487e49bde34023 to your computer and use it in GitHub Desktop.
parted -s /dev/sdb mklabel gpt
parted -s /dev/sdb mkpart data xfs 0% 100%
mkfs.xfs -f -L sdb /dev/sdb1
mount -t xfs -o noatime,nodiratime,logbufs=8 -L sdb /srv/node/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment