Click to See Complete Forum and Search --> : clarification on a NHF ????


cotfessi
01-15-2001, 02:41 PM
I'm looking at the following NHF:
http://linuxnewbie.internet.com/nhf/intel/hardware/hd_add.html

After it says to type dmseg | more it says that my new drive should look like "/dev/hdb"

but on the very next step the author uses "fdisk /dev/hdb2"

Where did the 2 come from?

Mountainman
01-15-2001, 02:57 PM
The 2 designates it as the second partition on the hd whatever drive.

------------------
---Meddle not in the affairs of Dragons, for thou art but a snack, and tasty with ketchup---
Http://www.geocities.com/mountainmancentral

cotfessi
01-15-2001, 03:10 PM
the NHF regards adding a new blank Hard Disk Drive... there shouldn't be any partitions available. shouldn't the NHF read "fdisk /dev/hdb" ??

Sorry to seem anal, but I'm still pretty green when it comes to stuff like this and I really don't want to mess anything up... I finally have a stable working system http://www.linuxnewbie.org/ubb/biggrin.gif

Sensei
01-15-2001, 03:14 PM
yes there have been other complaints about that particular section.

/dev/hdb would suffice rather than /dev/hdb2.

------------------
Sensei
LNO Seti Black Belts Team Stats
http://setiathome.ssl.berkeley.edu/stats/team/team_11027.html

Join the Linuxnewbie.org SETI Black Belts!
http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?cmd=team_join_form&id=11027

cotfessi
01-15-2001, 03:17 PM
thanks Sensei