Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network config and fdisk questions
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
IdBuRnS
n00b
n00b


Joined: 01 Aug 2002
Posts: 19

PostPosted: Tue Aug 06, 2002 1:03 pm    Post subject: Network config and fdisk questions Reply with quote

Is the broadcast address necessary for eth0 (359x) to work? If so , how do I determine the broadcast address? I'm not familiar with the term. I have my gateway, IP address (static) and my DNS servers.

Also, I'm not familiar with the fdisk that is included on the stage 1 install. Can someone give me specific commands to properly partition my 30GB drive? I'm new to Gentoo (and linux in general) and the setup guide on this site didn't give much indication of how to properly partition a 30GB drive.

Also some recommendations for file systems would be handy. I'm expecting to either go with ext2 or ext3.

BTW - I'm installing on a Dell Optiplex GX1 with a 400MHz P2 and 192MB of ram. Sound and NIC are onboard.

Thanks.
_________________
Iain
Dell GX1
Pentium2 400MHz w/ 192MB
30GB IBM, Onboard NIC, Onboard Sound
Back to top
View user's profile Send private message
Oyarsa
n00b
n00b


Joined: 01 Jul 2002
Posts: 73
Location: Mars

PostPosted: Tue Aug 06, 2002 1:30 pm    Post subject: Reply with quote

Quote:
Also, I'm not familiar with the fdisk that is included on the stage 1 install. Can someone give me specific commands to properly partition my 30GB drive? I'm new to Gentoo (and linux in general) and the setup guide on this site didn't give much indication of how to properly partition a 30GB drive.

This post by roman helped me.
https://forums.gentoo.org/viewtopic.php?t=3089
Quote:
Also some recommendations for file systems would be handy. I'm expecting to either go with ext2 or ext3.

If you're choosing between those two, go with ext3. It's basically ext2 with journaling. You can always mount it as ext2 if you don't want to use the journal.
_________________
Dew knot trussed yore spell chequer two fined awl ewer miss steaks.
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Aug 06, 2002 1:34 pm    Post subject: Reply with quote

Generally your broadcast address should be calculated using your subnet mask. So if you are using a class A subnet like 10.x.x.x then your subnet mask is 255.0.0.0 and then your broadcast IP is 10.255.255.255 but if you are using 192.168.0.x then your subnet mask is usually 255.255.255.0 and your broadcast IP is 192.168.0.255. Likewise if you are using 192.168.1.x then subnet is still 255.255.255.0 and your broadcast then becomes 192.168.1.255. Alternatively you can also setup your network such that you are using 192.168.x.x and your subnet mask is then 255.255.0.0 and your broadcast IP is 192.168.255.255 then.

As for Fdisk you should be able to figure it out using the on screen help, but if you need further assistance you should read this link.

Hope that helps!

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
IdBuRnS
n00b
n00b


Joined: 01 Aug 2002
Posts: 19

PostPosted: Tue Aug 06, 2002 1:36 pm    Post subject: Reply with quote

Oyarsa wrote:
Quote:
Also, I'm not familiar with the fdisk that is included on the stage 1 install. Can someone give me specific commands to properly partition my 30GB drive? I'm new to Gentoo (and linux in general) and the setup guide on this site didn't give much indication of how to properly partition a 30GB drive.

This post by roman helped me.
https://forums.gentoo.org/viewtopic.php?t=3089
Quote:
Also some recommendations for file systems would be handy. I'm expecting to either go with ext2 or ext3.

If you're choosing between those two, go with ext3. It's basically ext2 with journaling. You can always mount it as ext2 if you don't want to use the journal.


Thanks for the link for the fdisk info, that really helps a lot. I was banging my head against the wall last night. The DOS version if fdisk is so much easier to use (guess I'm just used to it).

What does journaling do?
_________________
Iain
Dell GX1
Pentium2 400MHz w/ 192MB
30GB IBM, Onboard NIC, Onboard Sound


Last edited by IdBuRnS on Tue Aug 06, 2002 1:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
IdBuRnS
n00b
n00b


Joined: 01 Aug 2002
Posts: 19

PostPosted: Tue Aug 06, 2002 1:41 pm    Post subject: Reply with quote

BonezTheGoon wrote:
Generally your broadcast address should be calculated using your subnet mask. So if you are using a class A subnet like 10.x.x.x then your subnet mask is 255.0.0.0 and then your broadcast IP is 10.255.255.255 but if you are using 192.168.0.x then your subnet mask is usually 255.255.255.0 and your broadcast IP is 192.168.0.255. Likewise if you are using 192.168.1.x then subnet is still 255.255.255.0 and your broadcast then becomes 192.168.1.255. Alternatively you can also setup your network such that you are using 192.168.x.x and your subnet mask is then 255.255.0.0 and your broadcast IP is 192.168.255.255 then.

As for Fdisk you should be able to figure it out using the on screen help, but if you need further assistance you should read this link.

Hope that helps!

Regards,
BonezTheGoon


That fdisk link seems to be pretty popular. :D

Well, I'm using 166.91.0.X so my subnet is 255.255.255.0. I guess my broadcast address is 166.91.0.255 then.

thanks!
_________________
Iain
Dell GX1
Pentium2 400MHz w/ 192MB
30GB IBM, Onboard NIC, Onboard Sound
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Aug 06, 2002 2:12 pm    Post subject: Reply with quote

Journaling is a neat feature that does a very good job of ensuring data integrity on your hard disk. There are a bunch of different journaling file systems now. Some popular journaling file systems are ext3, reiserfs, and xfs -- also ntfs is a journaling file system for Windows NT 4, 5 (2000), and 5.1 (XP). You can do a search on google to find out how journaling works, and what it guards you against.

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
IdBuRnS
n00b
n00b


Joined: 01 Aug 2002
Posts: 19

PostPosted: Tue Aug 06, 2002 2:25 pm    Post subject: Reply with quote

Are there any disadvantages to using ext3. It didn't look like it when I read the install guide from this site. Anyone have a different opinion? If not then I guess that's what I'll use.
_________________
Iain
Dell GX1
Pentium2 400MHz w/ 192MB
30GB IBM, Onboard NIC, Onboard Sound
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