|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
disk quota problem
Hi,
I am executing following in the script file cat rampIdent.CARE*.txt | rsort.exe -T $BULK_TMP_DIR > rampIdent.ALL.tmp.txt The txt files are around 20 and each are of average size 60 MB. rsort.exe is a program that combines and sorts the input given to it and writes output onto stdout which is redirected to a file. I am getting the error "Disk quota exceeded" when I run this. The quota is set on home directory which has a limit of 500 MB. The script is run from home directory but the txt files and the final output txt files are created in project workspace where no quota is set. what can be the problem? |
| Sponsored Links | ||
|
|
|
#2
|
||||
|
||||
|
You need to up the disk quota for your home directory.
|
|
#3
|
|||
|
|||
|
Can you kindly explain me whats the need to increase home quota.
Though the script is run from home directory, within the script it changes the directory to the project area where the files to be sorted are present. And in this area there is no quota set and the disk usage is also only 43%. Thanks Vadi |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disk Quota | solaris5.10 | UNIX for Dummies Questions & Answers | 1 | 01-22-2009 03:55 AM |
| Disk quota exceeded...... | thehaapyappy | UNIX for Dummies Questions & Answers | 8 | 05-13-2008 01:07 PM |
| Increasing Disk Quota | thehaapyappy | UNIX for Dummies Questions & Answers | 0 | 05-07-2008 06:47 AM |
| How can I increase the disk quota for a directory? | rhack | UNIX for Advanced & Expert Users | 1 | 10-20-2005 06:50 PM |
| Disk Quota software for Linux | KDE Man | Linux | 3 | 12-23-2003 09:22 AM |