What's the difference between /dev/sda1 and /dev/xvda1?

The Linux Operating System uses /dev/sda1, /dev/xvda1, etc., to identify block storage devices. From looking at their names, what's the difference between these two devices?

1 Answer

The /dev/sda device is provided for support of legacy devices and installations that don't understand Xen native virtual disks. The /dev/xvda1 device is the native device and the one you should use.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like