Cant access ephemeral storage on Amazon ubuntu instance

Posted by matt burns on Ask Ubuntu See other posts from Ask Ubuntu or by matt burns
Published on 2012-06-08T14:22:31Z Indexed on 2012/06/09 10:47 UTC
Read the original article Hit count: 329

Filed under:
|
|

I want to utilise my ephemeral storage as mentioned in this question but I seem to be falling at the first hurdle. I can't even see /mnt:

~$ df -ah
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda1      8.0G  855M  6.8G  12% /
proc               0     0     0    - /proc
sysfs              0     0     0    - /sys
none               0     0     0    - /sys/fs/fuse/connections
none               0     0     0    - /sys/kernel/debug
none               0     0     0    - /sys/kernel/security
udev            288M  8.0K  288M   1% /dev
devpts             0     0     0    - /dev/pts
tmpfs           119M  152K  118M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            296M     0  296M   0% /run/shm

This is from a vanilla instance of an ubuntu AMI (12.04-amd64-server-20120424 ami-a29943cb)

I'm not bothered about resizing the partition, I just want to be able to use the space for writing temp files.

© Ask Ubuntu or respective owner

Related posts about server

Related posts about amazon-ec2