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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-10-2005, 12:52 AM
|
#1
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Rep:
|
/tmp not enough free space
I set my linux into 3 partitions. / - 4GB, /swp - 512, /home - 20 GB. I suddenly got the urge to Pear OS, a mac os x emulator. Unfortunately, it involves the creation of a 3 GB image that needs to be extracted to my /home directory. I downloaded a pre-manufactured image that's compressed. Upon extracting to the /home directory, since it become a full fledged 3 GB HDD, it says that an error occured. /tmp doesn't have enough space. My Fedora installation took about 3 GB of disk space in /. Any way to assign /tmp to the /home directory so I won't ran out of space?
|
|
|
|
02-10-2005, 01:27 AM
|
#2
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
do you mean free up space on /tmp? that would depend on the fs you are using. if you are trying to free up space, is it perminent? if its temporary then use a sym-link to /tmp
|
|
|
|
02-10-2005, 01:32 AM
|
#3
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
it just says space on my /tmp isn't enough. I found this located on my root directory. Since my root directory is only 4 GB, and fedora installation already took up 3 GB, maybe the 1 GB isn't enough for temporary processing of my request.
|
|
|
|
02-10-2005, 01:34 AM
|
#4
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
it must be trying to use /tmp as some sort of extracting point when you are trying to install. How much more disk space do you have elsewhere?
|
|
|
|
02-10-2005, 01:36 AM
|
#5
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
i have more than 15 GB on the /home directory. This is also the location where i want the extracted image to be. The final size of the extracted image would be 3 GB.
I tried the same thing on another computer with a larger / directory, 10 GB, and the image file extracted without any problem.
|
|
|
|
02-10-2005, 01:39 AM
|
#6
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
are you sure there is no way of telling it which temporary fs to use?
|
|
|
|
02-10-2005, 01:41 AM
|
#7
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
Quote:
Originally posted by Frustin
are you sure there is no way of telling it which temporary fs to use?
|
What do you mean by telling it which temporary fs to use?
Can you elaborate?
|
|
|
|
02-10-2005, 01:46 AM
|
#8
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
well usually when you install software in linux, you get to tell the software certain parameters such as: --prefix which may usually default to / but if you are trying to install to another device then you would need to use --prefix /mnt/device/place/you/want/it. you need to try and tell it to install temp files to some place else like your extensive /home directory (at least, a directory within /home).
|
|
|
|
02-10-2005, 01:52 AM
|
#9
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
i see. you mean use parameters for the extraction?
but i'm not very familiar with commands for extraction of bz2 file.
Can you give me the command for extraction and parameter options to use a different drive as temp space?
|
|
|
|
02-10-2005, 02:04 AM
|
#10
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
ah, you didnt say that you were extracting manually either, i was hoping it wasnt entirely automated.
create a directory in /home or somewhere that has lots of room.
cd to that directory and bunzip. remember i dont really know the details of what you are doing, only what you have explained so far.
|
|
|
|
02-10-2005, 02:08 AM
|
#11
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
So you mean if i'm using the automated file-roller program, it uses the /tmp file in root directory, hence the problem of not enough space. If I use the manual bzip2 extraction using line commands, it won't use any /tmp space if I extract it under a partition that has lots of spaces still?
|
|
|
|
02-10-2005, 02:25 AM
|
#12
|
|
Member
Registered: May 2002
Location: Essex, UK
Distribution: Debian, Redhat, AIX 5L
Posts: 511
Rep:
|
thats exactly what i mean. does it use an automated installer?
|
|
|
|
02-10-2005, 03:21 AM
|
#13
|
|
Member
Registered: Nov 2002
Location: Manila
Distribution: Fedora core 2 Gnome 2.6
Posts: 156
Original Poster
Rep:
|
Yes, I'll try the manual one. Thanks for your help. Sorry, wasn't able to reply sooner.
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:45 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|