LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-04-2003, 06:15 PM   #1
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Rep: Reputation: 0
Unhappy out of disk space


When I installed RH 8.0, I went with the default disk setup. I have approx. 50 gig of disk space and the OS is the only think on my system. Here's my problem. When I try to 'gunzip' Oracle 9i disk 1(approx 541,000 kb), I get an error that I do not have enough space on disk. Does anyone know what I might be missing here?
 
Old 06-04-2003, 06:57 PM   #2
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
where are you trying to gunzip it? what partition.

i've seen the error before, can't quite remember my remidy. so we'll work together on it.

another question, are you trying to zip it up or open it up?
 
Old 06-04-2003, 07:07 PM   #3
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
I have created a dir under /home called Oracle9i. Also, I used Adaptec cd Creator 4 to burn the cd's if that helps.
 
Old 06-04-2003, 07:13 PM   #4
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
do me a favor, go to your console and

df -lh

and put the results back here.

use gnome-toaster for the burns. it's the best thing out there.
 
Old 06-05-2003, 02:40 AM   #5
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
i had this issue before. the problem is with partitions. linux wont use any more space than you told it to allow in a certain partition. you may be able to use fdisk to re-partition but i've never used fdisk and i've never re-partitioned my drive after install. do what emetib said though and go ahead and post the output of:

df -lh
 
Old 06-09-2003, 11:24 AM   #6
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
I did the df -lh and got the following:

/dev/hdb3 449M 197M 271M 42% /
/dev/hda1 99M 9.2M 84M 10% /boot
/dev/hdb2 14G 33M 13G 1% /home
none 188M 0 187M 0% /dev/shm
/dev/hdb1 40G 2.0G 35G 6% /usr
/dev/hdb6 1004M 54M 899M 6% /var

So, as you can see I have enough space, but when I try to download from Oracle, I get an error telling me that I am out of disk space to delete some files and try again.
 
Old 06-09-2003, 12:05 PM   #7
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Not enough space under /tmp ( root partition ) maybe? Just a speculation.
 
Old 06-09-2003, 02:53 PM   #8
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
looking at that, that is strange, you have 14 Gig on home and only 1% used
13Gig free. can you tell if unpacking the oracle cd is trying to unpack elsewhere on teh system?
 
Old 06-09-2003, 03:05 PM   #9
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
it's not even getting to that point. When I am trying to download the .gz files from the OTN site, I am running out of disk space(at 69% of Disk1) in /usr/Oracle9i, which I have now augmented to 33Gig of free space through a new disk and a fresh re-install of the OS. I've also tried downloading it to my Window's system and then burning a cd with Adaptec and then cp the files to the /usr/Oracle9i directory. I do get the files cp'd, but when I uncompress them, I get an error about the crc compression format. Any help would be appreciated, as this is very frustrating.
 
Old 06-09-2003, 03:13 PM   #10
0x4B
Member
 
Registered: May 2003
Location: Nashville TN, USA
Distribution: Debian (I'm unstable)
Posts: 117

Rep: Reputation: 15
I'd go with nxny's though. when you're downloading, the application (web browser? I'm assuming) is first putting the file in /tmp, and then copies it to the final location. I think that if you try using something like wget to retrieve the file directly, it won't use a temporary location (or you may be able to specify where the temp file is made).
 
Old 06-09-2003, 03:13 PM   #11
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
last resort solution, if you reinstall the system again, just have 1 big
/ partiton, dont partition the disk , well you'll want a /boot and a /swap,
leave the rest as / , this is what i did, this may be bad advice, but it works for me and could possibly work for you too.....

any body else have any opinions on not partitioning the drive?
 
Old 06-09-2003, 03:22 PM   #12
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
What will happen to all the directories like /usr, /home, and /var if I make it one big partition under / ?
 
Old 06-09-2003, 03:24 PM   #13
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
they will still be there, they just wont have their own partition,

they will just be subdirectories on /
 
Old 06-09-2003, 03:26 PM   #14
dnfrantum
LQ Newbie
 
Registered: Jun 2003
Location: California
Distribution: Red Hat 8.0
Posts: 14

Original Poster
Rep: Reputation: 0
cool, I'll try that and let you know where I got. BTW, how much space should I alot for /boot and swap? I have 512 of ram.
 
Old 06-09-2003, 03:26 PM   #15
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
as a regualr user you wont notice any difference at all basically,

as far as i know, the advantage to sepearate partitions comes when u need
to reinstall the OS or something and u might not want to reformat the /home
or something like that. There may be other advantages, but i have never
seen this come up as a hudge issue (havent looked for the issue either tho).
And if i ever reformat and i want to keep /home stuff, i just FTP it to another box on my LAN.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Disk Space Verbal Kint Linux - General 2 05-26-2005 06:28 PM
3Gb of disk space lost! Disk space problem or mother board conflicts with HDD Mistreated Linux - Hardware 4 12-06-2004 03:58 PM
Where is all my disk space going? Baryonic Being Linux - General 6 10-13-2004 07:57 AM
Disk Space? Gerardoj Linux - General 4 05-28-2003 12:11 AM
Disk space wastage 73 GB Hard disk rajgopalhg Linux - Hardware 2 10-18-2002 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:59 AM.

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