The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #8 (permalink)  
Old 05-13-2008
vbe vbe is offline
Registered User
 

Join Date: Sep 2005
Location: Switzerland
Posts: 382
in /etc/fstab:
#look for the tag quota
/dev/vg00/lvol8 /home hfs rw, suid, quota 0 2
# umount the affected filesystem if you can
# edit with vi, and remove the quota tag then remount the filesystem

Look at:
Linux File System Quotas

All the best

Last edited by vbe; 05-13-2008 at 10:06 AM.
Reply With Quote