The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Disk Space test10002 HP-UX 1 07-07-2007 10:34 PM
disk space kingsto88 Filesystems, Disks and Memory 3 12-06-2006 05:28 AM
Disk space? jbarbuto SUN Solaris 4 08-18-2004 07:58 AM
available disk space on disk device??? alan UNIX for Dummies Questions & Answers 4 01-02-2004 03:06 AM
Disk Space - Docboyeee Filesystems, Disks and Memory 2 08-22-2002 11:46 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-02-2001
alfabetman alfabetman is offline
Registered User
  
 

Join Date: Oct 2001
Posts: 17
Out of disk space?

Hi

I’m trying to install gcc and the installation program tells me that I’m out of disk space! I have just installed the os (using the default settings for partitions and sizes) and have only installed apache on the machine. Can it really be out of disk space already?

How do I check how much space is left on each partition? Can I change the sizes on the partitions?

My computer is a Sun Ultra 5 with Solaris 8

This is what it looked like when I tried to install gcc:

# pkgadd -d gcc-3.0.1-sol8-sparc-local

The following packages are available:
1 SMCgcc301 gcc
(sparc) 3.0.1

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance <SMCgcc301> from </usr/anwi/dl/gcc-3.0.1-sol8-sparc-
local>

gcc
(sparc) 3.0.1
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/cc1plus", errno
28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/collect2", errn
o 28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/cpp0", errno 28
, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/f771", errno 28
, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/gmon.o", errno
28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/include/arpa/na
meser_compat.h", errno 28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/include/curses.
h", errno 28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/include/floatin
gpoint.h", errno 28, No space left on device
cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/include/g2c.h",
errno 28,
cpio: , errno 28,
pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit code 74
pkgadd: ERROR: unable to unpack datastream

Installation of <SMCgcc301> failed (internal error).
No changes were made to the system.
  #2 (permalink)  
Old 10-02-2001
Optimus_P Optimus_P is offline Forum Advisor  
flim flam flamma jamma
  
 

Join Date: May 2001
Location: Chicago IL, USA
Posts: 1,006
Code:
man df
  #3 (permalink)  
Old 10-02-2001
dimanise dimanise is offline
Registered User
  
 

Join Date: Jul 2001
Location: Tor, Can
Posts: 10
Hi,
To check how much space is left on mounted partitions is to enter the df command. This is going to give you the space available, used and percentage of all your mounted partitions in BYTES. If you want to get the info in Gb, enter df -h.
I'm not sure what has caused the problem, but sometimes when i install a program it is unzipped into the /tmp directory. If the program is big, and if you rerun the installation file several times the /tmp directory gets very big. You can log on as root and delete the files, or you can just wait till the files are deleted themselves. The time depends on your system configuration.
Cheers
  #4 (permalink)  
Old 10-03-2001
LivinFree's Avatar
LivinFree LivinFree is offline Forum Advisor  
Goober Extraordinaire
  
 

Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,584
I'm not very familiar with Solaris, but I do recall reading somewhere that a default installation will allocate a large chunk of your space to the partition holding the /export tree. You may want to check that as well.

Network is the computer... or is it the other way around....
Bah.
  #5 (permalink)  
Old 10-03-2001
alfabetman alfabetman is offline
Registered User
  
 

Join Date: Oct 2001
Posts: 17
I have printed the information I got from df at the bottom of this message.

But when the installation program gives me this error message “cpio: Cannot write "reloc/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/cc1plus", errno 28, No space left on device”…

What partition is it trying to use? I cant even fine reloc in the list!

What is /proc ? The available space on /proc is 0 ! Is that a problem?


And what if for example /usr is running low on space. Can I move space from the partition /export/home to /usr? What is /export/home used for anyway?

Anders


# df -b
Filesystem avail
/dev/dsk/c0t0d0s0 33337
/dev/dsk/c0t0d0s6 215648
/proc 0
fd 0
mnttab 0
/dev/dsk/c0t0d0s3 26295
swap 234496
swap 234496
/dev/dsk/c0t0d0s5 22106
/dev/dsk/c0t0d0s7 7168124
/dev/dsk/c0t0d0s1 137896
# df -t
/ (/dev/dsk/c0t0d0s0 ): 66674 blocks 43033 files
total: 168686 blocks 45312 files
/usr (/dev/dsk/c0t0d0s6 ): 431296 blocks 396272 files
total: 1701052 blocks 426688 files
/proc (/proc ): 0 blocks 3821 files
total: 0 blocks 3900 files
/dev/fd (fd ): 0 blocks 0 files
total: 0 blocks 258 files
/etc/mnttab (mnttab ): 0 blocks 0 files
total: 0 blocks 1 files
/var (/dev/dsk/c0t0d0s3 ): 52590 blocks 15464 files
total: 68670 blocks 18880 files
/var/run (swap ): 468992 blocks 26392 files
total: 469008 blocks 26416 files
/tmp (swap ): 468992 blocks 26392 files
total: 469648 blocks 26416 files
/opt (/dev/dsk/c0t0d0s5 ): 44212 blocks 14919 files
total: 48478 blocks 15104 files
/export/home (/dev/dsk/c0t0d0s7 ): 14336248 blocks 908156 files
total: 14336266 blocks 908160 files
/usr/openwin (/dev/dsk/c0t0d0s1 ): 275792 blocks 184062 files
total: 761630 blocks 192576 files
Closed Thread

Bookmarks

Tags
cpio

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:38 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0