Created
February 15, 2012 23:35
-
-
Save psykidellic/1840061 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-10-161-46-55:~$ sudo mount -a | |
mount: wrong fs type, bad option, bad superblock on /dev/xvdh, | |
missing codepage or helper program, or other error | |
In some cases useful info is found in syslog - try | |
dmesg | tail or so | |
ubuntu@ip-10-161-46-55:~$ sudo fdisk -l | |
Disk /dev/xvda1: 8589 MB, 8589934592 bytes | |
255 heads, 63 sectors/track, 1044 cylinders, total 16777216 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 identifier: 0x00000000 | |
Disk /dev/xvda1 doesn't contain a valid partition table | |
Disk /dev/xvdh: 10.7 GB, 10737418240 bytes | |
255 heads, 63 sectors/track, 1305 cylinders, total 20971520 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 identifier: 0x00000000 | |
Disk /dev/xvdh doesn't contain a valid partition table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment