Re: quotas on vnode disks

2003-07-08 Thread mark tinguely
 Long story short. Is it possible to enable quota support on vnode disks as
 doing a mount -o usrquota,grpquota /dev/vn0 /mnt/point just isn't working
 for me

did you add:

in /etc/fstab:

/dev/vn0c   /mnt/point  ufs rw,userquota,groupquota 0   0

just mount the regular way:

# mount /mnt/point

(assuming you already made the /mnt/point/quota.user and /mnt/point/quota.group)
let the quota consistancy program do it thing:

# quotacheck /mnt/point

turn on quotas:

# quotaon /mnt/point

If the configuration variable enable_quotas and check_quotas,
are equal to YES this gets done at bootup.

--Mark Tinguely
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


quotas on vnode disks

2003-07-07 Thread Rus Foster
Hi All,
Long story short. Is it possible to enable quota support on vnode disks as
doing a mount -o usrquota,grpquota /dev/vn0 /mnt/point just isn't working
for me

Rgds

Rus

-- 
www: http://www.65535.net   | Hosting - Shell Accounts
MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo
e: [EMAIL PROTECTED]   | Community: http://www.65535.org
t: +44 (0) 7092016595   | 10% Donation on every FreeBSD product
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: quotas on vnode disks

2003-07-07 Thread Clement Laforet
On Mon, 7 Jul 2003 15:40:06 -0700 (PDT)
Rus Foster [EMAIL PROTECTED] wrote:

 Hi All,
 Long story short. Is it possible to enable quota support on vnode disks as
 doing a mount -o usrquota,grpquota /dev/vn0 /mnt/point just isn't working
 for me

It should world since quota are FS related.
If your image has UFS fs, it sould be OK.

clem
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]