When i start my domU, often there are not all filesystems mounted, as defined in /etc/fstab. In all cases the device nodes, like /dev/hda3, are missing. After every reboot of my domU some other device nodes are gone and others are now there, but never all of them. That''s really ugly. # mount /dev/hda1 on / type reiserfs (rw,acl,user_xattr) proc on /proc type proc (rw) /dev/hda13 on /usr type reiserfs (rw) /dev/hda2 on /cdb type reiserfs (rw) /dev/hda4 on /data/docarchive type reiserfs (rw) /dev/hda5 on /home type reiserfs (rw) /dev/hda7 on /data/mailserver type reiserfs (rw) /dev/hda8 on /data/pos type reiserfs (rw) /dev/hda9 on /data/pub type reiserfs (rw) /dev/hda11 on /tmp type reiserfs (rw) /dev/hda12 on /data/transfer type reiserfs (rw) /dev/hda14 on /var type reiserfs (rw) # # mount /dev/hda10 mount: special device /dev/hda10 does not exist # # mount /dev/hda3 mount: special device /dev/hda3 does not exist Does anybody know a solution for this problem? Stephan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 10/17/05, Stephan Böni <boeni@bpm.ch> wrote:> > When i start my domU, often there are not all filesystems mounted, as > defined in /etc/fstab. In all cases the device nodes, like /dev/hda3, are > missing. After every reboot of my domU some other device nodes are gone and > others are now there, but never all of them. That''s really ugly. > # mount > /dev/hda1 on / type reiserfs (rw,acl,user_xattr) > proc on /proc type proc (rw) > /dev/hda13 on /usr type reiserfs (rw) > /dev/hda2 on /cdb type reiserfs (rw) > /dev/hda4 on /data/docarchive type reiserfs (rw) > /dev/hda5 on /home type reiserfs (rw) > /dev/hda7 on /data/mailserver type reiserfs (rw) > /dev/hda8 on /data/pos type reiserfs (rw) > /dev/hda9 on /data/pub type reiserfs (rw) > /dev/hda11 on /tmp type reiserfs (rw) > /dev/hda12 on /data/transfer type reiserfs (rw) > /dev/hda14 on /var type reiserfs (rw) > # > # mount /dev/hda10 > mount: special device /dev/hda10 does not exist > # > # mount /dev/hda3 > mount: special device /dev/hda3 does not exist > Does anybody know a solution for this problem? > Stephan > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-usersThat''s weird! Do you have corresponding entry for each of them in the domU config? -- benjamin rualthanzauva _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Von: benjamin [mailto:benjaminrtz@gmail.com] On 10/17/05, Stephan Böni < boeni@bpm.ch> wrote: When i start my domU, often there are not all filesystems mounted, as defined in /etc/fstab. In all cases the device nodes, like /dev/hda3, are missing. After every reboot of my domU some other device nodes are gone and others are now there, but never all of them. That''s really ugly. # mount /dev/hda1 on / type reiserfs (rw,acl,user_xattr) proc on /proc type proc (rw) /dev/hda13 on /usr type reiserfs (rw) /dev/hda2 on /cdb type reiserfs (rw) /dev/hda4 on /data/docarchive type reiserfs (rw) /dev/hda5 on /home type reiserfs (rw) /dev/hda7 on /data/mailserver type reiserfs (rw) /dev/hda8 on /data/pos type reiserfs (rw) /dev/hda9 on /data/pub type reiserfs (rw) /dev/hda11 on /tmp type reiserfs (rw) /dev/hda12 on /data/transfer type reiserfs (rw) /dev/hda14 on /var type reiserfs (rw) # # mount /dev/hda10 mount: special device /dev/hda10 does not exist # # mount /dev/hda3 mount: special device /dev/hda3 does not exist Does anybody know a solution for this problem? That''s weird! Do you have corresponding entry for each of them in the domU config? Of course. ..... # storage devices: disk = [ ''phy:xenvg/inhouse-root,hda1,w'', ''phy:xenvg/inhouse-cdb,hda2,w'', ''phy:xenvg/inhouse-comserver,hda3,w'', ''phy:xenvg/inhouse-docarchive,hda4,w'', ''phy:xenvg/inhouse-home,hda5,w'', ''phy:xenvg/inhouse-journal,hda6,w'', ''phy:xenvg/inhouse-mailserver,hda7,w'', ''phy:xenvg/inhouse-pos,hda8,w'', ''phy:xenvg/inhouse-pub,hda9,w'', ''phy:xenvg/inhouse-srv,hda10,w'', ''phy:xenvg/inhouse-tmp,hda11,w'', ''phy:xenvg/inhouse-transfer,hda12,w'', ''phy:xenvg/inhouse-usr,hda13,w'', ''phy:xenvg/inhouse-var,hda14,w'', ''phy:xenvg/inhouse-swap,hdb1,w'', ''phy:xenvg/susedvd,hdc1,r'' ] ..... Stephan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users