I have a strange thing, when I want to see where my data are on a partition, and to check too if the partition is filling up...
So, first I check with :
here is the ouput of this command
Sorry, I'm on solaris, and
still don't exist unfortunately
So, then, I decide to see wich directory are taking a lot of space, and I do this with :
and here the output :
This was my first surprise, as the last command tell me that only +/- 5.5 go was used, and with the command df, it tell me someting others.
And when I want to see the size of sub-directory on this partition with :
I can see this :
and I have no hidden sub-directoy on the partition as this command :
tell me this :
So, my question, can anyone tell me where are the 1809568 kbytes that I cannot find !! any idea ??
We are using disksuite if I'm right, with metadevices if it can help !!
Suppose that a program was writing to a file called /logs/tmp/uselessfile. Then someone does an "rm /logs/tmp/uselessfile". Now you have a file with no path to it. It won't actually be deleted until the program closes it. My guess is that something like this has happened. Sometimes a program will create a temporary file and then immediately unlink it to create this situation intentionally. The file is very secure since no other process can open it without special help from the original process. And the file is guaranteed to be deleted when the program exits.
someone tell me about also a certain amount ( 5 or 10% ) of a partition are reserved for the root user ?
do you thingk that the place reserved for root user can be seen with the command
or not ?
If you were true, it seems that I have a lot of wasted space !! Damned !!
No, it's not the reserved space. If it were, all of your filesytems will have the same effect. If you reboot the box, the process holding the space will die and the space will be freed. This is one way to see if I'm right.
As it is a production system, I don't think my boos will appreciate to reboot the system ! But we have a system, that has been reboot not too long ago, so I'll see if we have also there some wasted space !!
Thanks anyway for the advice !
Hi folks
I have a script I wrote that basically parses a bunch of config and xml files works out were to add in the new content then spits out the data into a new file.
It all works - apart from the xml and config file format in the new file
with XML files the original XML (that ends up in... (2 Replies)
Hi,
I have a data file with :
01/28/2012,1,1,98995
01/28/2012,1,2,7195
01/29/2012,1,1,98995
01/29/2012,1,2,7195
01/30/2012,1,1,98896
01/30/2012,1,2,7083
01/31/2012,1,1,98896
01/31/2012,1,2,7083
02/01/2012,1,1,98896
02/01/2012,1,2,7083
02/02/2012,1,1,98899
02/02/2012,1,2,7083
I... (1 Reply)
Hi All,
I was wondering how I can convert each line in an input file where fields are separated by variable width spaces into a CSV file. Below is the scenario what I am looking for.
My Input data in inputfile.txt
19 15657 15685 Sr2dReader 107.88 105.51... (4 Replies)
hiii, Help me out..i have a huge set of data stored in a file.This file has has 2 columns which is latitude & longitude of a region. Now i have a program which asks for the number of points & based on this number it asks the user to enter that latitude & longitude values which are in the same... (7 Replies)
Hi,
Could anyone help me in changing a tabular format output to comma seperated file pls in K-sh. Its very urgent.
E.g : username empid
------------------------
sri 123
to
username,empid
sri,123
Thanks,
Hema:confused: (2 Replies)
Hi,
i willbe very much grateful to u if u help me out..
if i simply connect pbx machine to printer by serial port RS232 then we find this view:
But i want to capture this data into database automatically when the pbx is running.The table in database will contain similar to this view inthe... (1 Reply)