![]() |
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 |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find a file whick is consuming larger disk space in file system | lokeshpashine | UNIX for Dummies Questions & Answers | 6 | 04-04-2009 02:52 AM |
| /tmp: File system full, swap space limit exceeded | frustrated1 | SUN Solaris | 5 | 03-18-2007 04:38 PM |
| disk full | msuheel | UNIX for Advanced & Expert Users | 2 | 06-21-2006 06:09 PM |
| rm: Unable to remove directory xxxx/xxxx: File exists | deejay | UNIX for Dummies Questions & Answers | 1 | 11-07-2005 12:17 AM |
| file system is full : But df -k shows space available | geraldwilson | Filesystems, Disks and Memory | 4 | 07-26-2002 12:29 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
Unable to remove file using rm: Disk space is full
Hi all,
My disk space is 100% full. df -k <dir> -> 100% One of my debug files consume huge amount of space and i want to remove the same to start off fresh debugs. However i'm unable to remove the file giving out the following error message: rm -f debug.out22621 rm: cannot remove `debug.out22621': No space left on device Could you all help me out? Thanks Anoop |
|
||||
|
Quote:
![]() ![]() mv debug.out22621 /tmp mv: writing `/tmp/debug.out22621': No space left on device |
|
||||
|
Quote:
I tried out the same: ls -li debug.out22621 22308 debug.out22621 find . -inum 22308 -exec rm -i {} \; rm: remove regular file `./debug.out22621'? yes rm: cannot remove `./debug.out22621': No space left on device Am i doing anything wrong here? |
|
||||
|
Please run the df command and post the result here. I believe that the problem is one of the file systems other than /tmp but cannot tell you without looking at the result of this command.
|
|
||||
|
It looks like every directory is mounted on the same physical device or disk parititon.
Is there any other paritition in use by your system? One that is not loaded? try mv-ing a file to someplace on the other partition to free up disk space. The df command will show you where all of your mountpoints are. |
| Sponsored Links | ||
|
|