Difference between revisions of "Talk:QEMU"
From LinuxMIPS
(Hard discs?) |
StefanWeil (Talk | contribs) |
||
| (One intermediate revision by one user not shown) | |||
| 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) | ||
Latest revision as of 22:07, 1 December 2011
Are hard discs available? If so what are their names in /dev?
Njh@bandsman.co.uk 09:28, 15 June 2006 (BST)
[edit] 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)