The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Enterprise Unix Roundup: The Ghost of Unix Future - Server Watch iBot UNIX and Linux RSS News 0 12-19-2007 09:20 AM
Running UNIX commands remotely in Windows box from Unix box – avoid entering password D.kalpana UNIX for Dummies Questions & Answers 1 04-20-2007 02:24 AM
FTP script for sending a file from one unix directory to another unix server director raja_1234 Shell Programming and Scripting 1 11-30-2006 04:57 AM
Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! haggo Filesystems, Disks and Memory 2 08-23-2006 08:39 AM
Unix History Question: Why are filenames/dirnames case sentsitive in Unix? deckard UNIX for Dummies Questions & Answers 3 03-26-2005 10:59 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-05-2002
Registered User
 

Join Date: Aug 2001
Posts: 60
Unix

Hi All,

Can anybody tell what is the reason
when I type df . the result shows as below
Filesystem 1024-blocks Used Available Capacity Mounted on
data3_domain#data3 35556784 31222753 3809472 90% /data3

so, in /data3 still 10% available to used, when I create a file with single line its giving the message "No space left on device"
unable to create a file.

Thanks
Krishna
Forum Sponsor
  #2  
Old 06-05-2002
Registered User
 

Join Date: Apr 2002
Location: Chennai, India
Posts: 1
Hi

If U use vi editor to create a file , it uses temporary files to process your activities. Default path for these temp files is either "/opt/tmp" or some some "tmp" .

Eventhough you are working in /data3 , you need to check the "df" for the above mentioned directory or change the default temporay file path to "/data3 " area in ".exhrc" file

Bye
  #3  
Old 06-09-2002
Registered User
 

Join Date: Nov 2001
Location: New Zealand
Posts: 333
df -k (gives you them all at once in a 'nice' format).
__________________
Pete
  #4  
Old 06-10-2002
Kelam_Magnus's Avatar
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
If you want to see if you can create a file on /data3, just use echo.

echo This is a test file for data3 > file.out

This will read from stdout to the file named...

Or you can use touch to just create a 0 byte file in the directory.

touch file.out

Also, check your /tmp and /var/tmp for available space as well.

__________________
My brain is your brain
  #5  
Old 06-10-2002
Registered User
 

Join Date: Mar 2002
Posts: 8
I do beleive only root can write to a filesystem over 90% full.

As a user account you will be unable to create a file.

Are you creating the file as root?
__________________
Potatoes grow in the ground.
  #6  
Old 06-11-2002
Kelam_Magnus's Avatar
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
can't write above 90% ???

halfling,

That is very interesting. I have never heard of that. Can you tell me where you heard that from and what OS it was referring to?

It is hard for me to believe that is the case now. If a user has permission to write to a filesystem, why should they be restricted at 90%?

This could have been setup with Quotas. Can you provide more information on this?

Thanks!

__________________
My brain is your brain
  #7  
Old 06-11-2002
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,667
That is way unix has worked for quite a long time. Do a "man tunefs" and look at the minfree parameter.

But df takes this into account. A ordinary user can use 100% of the disk as reported by df. root can run a disk up to 111%. I've seen that many times.

My guess is that the OP is out of inodes. No inodes, no new files.
Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:50 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0