Jump to content

Catch-22

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Catch-22

  1. I was able to reproduce it now simply by running flac -t over and over again on the same file. F:\Music\Flitz&Suppe\Yokai (2020)>flac -t "1 - Tanuki.flac" flac 1.3.2 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. 1 - Tanuki.flac: ok F:\Music\Flitz&Suppe\Yokai (2020)>flac -t "1 - Tanuki.flac" flac 1.3.2 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. 1 - Tanuki.flac: ok F:\Music\Flitz&Suppe\Yokai (2020)>flac -t "1 - Tanuki.flac" flac 1.3.2 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. 1 - Tanuki.flac: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC 1 - Tanuki.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_ABORTED
  2. Unfortunately changing CoveFs_ReadStripingBlockModeNoCache did not seem to help, either.
  3. I have manually updated to version 2.2.3.1019 (not sure why the update check wasn't working). I have tried this setting after a reboot and still run into the same issues (easiest to reproduce for me when downloading then verifying FLAC files). I haven't tried the other setting you mentioned. I've reset CoveFs_ReadStripingBlockMode to defaults and will try CoveFs_ReadStripingBlockModeNoCache on my next reboot.
  4. FLAC is a file format for lossless audio compression, you can download the flac utility from https://xiph.org/flac/download.html The reason I use it as an example is because the FLAC format has built-in corruption checks, so it's easy to verify if the file contents is not what the user expects. I suspect that the file format is largely irrelevant, however this does seem to be more likely to happen with larger files (ie. you probably can't reproduce this by copying small text files around).
  5. I am using StableBit DrivePool and noticed that I am getting file corruption that is somewhat reproducible. I particularly noticed this with FLAC files as I was attempting to verify my library of music using flac -t which checks the MD5 signature of the decoded WAV file. My setup is DrivePool with Folder Duplication enabled on specific folders, "Bypass filesystem Filters" checked, "Read striping" checked and "Real-time duplication checked". Note that it appears to be "Read striping" that is the culprit for this but I am not 100% sure. Particularly concerning to me is that this happens even with "Verify after copy" checked. Steps for me to reproduce are to download a FLAC to a DrivePool location that matches the above parameters, verify it with flac -t (ensure that it verifies OK), copy the file to a different location (doesn't even have to be a DrivePool location), verify this copied file with flac -t and see that the file does not verify anymore. Checking with a hex editor, I can see it's not even just 1 byte difference, usually something like the first 32kb is fine, then I get random jumbled up data for a 128kb or so then the remainder of the file is correct (and the file size is correct). Here's something I would never expect to see in a working filesystem: PS F:\test\> flac -t .\test.flac flac 1.3.2 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. test.flac: ok PS F:\test\> copy .\test.flac test2.flac PS F:\test\> flac -t .\test2.flac flac 1.3.2 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. test2.flac: *** Got error code 2:FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH test2.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_ABORTED Edit: It seems I am not the only one running into this problem, see this recent Reddit thread:
×
×
  • Create New...