Results 1 to 5 of 5
when doing the tar -xvjpf /mnt/cdrom/stages/stage3-i686-2005.0.tar.bz2 i am geting errors like ./usr/lib/per15/5.8.5/i386-linux/core/pp.h: cannot write no space left on device,I cant work this out ive just deleted my old partitions made ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-16-2005 #1
tarball error
when doing the tar -xvjpf /mnt/cdrom/stages/stage3-i686-2005.0.tar.bz2 i am geting errors like ./usr/lib/per15/5.8.5/i386-linux/core/pp.h: cannot write no space left on device,I cant work this out ive just deleted my old partitions made the new partitions with fdisk and mounted the filesystem im following the manual,
And i am using the universal disc as i have no internet conection on the comp.
- 12-16-2005 #2
What is your current directory while doing this?
- 12-16-2005 #3
- 12-16-2005 #4
Okay, either cd to /mnt/gentoo, or change your tar invocation to:
You should always read the handbook carefully before doing anything.Code:tar xvpfj /mnt/cdrom/stages/stage3-i686-2005.0.tar.bz2 -C /mnt/gentoo
- 12-16-2005 #5
tarball
My eyes are getting that bad i need new glasses,And yes i can see where i have gone wrong,I'm getting to excited and need to stop rushing thanks for putting me in the right direction


Reply With Quote
