Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant unpack tarballs, plz help
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
RecoilUK
Tux's lil' helper
Tux's lil' helper


Joined: 13 Nov 2002
Posts: 94

PostPosted: Thu Nov 14, 2002 10:36 pm    Post subject: Cant unpack tarballs, plz help Reply with quote

Hi guys

Just started with this Gentoo distribution and I seem to have run into a snag.

I want to dual boot this with win98

win98 = hda
gentoo =

hdb1 /boot 106mb
hdb2 swap 1024mb
hdb3 / something around 29gb

I,ve followed the instructions, made the partitions as above, made my filesystems 82 for hdb2 and 83 for hdb3.

Formatted using mke2fs -j /dev/hdb* and mkswap /dev/hdb2

Mounted them

cd /mnt/gentoo

then I try tar /xvjpf /cdroot/nocompress/stage*****(cant remember what its called)

but I get as far as ./bin/hostname and get the following message....

tar:Error exit delayed from previous errors

anybody have any idea as to what the problem is?

My first instinct is to say it has something to with memory but I,m not sure.

Thx guys
_________________
RecoilUK
Back to top
View user's profile Send private message
ashkar
n00b
n00b


Joined: 26 Sep 2002
Posts: 48

PostPosted: Thu Nov 14, 2002 10:59 pm    Post subject: Reply with quote

just to make sure, there weren't any other errors listed before that?
Back to top
View user's profile Send private message
RecoilUK
Tux's lil' helper
Tux's lil' helper


Joined: 13 Nov 2002
Posts: 94

PostPosted: Thu Nov 14, 2002 11:17 pm    Post subject: Reply with quote

Hi

No none at all.

Thx again
_________________
RecoilUK
Back to top
View user's profile Send private message
mooman
Apprentice
Apprentice


Joined: 06 Nov 2002
Posts: 175
Location: Vancouver, WA

PostPosted: Thu Nov 14, 2002 11:27 pm    Post subject: Reply with quote

Were you untarring a bz2 file? I've had mixed success at untarring bzipped files. I usually break it into two steps:
1. "un"-bzip the file
2. then untar it (-xvf)

I ended up with some missing files when I tried to do both in one step before.
Now I'm too paranoid to try it again in a single step. :)
_________________
Linux user off and on since circa 1995
Back to top
View user's profile Send private message
RecoilUK
Tux's lil' helper
Tux's lil' helper


Joined: 13 Nov 2002
Posts: 94

PostPosted: Thu Nov 14, 2002 11:44 pm    Post subject: Reply with quote

Hi again

I also tried bzcat filename.tar.bz2 ¦ tar -xv .... which I pinched off the linuxfromscratch website, but again this failed.

I,ll give what you suggested a try and let you know how I get one.

Thx for the reply
_________________
RecoilUK
Back to top
View user's profile Send private message
phong
Bodhisattva
Bodhisattva


Joined: 16 Jul 2002
Posts: 778
Location: Michigan - 15 & Ryan

PostPosted: Fri Nov 15, 2002 2:15 am    Post subject: Reply with quote

Was any version windows previously installed on the drive? It is possible that mount is incorrectly detecting the filesystems on the partitions when you mount them. Try explicitly specifying the filesystem using -t:
Code:
mount -t ext3 /dev/hdb3 /mnt/gentoo
mount -t ext3 /dev/hdb1 /mnt/gentoo/boot

_________________
"An empty head is not really empty; it is stuffed with rubbish. Hence the difficulty of forcing anything into an empty head."
-- Eric Hoffer
Back to top
View user's profile Send private message
RecoilUK
Tux's lil' helper
Tux's lil' helper


Joined: 13 Nov 2002
Posts: 94

PostPosted: Sat Nov 16, 2002 2:58 am    Post subject: Reply with quote

Hi again

Thx Phong my man, you hit the nail right on the head with your reply, works a treat now.

A query though, would I have to do this in the fstab file, once evrything is installed, and do you know why this problem occurs.

Thx again guys.
_________________
RecoilUK
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