AWS EBS Attach Additional Volume
1 Create Volume
EC2 AZ와 EBS AZ는 같아야 함.
EBS를 쓰고 싶으면, EBS 스냅샷을 다른 영역에 복사
2 Attach Volume
3 change file system/partition type, /dev/xvdf
mkfs -t ext4 /dev/xvdf
리눅스에서는 파일시스템을 쓸 때, mount 라는 과정을 거침.
/dev/xvdf 인채로 살아있기 때문에, 다른 폴더에 마운트시켜야함.
mount /dev/xvdf /Storage
? Reboot
앍ㅋㅋㅋㅋ