Mounting EBS volume to AWS ec2 Posted on August 16, 2022 by jiseung Stop an instance and detach the volume Attach the volume to another instance Mount the volume with commands below sudo mkdir -m 000 /vol sudo mount /dev/xvdf1 /vol -t ext4