AWS - create new xfs volume


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mkfs.xfs /dev/sdh
  2. echo "/dev/sdh /vol xfs noatime 0 0" >> /etc/fstab
  3. mkdir /vol
  4. mount /vol

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.