|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What does CRC error mean?Hi
I get CRC-errors when I do System.IO.File.Copy from a dvd-r disc to a d: drive. It works on many computers but not this one laptop. best regards /Lars Netzel Lars Netzel wrote:
> I get CRC-errors when I do System.IO.File.Copy from a dvd-r disc to a Can you copy the files manually?> d: drive. It works on many computers but not this one laptop. Does it work with a different DVD? Does it work after you use a lens cleaner in the drive? Andrew This is something like a Cyclic Redondancy Check i.e. a calculation on
written bytes (and the result itself is written). At read time, the calculation is performed again and if the result is not the same, this is because the bytes you read are not those who were written. So basically it would mean that for some reason, you can't read correctly the file back (damaged support or whatever, as it doesn't work here with a particular machine, the drive might be a bit more sensible to external conditions). -- Show quoteHide quotePatrice "Lars Netzel" <uih***@adf.se> a écrit dans le message de news:%234D2mr6NGHA.720@TK2MSFTNGP14.phx.gbl... > Hi > > I get CRC-errors when I do System.IO.File.Copy from a dvd-r disc to a d: > drive. It works on many computers but not this one laptop. > > best regards > /Lars Netzel > > So.. this error happens AFTER the file is actually copied? and the error can
be either...somethinr wrong with the written file... or.. that the reading of the original fails when doing this check? /Lars Show quoteHide quote "Patrice" <a@bc.c> wrote in message news:urPFh96NGHA.532@TK2MSFTNGP15.phx.gbl... > This is something like a Cyclic Redondancy Check i.e. a calculation on > written bytes (and the result itself is written). At read time, the > calculation is performed again and if the result is not the same, this is > because the bytes you read are not those who were written. > > So basically it would mean that for some reason, you can't read correctly > the file back (damaged support or whatever, as it doesn't work here with a > particular machine, the drive might be a bit more sensible to external > conditions). > > -- > Patrice > > "Lars Netzel" <uih***@adf.se> a écrit dans le message de > news:%234D2mr6NGHA.720@TK2MSFTNGP14.phx.gbl... >> Hi >> >> I get CRC-errors when I do System.IO.File.Copy from a dvd-r disc to a d: >> drive. It works on many computers but not this one laptop. >> >> best regards >> /Lars Netzel >> >> > > "Lars Netzel" <uih***@adf.se> schrieb: From my experience I'd say it's more likely that reading the CD failed.> So.. this error happens AFTER the file is actually copied? and the error > can be either...somethinr wrong with the written file... or.. that the > reading of the original fails when doing this check? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> OK, that actually makes sence since we got ahold of a bundle of really
crappy DVDs this time. Thank you! /Lars Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:uRdyKTAOGHA.3936@TK2MSFTNGP12.phx.gbl... > "Lars Netzel" <uih***@adf.se> schrieb: >> So.. this error happens AFTER the file is actually copied? and the error >> can be either...somethinr wrong with the written file... or.. that the >> reading of the original fails when doing this check? > > From my experience I'd say it's more likely that reading the CD failed. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/>
Access member variable directly or through property within the class it is defined?
VB.net sleep problems Convert Words in Strings to Caps Talk to me about debugging Settings.Settings CLS-complaint bitblt Function in VB 2005 axWebBrowswer Context Menu (VB 2003) Remote DNS Zone Creation with WMI and VB.NET VB2005 - Databound MaskedTextBox controls lose mask in MdiChild Forms. |
|||||||||||||||||||||||