Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HD full
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
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 2:26 am    Post subject: HD full Reply with quote

Im using the minimal cd, trying to install on a dell dimension v350

I made it all the way to downloading Stage 3 tarball
About 25% through, im getting a message saying it can't create file because there is no more space in device (or something to that effect. can't remember exactly)

Is my HD full?
If so, is there anything I can do?
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 11, 2007 2:31 am    Post subject: Reply with quote

Need more information: How big is your hard drive? What size partition(s) did you create for Gentoo? Are there other OSes on it, in partitions you didn't delete?
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 2:41 am    Post subject: Reply with quote

timeBandit wrote:
Need more information: How big is your hard drive? What size partition(s) did you create for Gentoo? Are there other OSes on it, in partitions you didn't delete?

How big, I have no idea sorry. There used to be windows 98, but that seems to have been deleted when i deleted/recreated partitions. I deleted ALL partitions. I'm following the handbook, so the partitions should be 32mb, 512mb, and whatever was left.
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 11, 2007 2:56 am    Post subject: Reply with quote

OK then, that's the easiest case. This should tell us how big the partitions and the disk are:
Code:
fdisk -l /dev/hda
Please post the output of that command. Note the switch is a lowercase L (for list), not a numeral 1. If your hard drive is not /dev/hda, substitute the device name you used when you partitioned it.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Thu Oct 11, 2007 3:00 am    Post subject: Reply with quote

Code:
df -h

_________________
If someone solves a problem for you say thanks... and put [SOLVED] in the title!
Back to top
View user's profile Send private message
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 3:14 am    Post subject: Reply with quote

Pithlit wrote:
Code:
df -h

Could you be more specific? For example, what exactly will that do?



TIMEBANDIT:


Device: /dev/hda1- /dev/hda2 - /dev/hda3
Boot: * - -
Start: 1 - 6 - 69
End: 5 - 68 - 1027
Blocks: 40131 - 506047 - 7703167
Id: 83 - 82 - 83
System: Linux - Linux swap / Solaris - Linux
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Thu Oct 11, 2007 3:23 am    Post subject: Reply with quote

kicksnlicks wrote:
Pithlit wrote:
Code:
df -h

Could you be more specific? For example, what exactly will that do?


df will tell us how your drive is mounted (not to be confused with how its partitioned). it could be possible you mounted /mnt/gentoo onto /dev/hda1 or hda2 instead of hda3. :wink:

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21706

PostPosted: Thu Oct 11, 2007 3:25 am    Post subject: Reply with quote

Where did you try to save the downloaded tarball? What is the output of cat /proc/mounts when it fails? Also, what is the output of df?
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 11, 2007 3:32 am    Post subject: Reply with quote

Looks like you have about an 8.0GB drive (which, incidentally, should be in the first line of output from fdisk...you skipped that part. :wink:) That's a little snug for Gentoo but it should work. bunder probably has it right, odds are good you mounted the wrong partition at /mnt/gentoo. df -h shows the space used and available on all mounted partitions so if that's the case it should be obvious: /mnt/gentoo will be listed as about 32M or 512M, instead of ~7.5GB.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 3:37 am    Post subject: Reply with quote

Hu wrote:
Where did you try to save the downloaded tarball? What is the output of cat /proc/mounts when it fails? Also, what is the output of df?

I saved where ever it told me. I just "ok"ed it. I don't know what you mean by cat /proc/mounts

df output:

Filesystem: tmpfs - /dev/hdc - /dev/loop0 - udev - tmpfs - tmpfs
Size: 30M - 58M - 44M - 30M - 30M - 30M
Used: 4.3M - 58M - 44M - 556K - 2.1M - 0
Avail: 26M - 0 - 0 - 30M - 28M - 30M
use%: 15% - 100% - 100% - 2% - 7% - 0%
Mounted On: / - /mnt/cdrom - /mnt/livecd - /dev - /mnt/livecd/lib/firmware - /mnt/livecd/usr/portage
Back to top
View user's profile Send private message
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 3:42 am    Post subject: Reply with quote

timeBandit wrote:
Looks like you have about an 8.0GB drive (which, incidentally, should be in the first line of output from fdisk...you skipped that part. :wink:) That's a little snug for Gentoo but it should work. bunder probably has it right, odds are good you mounted the wrong partition at /mnt/gentoo. df -h shows the space used and available on all mounted partitions so if that's the case it should be obvious: /mnt/gentoo will be listed as about 32M or 512M, instead of ~7.5GB.


Haha aye sorry missed that :oops:

/mnt/gentoo doesn't even appear under df -h.... I must have missed a step (im following the handbook). Should I simply delete all my partitions, and start over again?
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 11, 2007 3:43 am    Post subject: Reply with quote

You skipped step 4.e. in the Handbook: Mounting your new partitions.

Edit: No need to start over, you can repeat that step and continue on. To be safe, you might want to repeat from 4.d to be absolutely certain you created your filesystems. Thery're empty still, so there's no harm.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
kicksnlicks
n00b
n00b


Joined: 10 Oct 2007
Posts: 9

PostPosted: Thu Oct 11, 2007 3:47 am    Post subject: Reply with quote

timeBandit wrote:
You skipped step 4.e. in the Handbook: Mounting your new partitions.


:oops: :oops: :oops:

Well, thanks man. I'll try again :P
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21706

PostPosted: Fri Oct 12, 2007 2:53 am    Post subject: Reply with quote

kicksnlicks wrote:
Hu wrote:
Where did you try to save the downloaded tarball? What is the output of cat /proc/mounts when it fails? Also, what is the output of df?

I saved where ever it told me. I just "ok"ed it. I don't know what you mean by cat /proc/mounts

df output:

Filesystem: tmpfs - /dev/hdc - /dev/loop0 - udev - tmpfs - tmpfs
Size: 30M - 58M - 44M - 30M - 30M - 30M
Used: 4.3M - 58M - 44M - 556K - 2.1M - 0
Avail: 26M - 0 - 0 - 30M - 28M - 30M
use%: 15% - 100% - 100% - 2% - 7% - 0%
Mounted On: / - /mnt/cdrom - /mnt/livecd - /dev - /mnt/livecd/lib/firmware - /mnt/livecd/usr/portage


I meant for you to run the text in bold and paste the output.

Are you retyping the df output and changing the orientation when you do so? If so, please try to keep it in the original form. It is easier to read and easier to check for problems. You can use the [code] tag to force the forum to retain formatting.
Back to top
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Thu Oct 25, 2007 9:36 am    Post subject: Reply with quote

Did u cd /mnt/gentoo ?
If you dont do that before the download f the stage 3 tarball you will run out of space a si think its currently holding info in your ram.
I may be incorrect but I had that problem many times before.
Back to top
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Sun Oct 28, 2007 11:36 am    Post subject: Reply with quote

Was this thread solved ?
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Sun Oct 28, 2007 2:15 pm    Post subject: Reply with quote

Re-read the thread, especially the three posts starting here. /mnt/gentoo was not mounted.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
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