Skip to content

Instantly share code, notes, and snippets.

@yuukimiyo
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuukimiyo/f8911763d7e26f6b20b5 to your computer and use it in GitHub Desktop.
Save yuukimiyo/f8911763d7e26f6b20b5 to your computer and use it in GitHub Desktop.
AWSのLinuxインスタンスにログインできなくなった時の対処法 ref: http://qiita.com/YuukiMiyoshi/items/3a4df592002acd291228
[root@resq ~]# mkdir /mnt/attached_disk
[root@resq ~]# ls -l /dev/(4.でメモしたデバイス名)
[root@resq ~]# ls -l /dev/sda1
lrwxrwxrwx 1 root root 5 May 14 15:26 /dev/sda1 -> xvda1
[root@resq ~]# mount /dev/xvda1 /mnt/attached_disk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment