Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Long hair minimizes the need for barbers; socks can be done without; one leather jacket solves the coat problem for many years; suspenders are superfluous.
- Albert Einstein
Enabling Quotas
Saturday, July 24, 2004 by digitalpeer
Edit your fstab entry to something like
/dev/hda1 /home ext3 defaults,usrquota 1 2
- umount and mount the disk read-only
- run quotacheck -c /home to create the quota file in the root directory of the disk
- umount and mount the disk read-write
- run quotaon /home to turn on the quota checking
- use edquota or setquota to set individual quotas