Hi guys, i am running xen 3.1.0 from sources at my debian server. at the domU it seems there are no quota functionality: quotacheck -mav quotacheck: Cannot stat() mounted device /dev/hda1: No such file or directory quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. cat /etc/fstab cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 / ext3 defaults,errors=remount-ro,usrquota 0 1 /hda2 none swap sw 0 0 the /dev/hda1 is mounted with usrquota option. but why quota said to me theres no mounted device ? thanks for any hints, -- Have an nice day, Viele Grüße Dominique H Schramm _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I assume this has nothing to do with Xen. Maybe your kernel has no ext3 quota capabilities or the particular module is not loaded? I''ld try to use a domU kernel from the distro repository, or take a look in xen sources kernel config if all necessary ext3 is enabled. what shows "mount" or "cat /etc/mtab" ? Regards, Stephan Dominique H. Schramm schrieb:> Hi guys, > > > > i am running xen 3.1.0 from sources at my debian server. at the domU it > > seems there are no quota functionality: > > > > quotacheck -mav > > quotacheck: Cannot stat() mounted device /dev/hda1: No such file or > directory > > quotacheck: Cannot find filesystem to check or filesystem not mounted > with quota option. > > > > cat /etc/fstab > > > > cat /etc/fstab > > # <file system> <mount point> <type> <options> <dump> <pass> > > proc /proc proc defaults 0 0 > > /dev/hda1 / ext3 > defaults,errors=remount-ro,usrquota 0 1 > > /hda2 none swap sw 0 0 > > > > the /dev/hda1 is mounted with usrquota option. > > > > but why quota said to me theres no mounted device ? > > > > thanks for any hints, > > > > -- > > Have an nice day, > > > > Viele Grüße > > > > Dominique H Schramm > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Stephan Seitz Senior System Administrator *netz-haut* e.K. multimediale kommunikation zweierweg 22 97074 würzburg fon: +49 931 2876247 fax: +49 931 2876248 web: www.netz-haut.de <http://www.netz-haut.de/> registriergericht: amtsgericht würzburg, hra 5054 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Stephan, Cannot stat() mounted device /dev/hda1: No such file or directory this cames at the DomU - it seems quota cannot find the /dev/ ? the setup at my server is with LVM for the userspaces. any hints ? -- Have an nice day, Viele Grüße Dominique H Schramm> -----Original Message----- > From: Stephan Seitz [mailto:s.seitz@netz-haut.de] > Sent: Sunday, December 16, 2007 10:02 PM > To: Schramm eSales > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] xen and quota > > Hi, > > I assume this has nothing to do with Xen. Maybe your kernel has no > ext3 quota capabilities or the particular module is not loaded? > > I''ld try to use a domU kernel from the distro repository, or take a > look in xen sources kernel config if all necessary ext3 is enabled. > > what shows "mount" or "cat /etc/mtab" ? > > Regards, > > Stephan_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dominique H. Schramm wrote:> > Hi guys, > > > > i am running xen 3.1.0 from sources at my debian server. at the domU it > > seems there are no quota functionality: > > > > quotacheck -mav > > quotacheck: Cannot stat() mounted device /dev/hda1: No such file or > directory > > quotacheck: Cannot find filesystem to check or filesystem not mounted > with quota option. >I seriously doubt you have quota support in your kernel. Does "cat /proc/mouts" show the option usrquota for /dev/hda1? --Sadique> > > > cat /etc/fstab > > > > cat /etc/fstab > > # <file system> <mount point> <type> <options> <dump> <pass> > > proc /proc proc defaults 0 0 > > /dev/hda1 / ext3 > defaults,errors=remount-ro,usrquota 0 1 > > /hda2 none swap sw 0 0 > > > > the /dev/hda1 is mounted with usrquota option. > > > > but why quota said to me theres no mounted device ? > > > > thanks for any hints, > > > > -- > > Have an nice day, > > > > Viele Grüße > > > > Dominique H Schramm > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users