View previous topic :: View next topic |
Author |
Message |
Xyzk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Oct 2006 Posts: 69
|
Posted: Sun Oct 08, 2006 7:53 pm Post subject: no space left on device |
|
|
Ok, this one is strange.. i`ve got to the moment in install where i had to copy etc/resolv.conf AND i cannot do it. It say, that No space left on device. Its impossieble! I have more space than it`s in handbook (250G) and what? Funniest thing- its one time saying there is no such file, some times no space, sometimes ask f it had to overwrite oO |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kabage Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 31 Jan 2005 Posts: 340
|
Posted: Sun Oct 08, 2006 8:05 pm Post subject: You copy |
|
|
like so (not in chroot)
Code: | cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf |
and it complains is that right?
what does
say _________________ The solutions are easy. Its finding them that is hard. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Xyzk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Oct 2006 Posts: 69
|
Posted: Sun Oct 08, 2006 8:35 pm Post subject: |
|
|
Yeah, this is it.
Results of df:
Code: |
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 1030488 1030488 0 100% /
/dev/hda 51088 51088 0 100% /mnt/cdrom
/dev/loop0 44288 44288 0 100% /mnt/livecd
udev 1030488 21 1030206 1% /dev
cachedir 4096 60 4036 2% /mnt/livecd/lib64/splash/cache
tmpfs 1030488 1030488 0 100% /mnt/ivecd/lib64/splash/tmp
tmpfs 44288 44288 0 100% /mnt/ivecd/lib64
tmpfs 1030488 0 1030488 0% /mnt/livecd/usr/portage |
If you know what i have to do, tell me, it would be nice if you would tell me also how to do this "cure" or information where i can find it (exept for google, even if it knows ewerything) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kabage Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 31 Jan 2005 Posts: 340
|
Posted: Sun Oct 08, 2006 9:06 pm Post subject: I don't see |
|
|
/mnt/gentoo
on your df , you will need to mount your harddrive to cp resolv.conf to it
something like
Code: | mount /dev/hdaX /mnt/gentoo |
X being your root partition assuming you have been following the howto as written and not adlibbing
then df should show your /mnt/gentoo with alot of free space, then you can
cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
no problem in theory. _________________ The solutions are easy. Its finding them that is hard. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Xyzk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Oct 2006 Posts: 69
|
Posted: Sun Oct 08, 2006 9:22 pm Post subject: |
|
|
in practise? now my computer think that there is no such file or directory. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kabage Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 31 Jan 2005 Posts: 340
|
Posted: Sun Oct 08, 2006 9:27 pm Post subject: I think you mean |
|
|
/mnt/gentoo
go ahead and mkdir /mnt/gentoo
then mount it _________________ The solutions are easy. Its finding them that is hard. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Xyzk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Oct 2006 Posts: 69
|
Posted: Sun Oct 08, 2006 9:53 pm Post subject: |
|
|
still same... i will try tommorow some reboting or re-instaling. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nixnut Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/29856733845fd04c0f3d8c.gif)
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Mon Oct 09, 2006 6:48 pm Post subject: |
|
|
You need to find your harddisk, /dev/hda seems to be your cdrom. Look at /proc/partitions or the output of fdisk -l _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|