Sponsored Content
Operating Systems Linux No space left on device when using rm Post 302840123 by MadeInGermany on Sunday 4th of August 2013 01:59:57 PM
Old 08-04-2013
Looks like a bug in the file system (or the file system driver).
What file system is it?
Code:
mount | grep sdb1

 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. Solaris

pkgadd: errno 28: No space left on device

Hi, During package install, am getting: WARNING: unable to write temp contents file </var/sadm/install/t.contents> (errno 28: No space left on device) I tried to delete some stuff under "/var" But I cannot locate who is occupying "/var" space. Because: # df -h /var/ Filesystem ... (5 Replies)
Discussion started by: viki250
5 Replies

7. 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

8. 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

9. 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

10. 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
MCDP(1) 							   User commands							   MCDP(1)

NAME
mcdp - a small cdplayer for linux SYNOPSIS
mcdp [/dev/some-cdrom-device] DESCRIPTION
The command mcdp is used for playing AudioCD's. It has a curses like userinterface and is fairly simple to use. OPTIONS
There is only one optional option - a cd device, e.g. /dev/cdrom2. KEYS
KEY DESCRIPTION # play track number # (0,1..9) cursor up fast forward cursor right slow forward cursor left slow rewind cursor down fast rewind space next track b/B previous track S/s toggle start/stop P/p toggle pause/resume E/e eject cdrom device C/c close cdrom device R/r redraw screen M/m change playmethod (-/+) +/- change trackmodifier (+/-) </> change audio volume of cdrom device (-/+) Q/q quit mcdp ENVIRONMENT VARIABLES
CDDA_DEVICE Reserved or later :) CDROM Try this cdrom as default (if unset, CDROM_DEFAULT from params.h is used). CDDB_PATH path to your local cddb files (if unset, _no_ cddb titelinfo is displayed) CDDB_SERVER IP:PORT of a freedb server (if unset, only local cddb stuff is used, if it exists in $CDDB_PATH/$discid). LOGNAME Is used for remote cddb login. HOSTNAME Is used for remote cddb login too. FILES
$HOME/.workmandb Is used (first) for reading wmdb entries. $CDDB_PATH/* Is used for reeading/writing cddb entries. RETURN VALUES
0 no errors occured / normal quit 1 the given cd-device isn't a cd-device 2 your cd seems to be sth. other then a CD-Audio or CD-Mixed 3 some error while processing terminal code NOTES
Some terminals don't like the default escape-sequences from params.h ... if so, you have to edit them ! Successfully tested terminals are vt100, linux, xterm, xterm-color. If you haven't direct access to a freedb server, you may use some port redirector program ... see freshmeat. If you have devfs, mcdp will try /dev/cdroms/cdrom0, else /dev/cdrom is tried! AUTHOR
Tino Reichardt <milky-mcdp@mcmilk.de> Homepage: http://www.mcmilk.de/projects/mcdp/ mcdp-0.4 2004-02-20 MCDP(1)
All times are GMT -4. The time now is 06:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy