Difference between revisions of "Talk:QEMU"
From LinuxMIPS
(Hard discs?) |
Sjlongland (Talk | contribs) (QEMU HDDs) |
||
| Line 2: | Line 2: | ||
[[User:Njh@bandsman.co.uk|Njh@bandsman.co.uk]] 09:28, 15 June 2006 (BST) | [[User:Njh@bandsman.co.uk|Njh@bandsman.co.uk]] 09:28, 15 June 2006 (BST) | ||
| + | |||
| + | == QEMU HDDs == | ||
| + | |||
| + | They show up as IDE disks: | ||
| + | |||
| + | qemu -hda FOO -hdb BAR -cdrom BAZ | ||
| + | |||
| + | will result in three IDE devices: | ||
| + | |||
| + | * Primary Master: FOO | ||
| + | * Secondary Master: BAR | ||
| + | * Secondary Slave: BAZ | ||
| + | |||
| + | ... or something like that anyway. | ||
| + | --[[User:Sjlongland|Sjlongland]] 11:41, 12 August 2007 (BST) | ||
Revision as of 10:41, 12 August 2007
Are hard discs available? If so what are their names in /dev?
Njh@bandsman.co.uk 09:28, 15 June 2006 (BST)
QEMU HDDs
They show up as IDE disks:
qemu -hda FOO -hdb BAR -cdrom BAZ
will result in three IDE devices:
- Primary Master: FOO
- Secondary Master: BAR
- Secondary Slave: BAZ
... or something like that anyway. --Sjlongland 11:41, 12 August 2007 (BST)