LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 12-21-2006, 11:51 AM   #1
nose
LQ Newbie
 
Registered: Nov 2003
Posts: 10

Rep: Reputation: 0
disk space


I says I'm out of disk space /opt but I have 50 gb or more is there anyway to fix this
 
Old 12-21-2006, 01:25 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
IS /opt a partition?
Can you delete anything from it?
Are you using LVM or real partitions?
Is there any room left that is not a partitioned yet?

What you may be able to do if the / partition has plenty of room to hold the contents of /opt then you can umount /opt. The directory /opt should remain. Now remount /opt as /opt2 and copy the contents from /opt2 to /opt.

Brian
 
Old 12-22-2006, 12:41 AM   #3
nose
LQ Newbie
 
Registered: Nov 2003
Posts: 10

Original Poster
Rep: Reputation: 0
disk space

I'm assuming it a directory, it has netbeans in there. I was trying to install studio 11. I was trying to install it because I was having a compiling errors, thought that would've help it out. /opt is the default dir for install but I don't have the space so it says. I don't know what kind of partitions they are, just the default stuff with solaris 10. I'm thinking it's because when I installed the os I was calling myself saving 20 gb for something else but nothing there now. you know these os's have to have things their way.
 
Old 12-22-2006, 01:53 AM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
It would help if you provide more information about the disk(s) you have, their partitions and slices size, then the filesystems you have created on them, their size and their available space.
 
Old 12-22-2006, 04:47 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Post the output from the following commands.
df
cat /etc/fstab
cat /proc/partitions
/sbin/fdisk -l (must be run as root)

Brian
 
Old 12-23-2006, 04:23 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Brian1
Post the output from the following commands.
df
cat /etc/fstab
cat /proc/partitions
/sbin/fdisk -l (must be run as root)
That's for Linux.

Equivalent commands for Solaris are:
Code:
df -k
cat /etc/vfstab
/usr/sbin/prtvtoc /dev/rdsk/c0d0s0
/usr/sbin/fdisk -v -W - /dev/rdsk/c0d0p0
 
Old 12-23-2006, 12:30 PM   #7
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Sorry did not see it was under the Solaris forum section.

Brian
 
Old 12-24-2006, 12:52 AM   #8
nose
LQ Newbie
 
Registered: Nov 2003
Posts: 10

Original Poster
Rep: Reputation: 0
partition info

sorry it took so long here the info you all requested thanks

/ (/dev/dsk/c1d0s0 ): 169110 blocks 413721 files
/devices (/devices ): 0 blocks 0 files
/system/contract (ctfs ): 0 blocks 2147483612 files
/proc (proc ): 0 blocks 7961 files
/etc/mnttab (mnttab ): 0 blocks 0 files
/etc/svc/volatile (swap ): 962296 blocks 70790 files
/system/object (objfs ): 0 blocks 2147483481 files
/lib/libc.so.1 (/usr/lib/libc/libc_hwcap2.so.1): 169110 blocks 413721 files
/dev/fd (fd ): 0 blocks 0 files
/tmp (swap ): 962296 blocks 70790 files
/var/run (swap ): 962296 blocks 70790 files
/export/home (/dev/dsk/c1d0s7 ):99677466 blocks 6174999 files
/cdrom/s10u2_tools (/vol/dev/dsk/c0t0d0/s10u2_tools): 0 blocks 0 files
/home/nose (/export/home/nose):99677466 blocks 6174999 files




$ cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c1d0s1 - - swap - no -
/dev/dsk/c1d0s0 /dev/rdsk/c1d0s0 / ufs 1 no -
/dev/dsk/c1d0s7 /dev/rdsk/c1d0s7 /export/home ufs 2 yes -/devices - /devices devfs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -



/dev/dsk/c1d0s0 / ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1980000 1166664946
/devices /devices devfs dev=4380000 1166664933
ctfs /system/contract ctfs dev=43c0001 1166664933
proc /proc proc dev=4400000 1166664933
mnttab /etc/mnttab mntfs dev=4440001 1166664933
swap /etc/svc/volatile tmpfs xattr,dev=4480001 1166664933
objfs /system/object objfs dev=44c0001 1166664933
/usr/lib/libc/libc_hwcap2.so.1 /lib/libc.so.1 lofs dev=1980000 1166664943
fd /dev/fd fd rw,dev=4680001 1166664947
swap /tmp tmpfs xattr,dev=4480002 1166664947
swap /var/run tmpfs xattr,dev=4480003 1166664947
/dev/dsk/c1d0s7 /export/home ufs rw,intr,largefiles,logging,xattr,onerror=panic,dev=1980007 1166664951
-hosts /net autofs nosuid,indirect,ignore,nobrowse,dev=4740001 1166664961
auto_home /home autofs indirect,ignore,nobrowse,dev=4740002 1166664961
unknown:vold(pid429) /vol nfs ignore,noquota,dev=4700001 1166664967
/vol/dev/dsk/c0t0d0/s10u2_tools /cdrom/s10u2_tools hsfs ro,nosuid,noglobal,maplcase,rr,traildot,dev=1740001 1166664968
/export/home/nose /home/nose lofs dev=1980007 1166941778
 
Old 12-24-2006, 04:42 AM   #9
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Please use code tags around your results to improve their readability, and run the commands I suggested for Solaris.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cedega "Disk space required for the installation exceeds available disk space" Solved Spewdemon LinuxQuestions.org Member Success Stories 1 10-18-2007 06:19 PM
disk space hammam12 Linux - Software 7 06-26-2006 07:52 AM
3Gb of disk space lost! Disk space problem or mother board conflicts with HDD Mistreated Linux - Hardware 4 12-06-2004 03:58 PM
Disk Space stalefish Linux - General 4 04-01-2004 03:32 PM
Disk space wastage 73 GB Hard disk rajgopalhg Linux - Hardware 2 10-18-2002 03:41 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 01:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration