Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vps:mknod-dev-xvd [2010-01-05 17:06:01]
garrett.plasky
vps:mknod-dev-xvd [2011-08-10 20:47:21]
garrett.plasky Approved
Line 2: Line 2:
 On newer distros normally udev will create these devices but in some cases it doesnt know how to.  Our distros are deployed with the devices already created so that it's not a problem.  If your building your own distro or managed to foobar you /dev directory you may need to create the xvda, xvdb, xvdc... devices.  Below shows how to do this. On newer distros normally udev will create these devices but in some cases it doesnt know how to.  Our distros are deployed with the devices already created so that it's not a problem.  If your building your own distro or managed to foobar you /dev directory you may need to create the xvda, xvdb, xvdc... devices.  Below shows how to do this.
  
-<code console> +<sxh shell>mknod /dev/xvda b 202 0 
-mknod /dev/xvda b 202 0 +mknod /dev/xvdb b 202 16 
-mknod /dev/xvdb b 202 16 +mknod /dev/xvdc b 202 32 
-mknod /dev/xvdc b 202 32 +mknod /dev/xvdd b 202 48 
-mknod /dev/xvdd b 202 48 +mknod /dev/xvde b 202 64 
-mknod /dev/xvde b 202 64 +mknod /dev/xvdf b 202 80 
-mknod /dev/xvdf b 202 80 +mknod /dev/xvdg b 202 96 
-mknod /dev/xvdg b 202 96 +mknod /dev/xvdh b 202 112</sxh>
-mknod /dev/xvdh b 202 112 +
-</code>+
  
  
 {{tag>how-to vps}} {{tag>how-to vps}}