diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-12 09:03:30 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-12 09:03:30 +0000 |
commit | b1f452387e27060fdf69f1979335336c52c4e58c (patch) | |
tree | 6db1164b798ed1e3df54c8028fd44788f0b6eaf1 /qemu-doc.texi | |
parent | 069b0bda7273634af02a68b86940b8509c13e1eb (diff) |
More documentation bits, from Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3073 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 67b78cdcda..c75d9e09ac 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1164,6 +1164,8 @@ change or eject media. @item Hard disks Hard disks can be used with the syntax: @file{\\.\PhysicalDriveN} where @var{N} is the drive number (0 is the first hard disk). +@file{/dev/hda} is supported as an alias to the first hard disk +drive @file{\\.\PhysicalDrive0}. WARNING: unless you know what you do, it is better to only make READ-ONLY accesses to the hard disk otherwise you may corrupt your |