-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo file -s /dev/xvdf command failed #13
Comments
named what ? |
can you give a little more info, what steps you are doing, what error you see |
Great response time :) yes i'm referring to the device. In the lesson it's listed as /dev/sdf, to make it so the command sudo file -s /dev/xvdf didn't fail, i changed the name in the EC2 console to /dev/xvdf when attaching the EBSTestVolume to the EC2 instance |
I'll have a look because /dev/sdf should be mapped as /dev/xvdf in linux |
sudo file -s /dev/xvdf failed after attaching volume to the EC2 instance. To fix it i named it /dev/xvdf when i attached the volume
The text was updated successfully, but these errors were encountered: