Does anyone know the problem with missing device nodes (like /dev/hda1) in domU? Must the device nodes used in domU exist in the dom0? What i have to do, when some device nodes are missing in domU? Stephan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>Does anyone know the problem with missing device nodes (like >/dev/hda1) indomU?>Must the device nodes used in domU exist in the dom0?>What i have to do, when some device nodes are missing in domU?>StephanHi, #MAKEDEV -d /mnt/dev -x [missing_devices] eg: #MAKEDEV -d /mnt/dev -x hda1 would create whatever devices are missing in domU>Must the device nodes used in domU exist in the dom0? -no-Sweekar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > Does anyone know the problem with missing device nodes (like >/dev/hda1) in domU? > > > > Must the device nodes used in domU exist in the dom0? > > > > What i have to do, when some device nodes are missing in domU? > > Hi,#MAKEDEV -d /mnt/dev -x [missing_devices]eg: #MAKEDEV -d /mnt/dev -x hda1would create whatever devices are > missing in domU>Must the device nodes used in domU exist in the dom0? -no-SweekarI don''t have a MAKEDEV command. What''s that? Stephan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, #mknod hda b 3 0 #mknod hda1 b 3 1 #mknod hda2 b 3 2 Should work then... -Sweekar On 10/19/05, Stephan Böni <boeni@bpm.ch> wrote:> > > > Does anyone know the problem with missing device nodes (like > >/dev/hda1) in domU? > > > > > > Must the device nodes used in domU exist in the dom0? > > > > > > What i have to do, when some device nodes are missing in domU? > > > > Hi,#MAKEDEV -d /mnt/dev -x [missing_devices]eg: #MAKEDEV -d /mnt/dev -x > hda1would create whatever devices are > > missing in domU>Must the device nodes used in domU exist in the dom0? > -no-Sweekar > > I don''t have a MAKEDEV command. What''s that? > > Stephan > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users