Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help partitioning disk
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
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sat Jul 16, 2005 10:47 pm    Post subject: help partitioning disk Reply with quote

i followed the handbook untill i got to adding the boot partition. the handbook says
Command (m for help): p

Disk /dev/hda: 30.0 GB, 30005821440 bytes
240 heads, 63 sectors/track, 3876 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 14 105808+ 83 Linux

but mine says

Disk /dev/hda: 20.5 GB, 20525137920 bytes
255 heads, 63 sectors/track, 2495 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 5 40131 83 Linux

what did i do wrong?
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sat Jul 16, 2005 11:01 pm    Post subject: Reply with quote

from the command prompt do a fdisk -l
<that's a lower case el not a one>

you should get something that would look like this (be advised I've sliced my drive up in multipule file systems)

Code:
bob init.d # fdisk -l

Disk /dev/sda: 36.4 GB, 36420075008 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          17      136521   83  Linux
/dev/sda2              18        1885    15004710   83  Linux
/dev/sda3            1886        1947      498015   83  Linux
/dev/sda4            1948        4427    19920600    5  Extended
/dev/sda5            1948        3193    10008463+  83  Linux
/dev/sda6            3194        4427     9912073+  83  Linux

Disk /dev/sdb: 73.4 GB, 73407865856 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         250     2008093+  82  Linux swap / Solaris
/dev/sdb2             251        1247     8008402+  83  Linux
/dev/sdb3            1248        2493    10008495   83  Linux

_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sat Jul 16, 2005 11:20 pm    Post subject: Re: help partitioning disk Reply with quote

shiroma wrote:
Disk /dev/hda: 20.5 GB, 20525137920 bytes
255 heads, 63 sectors/track, 2495 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 5 40131 83 Linux

what did i do wrong?


What's the problem exactly? You've an about 40 MB partition. Did you want a different size?
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sat Jul 16, 2005 11:31 pm    Post subject: Reply with quote

ok now im past that but my wireless card still doesnt work
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sat Jul 16, 2005 11:33 pm    Post subject: Reply with quote

Seems like a different problem. Which card?
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sat Jul 16, 2005 11:34 pm    Post subject: Reply with quote

shiroma wrote:
ok now im past that but my wireless card still doesnt work


http://gentoo-wiki.com/HOWTO_Wireless_Configuration_and_Startup
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sat Jul 16, 2005 11:34 pm    Post subject: Reply with quote

i dont kow much about this so how do i find out?
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sat Jul 16, 2005 11:41 pm    Post subject: Reply with quote

It's a PCMCIA card? If it is look at what is printed on the card. If not post lspci output.
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sat Jul 16, 2005 11:45 pm    Post subject: Reply with quote

ithink
0000:00:13.1 network controler: texas instruments acx 100 22mbps wireless interface
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Jul 17, 2005 12:21 am    Post subject: Reply with quote

There's an acx100 package in portage. You may try to emerge it and check documentation.
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sun Jul 17, 2005 3:38 am    Post subject: Reply with quote

how do i do this?
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jul 17, 2005 3:47 am    Post subject: Reply with quote

shiroma wrote:
how do i do this?

http://www.gentoo.org/doc/en/handbook/2005.0/index.xml

Specificly

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sun Jul 17, 2005 3:58 am    Post subject: Reply with quote

i type in emerge but command not found
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jul 17, 2005 4:03 am    Post subject: Reply with quote

shiroma wrote:
i type in emerge but command not found

How far are you in the install process?
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sun Jul 17, 2005 4:04 am    Post subject: Reply with quote

in the hadbook i am at 5.b

5.b. Default: Using a Stage from the Internet

Downloading the Stage Tarball
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jul 17, 2005 4:12 am    Post subject: Reply with quote

Ok you've just started.

I'm assuming you don't have a wired LAN, your network is wireless.

If that's the case you're going to have to do a no network install off a CD. Check the gentoo site and it'll give you the instructions for that, then once it's done you can configure your wireless once you've got a working system.

Me, I prefer hardwired LAN's and only like wireless for mobile devices. So I'm not the best one to help you on wireless.....

Sorry
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
shiroma
n00b
n00b


Joined: 16 Jul 2005
Posts: 8

PostPosted: Sun Jul 17, 2005 4:12 am    Post subject: Reply with quote

thanks for the info
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jul 17, 2005 4:17 am    Post subject: Reply with quote

shiroma wrote:
thanks for the info


Not a problem, also for some really good information check out the gentoo wiki

http://gentoo-wiki.com

There's some really good info on tweaks, howto's, etc..
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
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