I've setup an EC2 instance and have 2 EBS volumes attached to it. I would like to view the contents of each volume. How do I view it via the terminal (cd /somePath)? I've already have a valid SSH connection to the EC2 instance.
Edit:
From the AWS console, one of the volume is i-9167d3ff:/dev/sda1. I tried to do cd /dev/sda1 but I get the message -bash: cd: /dev/sda1: Not a directory