Date: Tue, 22 Oct 2013 12:16:29 -0500 From: Adam Vande More <amvandemore@gmail.com> To: Hans Middelhoek <hans@middelhoek.nl> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: FreeBSD 9.2 - problem with quotas Message-ID: <CA%2BtpaK0ZwvFdsi_97hcUiL%2BUwvHWjXB7NGjdtSjr=0_q3T7OdA@mail.gmail.com> In-Reply-To: <015701cecf24$15b8adc0$412a0940$@middelhoek.nl> References: <015701cecf24$15b8adc0$412a0940$@middelhoek.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 22, 2013 at 7:41 AM, Hans Middelhoek <hans@middelhoek.nl> wrote: > Hello, > > > > We upgraded 2 servers to FreeBSD 9.2, one 32-bit and the other 64-bit. Both > have problems with quotas now, we didn't change the config. > > > > Below is what happens on the 32-bit system: > > root@32bitserver:~ # cat /etc/fstab > > # Device Mountpoint FStype Options Dump > Pass# > > /dev/da0s1b none swap sw 0 0 > > /dev/da0s1a / ufs rw,userquota,groupquota 1 > 1 > > /dev/da0s1h /backup ufs rw,noauto,noatime 2 > 2 > > /dev/da0s1g /home ufs > rw,nosuid,userquota,groupquota 2 2 > > /dev/da0s1d /tmp ufs rw,noexec,nosuid 2 > 2 > > /dev/da0s1f /usr ufs rw 2 2 > > /dev/da0s1e /var ufs rw 2 2 > > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > proc /proc procfs rw 0 0 > > > > root@32bitserver:~ # mount > > /dev/da0s1a on / (ufs, local, with quotas) > > devfs on /dev (devfs, local, multilabel) > > /dev/da0s1g on /home (ufs, local, nosuid, with quotas, soft-updates) > > /dev/da0s1d on /tmp (ufs, local, noexec, nosuid, soft-updates) > > /dev/da0s1f on /usr (ufs, local, soft-updates) > > /dev/da0s1e on /var (ufs, local, soft-updates) > > procfs on /proc (procfs, local) > > > > root@32bitserver:~ # /usr/sbin/quotaoff -a > > root@32bitserver:~ # /usr/sbin/quotaon -a > > quotaon: using on /backup: No such file or directory > > quotaon: using on /backup: No such file or directory > You don't have a problem with quota's. You have problem with mount. Check your output. -- Adam Vande More
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BtpaK0ZwvFdsi_97hcUiL%2BUwvHWjXB7NGjdtSjr=0_q3T7OdA>