Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
not enough space to download tar
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
chrisduck
Apprentice
Apprentice


Joined: 30 Jun 2004
Posts: 283
Location: California

PostPosted: Mon Aug 09, 2004 2:09 am    Post subject: not enough space to download tar Reply with quote

hey. I installed gentoo and am having to reinstall it. I used the mk2fs commands to format the partitions that I am going to install gentoo inside of again.

I have followed the directions and I am downloading the stage3 tar file off of lynx and links 2. On each one, I am given the message that there is not enough space for the file.

DOes anyone know what is wrong, or how I can free up the proper amount of space?
Back to top
View user's profile Send private message
Steven Robertson
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2003
Posts: 140
Location: Tampa, FL

PostPosted: Mon Aug 09, 2004 2:16 am    Post subject: Reply with quote

The root partition of the CD is mounted in tmpfs; i.e. it's a ramdisk. You only have as much space as half of your physical RAM. Two options.

One: Assuming you've mounted your partitions according to the Gentoo install guide, cd to /mnt/gentoo _before_ you download. This'll put the downloaded tbz2 on your hard drive, which (hopefully!) has enough space.

Two: If you're feeling bold, and have more than, say, 1.5 times the size of the tbz2 you're downloading in physical RAM + swap (swap must be ACTIVE), then issue the following command:

Code:
mount -o remount,size=NEW_SIZE /


where NEW_SIZE is the maximum size of the root which leaves enough room left in phys RAM+swap for a fully operating system.

I'd go with the first. It's simpler.

HTH.
Back to top
View user's profile Send private message
chrisduck
Apprentice
Apprentice


Joined: 30 Jun 2004
Posts: 283
Location: California

PostPosted: Mon Aug 09, 2004 2:20 am    Post subject: Reply with quote

yeah, I've been cd /mnt/gentoo each time before I go to perform the download.

I'm pretty sure I'm stuck this time.
something else pretty tricky is that even though I used mke2fs to format the linux partitions, GRUB is still active and attempting to command the boot process.

I'm pretty sure I'm going to have to give up and repartition the whole thing with a windows install.
Back to top
View user's profile Send private message
Steven Robertson
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2003
Posts: 140
Location: Tampa, FL

PostPosted: Mon Aug 09, 2004 2:25 am    Post subject: Reply with quote

Well, GRUB doesn't touch the partition table, and vice versa; GRUB stage1 resides in the MBR of the drive.

But anyway, why are you using e2fs? ReiserFS is, in my experience, a superior option. Try it.

To install a Windows XP bootloader on the MBR of the drive, boot to the install cd, go to the recovery console, and use the command 'fixmbr'. Won't touch your linux partitions.

Are you absolutely sure the partitions are being mounted, though? Try using df or /proc/mounts to check.
Back to top
View user's profile Send private message
chrisduck
Apprentice
Apprentice


Joined: 30 Jun 2004
Posts: 283
Location: California

PostPosted: Mon Aug 09, 2004 4:19 am    Post subject: Reply with quote

OK, I will now use Reiser fs, thanks for the advice.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum