On Sun, Oct 13, 2013 at 01:54:37PM -0400, Sean Darcy wrote:
$ fdisk -l /dev/xvdf Disk /dev/xvdf: 2147 MB, 2147483648 bytes, 4194304 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x20ac7dda This doesn't look like a partition table
Try just mounting it, not as partitioned but as a "partition" itself.
mount /dev/xvdf1 /mnt/xvdf1 mount: special device /dev/xvdf1 does not exist
mount /dev/xvdf /mnt