![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| 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 | 3 | 01-04-2008 01:26 PM |
| /tmp: File system full, swap space limit exceeded | frustrated1 | SUN Solaris | 5 | 03-18-2007 12:38 PM |
| disk full | msuheel | UNIX for Advanced & Expert Users | 2 | 06-21-2006 03:09 PM |
| rm: Unable to remove directory xxxx/xxxx: File exists | deejay | UNIX for Dummies Questions & Answers | 1 | 11-06-2005 08:17 PM |
| file system is full : But df -k shows space available | geraldwilson | Filesystems, Disks and Memory | 4 | 07-25-2002 09:29 PM |
|
|
LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|