Re: Accessing raw data from CD
- From: Uwe Klein <uwe_klein_habertwedt@xxxxxxxxxxx>
- Date: Sat, 03 Feb 2007 19:12:53 +0100
Ian Bell wrote:
My app needs to access raw data from a CD on a PC. This is easy under Linuxtried this:
as the device is a file, so I can use, for example,
set fd [open /dev/cdrom r]
This does not work under Windows
set fd [open {d:} r]
returns an 'access denied' error
Ian
http://support.microsoft.com/kb/100027
this even works in cygwin ( for me ), it is a bit slow imho:
dd bs=4k if=//./A: of=./test.img
uwe
.
- Follow-Ups:
- Re: Accessing raw data from CD
- From: Ian Bell
- Re: Accessing raw data from CD
- References:
- Accessing raw data from CD
- From: Ian Bell
- Accessing raw data from CD
- Prev by Date: Re: Accessing raw data from CD
- Next by Date: treectrl bug?
- Previous by thread: Re: Accessing raw data from CD
- Next by thread: Re: Accessing raw data from CD
- Index(es):
Relevant Pages
|
Loading