File system full - not removed: No space left on device


 
Thread Tools Search this Thread
Operating Systems Solaris File system full - not removed: No space left on device
# 1  
Old 02-26-2014
File system full - not removed: No space left on device

Does anyone have any advise on trying to clean up a full filesystem? I can't rm any files because of the follow:

Code:
not removed: No space left on device

Any help would be very much appreciated.
# 2  
Old 02-26-2014
We dont know what filesystem, what was the file... What version of Solaris?
# 3  
Old 02-26-2014
Usually, if the file system is really full you need to pay attention, since removing a file may complicate the problem and it may be better to truncate a file first.

See also this thread: File system is full ..even though file is deleted | Unix Linux Forums | Red Hat
# 4  
Old 02-26-2014
Sorry, I should of included the version:

Code:
SunOS  5.11 11.1 sun4v sparc SUNW,T5240

Here is the output fo df -k

Code:
Filesystem           1024-blocks        Used   Available Capacity  Mounted on
rpool/ROOT/solaris      89802213    50722173           0   100%    /
/devices                       0           0           0     0%    /devices
/dev                           0           0           0     0%    /dev
ctfs                           0           0           0     0%    /system/contract
proc                           0           0           0     0%    /proc
mnttab                         0           0           0     0%    /etc/mnttab
swap                     4967128        2496     4964632     1%    /system/volatile
objfs                          0           0           0     0%    /system/object
sharefs                        0           0           0     0%    /etc/dfs/sharetab
fd                             0           0           0     0%    /dev/fd
rpool/ROOT/solaris/var
                        89802213      114331           0   100%    /var
swap                     5784384      819752     4964632    15%    /tmp
rpool/VARSHARE          89802213       31619           0   100%    /var/share
rpool/export            89802213          32           0   100%    /export
rpool/export/home       89802213          34           0   100%    /export/home
rpool/export/home/craigsky
                        89802213       97351           0   100%    /export/home/craigsky
rpool/export/home/don
                        89802213          34           0   100%    /export/home/don
rpool                   89802213          73           0   100%    /rpool

I'm hatin' life right about now.
# 5  
Old 02-26-2014
You may be able to truncate a file with : > filename since you have a working shell... This doesn't use any executables beyond the shell that's already running.

Of course, be very careful what you do that to!
# 6  
Old 02-26-2014
Is there anyway to do with a wildcard?
The command works, it puts the size to "0", which is a start.

What does
Code:
:>

do, I wasn't aware of this command.
# 7  
Old 02-26-2014
This assumes you are using sh, bash or ksh.
: is a builtin command that does nothing.
> is used to send the output of a command to a file
So : > filename runs the : command and sends the output to the specified file.

But you may have a runaway process that is trying use an infinite amount of space. If this is the case, the space disappear almost as fast as you free it. If that happens you need to track down the process and kill it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

No space left on device while there is plenty of space available

Hello all posting here after scanning the net and tried most of the things offered still no solution that worked when I do : $ df -h Filesystem Size Used Avail Use% Mounted on footmpfs 7.9G 60K 7.9G 1% /dev tmpfs 7.9G 0 7.9G 0% /dev/shm /dev/da1 ... (3 Replies)
Discussion started by: umen
3 Replies

2. Linux

No space left on device when using rm

Hello people I have a small fileserver running busybox (very small linux distro with most essential stuff on it) and I am trying to remove some unused directories on it. When I try this: rm -R test/I get: rm: cannot remove 'test': No space left on devicedf shows: Filesystem ... (8 Replies)
Discussion started by: GTCG
8 Replies

3. Ubuntu

Jenkins -- No space left on device

I am running a build on Jenkins and I get: No space left on device But when I do df, I get: Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/ROOT 19249724 18267492 4380 100% / udev 1457152 4 1457148 1% /dev tmpfs ... (4 Replies)
Discussion started by: sgffgs
4 Replies

4. Shell Programming and Scripting

No Space left On Device

Hi, We are trying to sort the 40GB file in unix and getting following error. Error: sort: can't write /var/tmp/stmAAAvsaGfJ.00002929: No space left on device sort -t ',' -k4 $DIR/INF_ff_FULL.dat >>$DIR/Sort_INF_ff_FULL.dat; 2>$DIR/sort_error.log Can you please advise how to... (2 Replies)
Discussion started by: koti_rama
2 Replies

5. Solaris

No space left on device but free space and inodes are available...

hi guys, me again ;) i recently opened a thread about physical to zone migration. My zone is mounted over a "bigger" LUN (500GB) and step is now to move the old files, from the physical server, to my zone. We are talking about 22mio of files. i used rsync to do that and every time at... (8 Replies)
Discussion started by: beta17
8 Replies

6. UNIX for Dummies Questions & Answers

No space left on device

hello all, i have a proc binary that we run on unix environment, and it is generating this error '' tstfile(): No space left on device '' can you please assist on how to narrow down the problem? thanks (4 Replies)
Discussion started by: mjdbouk
4 Replies

7. Solaris

No space left on device

We are using this function tmpfile() : FILE *tmpfp ; if ((tmpfp = tmpfile()) == NULL) { fprintf(stderr, "%s: ERROR: init_operator(): ", ROUTINE); perror("tmpfile()"); exit(ERR_OPEN); } and the above is raising error : MSMD0603: ERROR:... (3 Replies)
Discussion started by: atiato
3 Replies

8. Solaris

No space left on device

Hi all, A very strange problem I have this morning with my Solaris 8. I have a FS full, I deleted some files but the system doesn't seems to reallocate the free space (I'm using Veritas): df -k : /dev/vx/dsk/dlds02vg/dlds02oralv 4194304 4194304 0 100% /dlds02/lds/oracle ... (4 Replies)
Discussion started by: unclefab
4 Replies

9. UNIX for Advanced & Expert Users

no space left on device

I have a SCO UNIX on my Server. When I last tried to shutdown my system, I got an error message “no space left on device”. Now when I try to boot the system again, I just can't and I get the same error message. Please help! (2 Replies)
Discussion started by: anjane
2 Replies

10. UNIX for Dummies Questions & Answers

no space left on device

This seems like it would be a common question, but I didn't find much that helped in a search... I have a script scheduled in my crontab that outputs to /dev/null ie: /dir/scripts/script1 > /dev/null I have recently started getting the error: cp /dir1/dir2/file.xls: No space left on... (1 Reply)
Discussion started by: kristy
1 Replies
Login or Register to Ask a Question