![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem about su command ? | aungomarin | Shell Programming and Scripting | 5 | 11-12-2007 07:35 AM |
| Problem with ps command?? | robocup | UNIX for Dummies Questions & Answers | 2 | 07-29-2005 04:59 AM |
| if command -problem | vasikaran | UNIX for Dummies Questions & Answers | 7 | 06-28-2005 04:04 AM |
| sed command problem | lesstjm | Shell Programming and Scripting | 1 | 03-05-2003 01:32 PM |
| Cut command problem ! | tomapam | UNIX for Dummies Questions & Answers | 2 | 12-27-2002 11:54 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
problem with dd command or maybe AFS problem
Hi, folks.
Sorry for bothering, but maybe someone could help me please. The problem is the following: there is some script that copies files from local file system to AFS. The copying is performed with dd command. The script copies data into some AFS volumes. The problem appeared with one volume. Before I thought (and I could see it is so) that if we copy some file into AFS, and quota can be exceeded, dd fails (dd: write error: Disk quota exceeded), but this copied data (any part of it) will not be kept in AFS. That is if "fs q" showed 80% used before dd, it shows 80% used after failure of dd. In my case: before dd we had 95%used, one file (about 40MB) is copied, dd failed, I receive only "afs: failed to store file (over quota)", and "fs q" shows 100% used. And I see that part of the copied file data is kept on AFS. The problem is this script is called in other script, and that wrapper script cannot complete in such case. I'm sorry, maybe I explained it too mazy. Thanks in advance. Anta |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|