Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
45
rated 0 times [  45] [ 0]  / answers: 1 / hits: 80613  / 3 Years ago, sat, september 25, 2021, 4:22:26

When I type mount on the root of my Ubuntu system I get the output



/dev/xvdal on / type ext4 (rw,noatime)



I want to know what is the meaning of /dev/xvdal in this?


More From » mount

 Answers
2

You are on a Xen VPS(or virtual machine); xvd* are simply the Xen disk storage devices (Xen Virtual block Device). They appear instead of sda, etc. when you are using the more efficient paravirtualized Xen disk drivers instead of straight-up SCSI disk emulation. If you list the installed modules (drivers) on a Xen HVM, this driver will show as blkfront (or xen_blk if you are running on a very old Xen version--pretty rare).



In short, treat xvda1 exactly as you would sda1 on a regular PC.


[#36697] Sunday, September 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cupwire

Total Points: 365
Total Questions: 126
Total Answers: 125

Location: Malaysia
Member since Thu, Feb 16, 2023
1 Year ago
;