Displaying 1 result from an estimated 1 matches for "testfile2bs".
Did you mean:
testfile2
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
...a
3.useradd -m quotauser
4.setquota -u quotauser 1024 2048 10 20 -a /dev/sdc5
5.quotaon -avug
6.su - quotauser; cd /quota
7.
dd if=/dev/zero of=./testfile1 bs=1024 count=1024
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB) copied, 0.00825239 seconds, 127 MB/s
dd if=/dev/zero of=./testfile2bs=1024 count=10
sdc5: warning, user block quota exceeded.
10+0 records in
10+0 records out
10240 bytes (10 kB) copied, 0.000133629 seconds, 76.6 MB/s
at the first attempt,it successfully warn me a tip:
sdc5: warning, user block quota exceeded.
8.then I REMOVE all the dd created files by 'rm -rf...