Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vmware & fdisk 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
addict
Guest





PostPosted: Wed Aug 07, 2002 12:12 pm    Post subject: vmware & fdisk help Reply with quote

Hi, i'm trying to install gentoo 1.2 in vmware.
I'm at the point where i must create partitions with fdisk, but i cant do
fdisk /dev/hda
I get
unable to open /dev/hda
I also tried fdisk /dev/sda
But only fdisk /dev/root works?

can anybody help this newbie?
I dont know much about fdisk..
:(

thnx
Back to top
phantasm
n00b
n00b


Joined: 21 Jun 2002
Posts: 71
Location: Cincinnati

PostPosted: Wed Aug 07, 2002 2:43 pm    Post subject: Reply with quote

First you have to insmod sd_mod so that you can have your scsi modules load then you can fdisk /dev/sda, when you compile your kernel be sure to build in the buslogic scsi module
Back to top
View user's profile Send private message
addict
Guest





PostPosted: Wed Aug 07, 2002 3:58 pm    Post subject: Reply with quote

Hmm, that worked thanks.
But my virtual disk looks verry small..
If I do fdisk /dev/sda
and then p
it says
Disk /dev/sda: 255 heads, 63 sectors, 1305 cylinders
Units = cylinders of 16065 * 512 bytes

??
my virtual disk should be 10GB..
Back to top
GurliGebis
Retired Dev
Retired Dev


Joined: 08 Aug 2002
Posts: 509

PostPosted: Thu Aug 08, 2002 11:31 am    Post subject: Reply with quote

Just make a virtual IDE disc instead of a SCSI disc.
When you come to the disc size dialog, click Advanced, and select IDE instead of SCSI.
_________________
Queen Rocks.
Back to top
View user's profile Send private message
nE0
Tux's lil' helper
Tux's lil' helper


Joined: 08 Aug 2002
Posts: 146
Location: The Netherlands, Breda

PostPosted: Fri Aug 09, 2002 11:37 am    Post subject: Reply with quote

addict wrote:
Hmm, that worked thanks.
Disk /dev/sda: 255 heads, 63 sectors, 1305 cylinders
Units = cylinders of 16065 * 512 bytes

??
my virtual disk should be 10GB..


this counts up to 10236,73095703125 MB
so 10Gb is ok.

just create your partitions, it will work.
fdisk /dev/sda
n (new partition)
p (primary partition)
1 (1st partition)
<enter> (default starting point)
+50M
(that was your boot partition)
n
p
2
<enter> (default starting point)
+256M
(that's your swap)
n
p
3
<enter> (default starting point)
<enter> (default endpoint, is the remaining)

now change the partition ID's from your partitions to linux and swap. (82 & 83)

also don't forget to set the boot flag foor /dev/sda1

goodluck
_________________
All things considerring! I'm considerring to...never mind!
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