473,385 Members | 1,256 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

A process writing to a directory...its filling the "." for the dir and hosing dsk

I have data collecting to a disk labeled vg01 with a directory labeled /data. I cant get aything to write to it because some process is writing to it and filling up the "." part of the directory. There should be nothing under "." or ".." of a file.
ls -la shows 174806 for .
1064 for ..
96 for .lnf
Then nothing for the actual directory because something is writing to "."
Aug 26 '10 #1
3 1833
Nepomuk
3,112 Expert 2GB
Hi Kurt and welcome to bytes.com!

Well, to find out what process is writing to there, run
Expand|Select|Wrap|Line Numbers
  1. lsof | grep /data
Then you can kill whatever is stopping you from writing to there - assuming, your reason for it not working is correct of course.

Greetings,
Nepomuk
Aug 26 '10 #2
I should have specified...I use HPUX so the ls option of "of" isnt available. I agree with your theory of finding the process that writes to "." and killing...I just cant find out how to locate it. Read thru the man pages for ls and doesnt help.
Kurt
Aug 27 '10 #3
Nepomuk
3,112 Expert 2GB
OK, well there is a port of lsof for HP-UX, which you can download under http://hpux.connect.org.uk/hppd/cgi-...&Search=Search - that should do the job. If no version is available for your system, you can download the source and compile it yourself.

There might also be some native tool, that can do the same job, but if so I haven't found it yet.

Greetings,
Nepomuk
Aug 27 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: BoonHead, The Lost Philosopher | last post by:
I think the .NET framework is great! It's nice, clean and logical; in contradiction to the old Microsoft. It only saddens me that the new Microsoft still doesn't under stand there own...
7
by: Randy Paez | last post by:
I installed a control that i got rid of. Now when i try and run another project i get an Access is Denied {to that control}. It highlites <add assembly="*"> from the machine.config file. How can i...
2
by: NewToCPP | last post by:
I am having some trouble including "iostream" "fstream" to my code. I tried the following ways and base times it did not work. What is the problem? test.cc: ======= ..... #include...
7
by: RSH | last post by:
Hi, I have an ASP .Net web page that creates a temp directory on the server then it is using the File.Copy command to move a file to a temp download directory, Then I am doing a...
5
by: Alan Searle | last post by:
I am exporting ms-access data to XML files. This works fine. However, I need to insert one line at the top of each exported file (i.e. a reference to the XSL file) and am having a problem with...
21
by: comp.lang.tcl | last post by:
set php {<? print_r("Hello World"); ?>} puts $php; # PRINTS OUT <? print_r("Hello World"); ?> puts When I try this within TCL I get the following error:
13
by: Sebastian Faust | last post by:
Hi, I hava a somehow strange problem. I hope I am not wrong in this group; if this is the case please let me know. I am trying to compile a rather simple C program. As long as I use: #include...
1
by: manchin2 | last post by:
Hi, Can anybody please provide the information about "&quot" and its use, if possible please provide an example. ...
4
by: fran7 | last post by:
Hi, from help in the javascript forum I found the error in some code but need help. This bit of code works perfectly, trouble is I am writing it to a javascript function so the height needs to be in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.