What's the difference between /dev/sda1 and /dev/xvda1?
Solution 1:
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.