3 | | 2) http://trac.netlabs.org/vbox/attachment/ticket/45/host-cdflop.diff, host CD/floppy attach code. Opens/writes/reads/ejects/locks/unlocks door on the CD/floppy on the host computer. Known bugs: a) floppy performance is poor, because it VBox asks for 1 sector at a time. Need to try reading by 1 track at a time b) it traps sometimes when floppy is inserted, on some VM's c) traps rarely in pmmerge, probably, because of stack corrupting d) erases CDRW successfully, but I still have got a trap when trying to write ISO to CDRW in Nero in guest winxp. |
| 3 | 2) http://trac.netlabs.org/vbox/attachment/ticket/45/host-cdflop.diff, host CD/floppy attach code. Opens/writes/reads/ejects/locks/unlocks door on the CD/floppy on the host computer. Known bugs: a) floppy performance is poor, because it VBox asks for 1 sector at a time. Need to try reading by 1 track at a time b) it traps sometimes when floppy is inserted, on some VM's c) traps rarely in pmmerge, probably, because of stack corrupting d) erases CDRW successfully, but I still have got a trap when trying to write ISO to CDRW in Nero in guest winxp e) no way to read DVD's with CDFS filesystem, they are considered to be CD's, so incorrect "cooked" 2048 byte-sector offset inside "raw" 2352 byte-sector. Need to find the way to distinguish between CD and DVD. |