• RAID constantly corrupting

    From Martin S Taylor@21:1/5 to All on Thu Apr 13 17:30:04 2023
    Last year I bought a couple of Icy Box RAID enclosures. These have given me intermittent problems for a while, mainly bit-flip errors, invalid hashes,
    and underallocation. All sorted by Disk Utility, I kept trouble at bay by replacing the USB cables, connecting direct to the Mac (rather than through a hub) etc. Problems seemed to be caused when using Carbon Copy Cloner, but I'd guess this is because CCC a) checks the validity of its copying (so I get to find out about any problems immediately), and b) CCC copies terabytes of data when I use it.

    Anyhow, last week there were big problems. The culmination came yesterday
    when I used Carbon Copy Cloner to back up my Mac's internal drive to a folder on Icy Box. Immediately afterwards there were overlapped extent allocation errors, and the whole disk is pretty much unusable.

    I've applied all my knowledge to track down the cause, but I'm a bit stuck. What's likely to be causing this, and what can I rule out?

    • Hardware/firmware error in the Icy Box?
    • Physical problems with the cable?
    • Problems because the long (3m) USB cable snakes its way past lots of
    other cables, including mains cables?
    • Hardware/software error at the Mac end?
    • Bug in Carbon Copy Cloner?

    Any suggestions on the cause, or advice for future testing gratefully
    received.

    Martin S Taylor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to All on Thu Apr 13 18:57:42 2023
    Oh, and the other clue is that the Icy Box runs at about 180MB/s normally,
    but sometimes slows right down to 30MB/s or even less. The simplest and most reliable way to get it up to speed is to reboot the Mac. (Ejecting it and remounting it doesn't work.)

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Martin S Taylor on Thu Apr 13 18:47:06 2023
    Martin S Taylor <correspondence@mraermtoivnestthaiyslor.com> wrote:
    Last year I bought a couple of Icy Box RAID enclosures. These have given
    me intermittent problems for a while, mainly bit-flip errors, invalid
    hashes, and underallocation. All sorted by Disk Utility, I kept trouble
    at bay by replacing the USB cables, connecting direct to the Mac (rather
    than through a hub) etc. Problems seemed to be caused when using Carbon
    Copy Cloner, but I'd guess this is because CCC a) checks the validity of
    its copying (so I get to find out about any problems immediately), and b)
    CCC copies terabytes of data when I use it.

    What kind of RAID is the Icy Box doing? 0/1/5/6/10? Hardware RAID in the
    box, or software RAID (as multiple drives joined together on the Mac, like a Fusion drive)?

    Where are you seeing these errors? In CCC, or from the box?

    Anyhow, last week there were big problems. The culmination came yesterday when I used Carbon Copy Cloner to back up my Mac's internal drive to a
    folder on Icy Box. Immediately afterwards there were overlapped extent allocation errors, and the whole disk is pretty much unusable.

    I've applied all my knowledge to track down the cause, but I'm a bit stuck. What's likely to be causing this, and what can I rule out?

    • Hardware/firmware error in the Icy Box?

    If it's hardware RAID I would suspect the Icy Box...

    • Physical problems with the cable?

    If there was a cable error the USB protocol should resend it. If it's
    serious I'd expect discs dropping out.

    Is the USB powering the Icy Box, or does it have external power?

    • Problems because the long (3m) USB cable snakes its way past lots of other cables, including mains cables?

    Unlikely, but USB should handle that.

    • Hardware/software error at the Mac end?

    Unfortunately HFS and APFS don't have checksums, so it is possible for
    corrupt data to end up on the disc if there's a problem with the hardware.

    (ZFS checksums all on-disc data, so you can confirm everything is
    consistent. This is a good way to confirm hardware is behaving itself. Unfortunately Apple skipped that for APFS, saying its flash was sufficiently reliable)

    Any suggestions on the cause, or advice for future testing gratefully received.

    If it's RAID1 it would be possible to pull one of the drives out of the
    array and see if it's better with a single drive, but I wouldn't advise that unless you have a full backup. Although with a dubious RAID I'd be wanting
    a full backup in any case.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Theo on Thu Apr 13 18:55:45 2023
    Hi Theo:

    Thanks for the comprehensive reply.

    On 13 Apr 2023, Theo wrote
    (in article <Icq*gaHdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Last year I bought a couple of Icy Box RAID enclosures. These have given
    me intermittent problems for a while, mainly bit-flip errors, invalid hashes, and underallocation. All sorted by Disk Utility, I kept trouble
    at bay by replacing the USB cables, connecting direct to the Mac (rather than through a hub) etc. Problems seemed to be caused when using Carbon Copy Cloner, but I'd guess this is because CCC a) checks the validity of its copying (so I get to find out about any problems immediately), and b) CCC copies terabytes of data when I use it.

    What kind of RAID is the Icy Box doing? 0/1/5/6/10? Hardware RAID in the
    box, or software RAID (as multiple drives joined together on the Mac, like a Fusion drive)?

    Hardward RAID 5


    Where are you seeing these errors? In CCC, or from the box?

    Neither –it's when I check the integrity of the disk using Disk Utility.


    Anyhow, last week there were big problems. The culmination came yesterday when I used Carbon Copy Cloner to back up my Mac's internal drive to a folder on Icy Box. Immediately afterwards there were overlapped extent allocation errors, and the whole disk is pretty much unusable.

    I've applied all my knowledge to track down the cause, but I'm a bit stuck. What's likely to be causing this, and what can I rule out?

    • Hardware/firmware error in the Icy Box?

    If it's hardware RAID I would suspect the Icy Box...

    That's my suspicion too, but I sent one Icy Box back because I thought it was causing the problems, and the new one is exactly the same.


    • Physical problems with the cable?

    If there was a cable error the USB protocol should resend it. If it's
    serious I'd expect discs dropping out.

    I've had disks dropping out, but that problem seemed to be cured by using a higher quality cable and not using a USB hub, but connecting directly to the Mac.

    Is the USB powering the Icy Box, or does it have external power?

    External power.


    • Problems because the long (3m) USB cable snakes its way past lots of other cables, including mains cables?

    Unlikely, but USB should handle that.

    Agreed.


    • Hardware/software error at the Mac end?

    Unfortunately HFS and APFS don't have checksums, so it is possible for corrupt data to end up on the disc if there's a problem with the hardware.

    (ZFS checksums all on-disc data, so you can confirm everything is
    consistent. This is a good way to confirm hardware is behaving itself. Unfortunately Apple skipped that for APFS, saying its flash was sufficiently reliable)

    Yes, I know. I'm resorting to checksumming individual files, either manually (using Terminal) or by using CCC.


    Any suggestions on the cause, or advice for future testing gratefully received.

    If it's RAID1 it would be possible to pull one of the drives out of the
    array and see if it's better with a single drive, but I wouldn't advise that unless you have a full backup. Although with a dubious RAID I'd be wanting
    a full backup in any case.
    I have a full backup! But it's still a pain verifying the integrity of what I've got.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to nospam on Thu Apr 13 19:49:47 2023
    On 13 Apr 2023, nospam wrote
    (in article<130420231440319807%nospam@nospam.invalid>):

    In article<Icq*gaHdz@news.chiark.greenend.org.uk>, Theo <theom+news@chiark.greenend.org.uk> wrote:

    (ZFS checksums all on-disc data, so you can confirm everything is consistent. This is a good way to confirm hardware is behaving itself. Unfortunately Apple skipped that for APFS, saying its flash was sufficiently
    reliable)

    btrfs also does that, used on synology nases (and a couple of others).

    synology nases can also snapshot files, much like time machine on a mac.

    I think Synology NASes cannot be used as DASes, can they? I have to use a
    DAS, not a NAS.

    Otherwise I'd consider selling the Icy Boxes for something (anything!) more reliable.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to theom+news@chiark.greenend.org.uk on Thu Apr 13 14:40:31 2023
    In article <Icq*gaHdz@news.chiark.greenend.org.uk>, Theo <theom+news@chiark.greenend.org.uk> wrote:

    (ZFS checksums all on-disc data, so you can confirm everything is
    consistent. This is a good way to confirm hardware is behaving itself. Unfortunately Apple skipped that for APFS, saying its flash was sufficiently reliable)

    btrfs also does that, used on synology nases (and a couple of others).

    synology nases can also snapshot files, much like time machine on a mac.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to Martin S Taylor on Thu Apr 13 15:40:24 2023
    In article
    <0001HW.29E88EBE004C58DF70000C93238F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:


    It's not the speed that's important. Backblaze charge peanuts to back up a DAS, but considerably more than peanuts to back up a NAS.

    one solution is to use iscsi and it will appear as a local volume.

    unfortunately, macos doesn't include an iscsi initiator so you have to
    use with third party options and they have some issues.

    on the other hand, synology has all sorts of cloud sync options,
    however, i have not looked into pricing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to nospam on Thu Apr 13 20:25:50 2023
    On 13 Apr 2023, nospam wrote
    (in article<130420231518196798%nospam@nospam.invalid>):

    In article
    <0001HW.29E8864B004A5DC87000022E738F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:

    I think Synology NASes cannot be used as DASes, can they? I have to use a DAS, not a NAS.

    correct. they cannot, however, some of them have 10gb-e ports so the
    speeds are comparable (assuming your computer also has a 10gb-e port).

    It's not the speed that's important. Backblaze charge peanuts to back up a
    DAS, but considerably more than peanuts to back up a NAS.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to Martin S Taylor on Thu Apr 13 20:40:23 2023
    Martin S Taylor wrote:
    Oh, and the other clue is that the Icy Box runs at about 180MB/s normally, but sometimes slows right down to 30MB/s or even less. The simplest and most reliable way to get it up to speed is to reboot the Mac. (Ejecting it and remounting it doesn't work.)

    Do you have a spare Mac?

    Connect the Icy Box to the spare Mac and confirm that you still see the
    same errors. If not suspect the Mac - but apart from the USB hardware
    in the Mac I can't suggest a fault mechanism.

    If you do see the same errors, try an alternative RAID enclosure. This
    would mean wiping the disks so they can be managed by the new RAID
    controller, so get new disks as well.



    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to Martin S Taylor on Thu Apr 13 15:18:19 2023
    In article
    <0001HW.29E8864B004A5DC87000022E738F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:

    I think Synology NASes cannot be used as DASes, can they? I have to use a DAS, not a NAS.

    correct. they cannot, however, some of them have 10gb-e ports so the
    speeds are comparable (assuming your computer also has a 10gb-e port).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bruce Horrocks@21:1/5 to Martin S Taylor on Thu Apr 13 21:43:37 2023
    On 13/04/2023 17:30, Martin S Taylor wrote:
    Last year I bought a couple of Icy Box RAID enclosures. These have given me intermittent problems for a while, mainly bit-flip errors, invalid hashes, and underallocation. All sorted by Disk Utility, I kept trouble at bay by replacing the USB cables, connecting direct to the Mac (rather than through a hub) etc. Problems seemed to be caused when using Carbon Copy Cloner, but I'd guess this is because CCC a) checks the validity of its copying (so I get to find out about any problems immediately), and b) CCC copies terabytes of data when I use it.

    Anyhow, last week there were big problems. The culmination came yesterday when I used Carbon Copy Cloner to back up my Mac's internal drive to a folder on Icy Box. Immediately afterwards there were overlapped extent allocation errors, and the whole disk is pretty much unusable.

    I've applied all my knowledge to track down the cause, but I'm a bit stuck. What's likely to be causing this, and what can I rule out?

    • Hardware/firmware error in the Icy Box?
    • Physical problems with the cable?
    • Problems because the long (3m) USB cable snakes its way past lots of other cables, including mains cables?
    • Hardware/software error at the Mac end?
    • Bug in Carbon Copy Cloner?

    Any suggestions on the cause, or advice for future testing gratefully received.

    Do the Icy boxes have Ethernet? If so, using that might be more reliable.

    Otherwise can you move the Icy boxes closer to the Mac and use a shorter
    cable for a week or two?

    Is the firmware on the Icy boxes up to date (if it can be updated)?

    --
    Bruce Horrocks
    Surrey, England

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Bruce Horrocks on Thu Apr 13 22:10:43 2023
    On 13 Apr 2023, Bruce Horrocks wrote
    (in article<390da203-4653-87aa-cc39-f2ae568f8a45@scorecrow.com>):

    Do the Icy boxes have Ethernet? If so, using that might be more reliable.

    No.

    Otherwise can you move the Icy boxes closer to the Mac and use a shorter cable for a week or two?

    Yes, I've tried that and it seems to make some difference, but... well, let's see if I move them nearer and use a quality cable.

    Is the firmware on the Icy boxes up to date (if it can be updated)?

    I believe so. It can only be updated from a PC. I'm astonished that any
    company can not offer a way to update firmware using a Mac.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Graham J on Thu Apr 13 22:12:04 2023
    On 13 Apr 2023, Graham J wrote
    (in article <u19lrh$13sjg$1@dont-email.me>):

    Do you have a spare Mac?

    Connect the Icy Box to the spare Mac and confirm that you still see the
    same errors. If not suspect the Mac - but apart from the USB hardware
    in the Mac I can't suggest a fault mechanism.

    If you do see the same errors, try an alternative RAID enclosure. This
    would mean wiping the disks so they can be managed by the new RAID controller, so get new disks as well.

    Well I *do* have another Mac, but the fault can't be reproduced relilably enough to see.

    And yes, buying new disks is expensive, but I've tried that and it makes no difference.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Bruce Horrocks on Thu Apr 13 22:39:46 2023
    On 13 Apr 2023, Bruce Horrocks wrote
    (in article<390da203-4653-87aa-cc39-f2ae568f8a45@scorecrow.com>):

    Is the firmware on the Icy boxes up to date (if it can be updated)?

    I just checked (on a PC dating from the Middle Ages) and yes, the firmware is up to date.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to Martin S Taylor on Fri Apr 14 09:03:51 2023
    Martin S Taylor wrote:
    On 13 Apr 2023, Graham J wrote
    (in article <u19lrh$13sjg$1@dont-email.me>):

    Do you have a spare Mac?

    Connect the Icy Box to the spare Mac and confirm that you still see the
    same errors. If not suspect the Mac - but apart from the USB hardware
    in the Mac I can't suggest a fault mechanism.

    If you do see the same errors, try an alternative RAID enclosure. This
    would mean wiping the disks so they can be managed by the new RAID
    controller, so get new disks as well.

    Well I *do* have another Mac, but the fault can't be reproduced relilably enough to see.

    And yes, buying new disks is expensive, but I've tried that and it makes no difference.

    Your post is entitled "constantly corrupting" so I don't see that as
    consistent with "fault can't be reproduced relilably".

    But if it ever fails, there's a problem.

    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Martin S Taylor on Fri Apr 14 10:30:57 2023
    Martin S Taylor <correspondence@mraermtoivnestthaiyslor.com> wrote:
    Hi Theo:

    Thanks for the comprehensive reply.

    On 13 Apr 2023, Theo wrote
    (in article <Icq*gaHdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Last year I bought a couple of Icy Box RAID enclosures. These have given me intermittent problems for a while, mainly bit-flip errors, invalid hashes, and underallocation. All sorted by Disk Utility, I kept trouble at bay by replacing the USB cables, connecting direct to the Mac (rather than through a hub) etc. Problems seemed to be caused when using Carbon Copy Cloner, but I'd guess this is because CCC a) checks the validity of its copying (so I get to find out about any problems immediately), and b) CCC copies terabytes of data when I use it.

    What kind of RAID is the Icy Box doing? 0/1/5/6/10? Hardware RAID in the box, or software RAID (as multiple drives joined together on the Mac, like a
    Fusion drive)?

    Hardward RAID 5

    OK. One thing you could try is a single disc, and then two discs as RAID1.
    If the Icy is doing something strange then it's less likely to happen here, since it is no longer doing parity calculations.

    Where are you seeing these errors? In CCC, or from the box?

    Neither –it's when I check the integrity of the disk using Disk Utility.

    I'm not sure what that's doing - I presume it's checking your filesystem integrity, not the integrity of the data on the disc (since APFS has no data checksums)? In which case you'd only see problems when corruption hits filesystem metadata rather than data blocks. Which might explain the random behaviour.

    I would be tempted to look for a tool that writes data to the disc and then checks it can read it back perfectly. I'm not sure what's best for that,
    but some of the fake SD card checkers like f3 might do it.

    If it's hardware RAID I would suspect the Icy Box...

    That's my suspicion too, but I sent one Icy Box back because I thought it was causing the problems, and the new one is exactly the same.

    If using the Icy as single discs is reliable, you could do software RAID on
    the Mac:
    https://support.apple.com/en-gb/guide/disk-utility/dskufd8dce72/mac

    although it's really only being a USB caddy at that point. I don't
    think you would lose a lot of speed that way, as the hard drives are the bottleneck and the Mac's CPU is much faster than the weedy Icy one.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Theo on Fri Apr 14 11:08:53 2023
    On 14 Apr 2023, Theo wrote
    (in article <Hcq*uDKdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Hi Theo:

    Thanks for the comprehensive reply.

    On 13 Apr 2023, Theo wrote
    (in article <Icq*gaHdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Last year I bought a couple of Icy Box RAID enclosures. These have given
    me intermittent problems for a while, mainly bit-flip errors, invalid hashes, and underallocation. All sorted by Disk Utility, I kept trouble at bay by replacing the USB cables, connecting direct to the Mac (rather
    than through a hub) etc. Problems seemed to be caused when using Carbon Copy Cloner, but I'd guess this is because CCC a) checks the validity of
    its copying (so I get to find out about any problems immediately), and b)
    CCC copies terabytes of data when I use it.

    What kind of RAID is the Icy Box doing? 0/1/5/6/10? Hardware RAID in the box, or software RAID (as multiple drives joined together on the Mac, like
    a
    Fusion drive)?

    Hardward RAID 5

    OK. One thing you could try is a single disc, and then two discs as RAID1.
    If the Icy is doing something strange then it's less likely to happen here, since it is no longer doing parity calculations.

    Yes, that will serve to test the Icy Boxes, but won't store enough data for
    me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and buy something else. (Recommendation?)

    Where are you seeing these errors? In CCC, or from the box?

    Neither –it's when I check the integrity of the disk using Disk Utility.

    I'm not sure what that's doing - I presume it's checking your filesystem integrity, not the integrity of the data on the disc (since APFS has no data checksums)?

    Exactly so.
    In which case you'd only see problems when corruption hits
    filesystem metadata rather than data blocks. Which might explain the random behaviour.

    Yes, but at least it's quick. I can use Disk Utility to check the filesystem integrity in a few minutes, whereas it's hard to find if the data has been corrupted.

    I would be tempted to look for a tool that writes data to the disc and then checks it can read it back perfectly. I'm not sure what's best for that,
    but some of the fake SD card checkers like f3 might do it.

    Carbon Copy Cloner does this, but it's slow. I'm currently rebuilding the Icy Box from a backup: shifting 12TB and re-reading the files' checksum is going
    to take till Sunday afternoon (I'm writing this on Friday morning).

    If it's hardware RAID I would suspect the Icy Box...

    That's my suspicion too, but I sent one Icy Box back because I thought it was
    causing the problems, and the new one is exactly the same.

    If using the Icy as single discs is reliable, you could do software RAID on the Mac:
    https://support.apple.com/en-gb/guide/disk-utility/dskufd8dce72/mac

    although it's really only being a USB caddy at that point. I don't
    think you would lose a lot of speed that way, as the hard drives are the bottleneck and the Mac's CPU is much faster than the weedy Icy one.

    Speed isn't terribly important; reliability is.
    Theo

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Martin S Taylor on Fri Apr 14 11:24:38 2023
    Martin S Taylor <correspondence@mraermtoivnestthaiyslor.com> wrote:
    Yes, that will serve to test the Icy Boxes, but won't store enough data
    for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and
    buy something else. (Recommendation?)

    I don't know how it works out in money terms, but how about selling the lot
    and getting a couple of 14TB USB HDD to put in software RAID1?

    I have some of these in a NAS: https://www.amazon.co.uk/WD-Elements-Desktop-External-Drive/dp/B07Y3KDVZH/ (they were about £160 at the time ~2020: there are often deals)

    You have to be a little careful not to get SMR drives (mine are all CMR, but they change the innards from time to time). On Reddit r/datahoarders is a
    good place to confirm these things. Mine are helium ex-HGST mechanisms, so good quality.

    I used them as USB with ZFS (on Linux) and they were fine. I later shucked them and put the bare SATA drives inside the NAS, and ZFS works fine with
    them. zpool scrub hasn't reported any errors TTBOMK.

    If you need more space you can go to bigger drives, or I think you can add RAID1 volumes to make bigger discs ie (A=A)+(B=B) gives you A+B space.

    It's not as efficient as a RAID5 (where you only need a single parity disc)
    but appears MacOS won't do software RAID5. Or maybe there's third party support?

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to Martin S Taylor on Fri Apr 14 12:55:38 2023
    Martin S Taylor wrote:

    [snip]


    Yes, that will serve to test the Icy Boxes, but won't store enough data for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and buy something else. (Recommendation?)

    I would look for a RAID box that has a built-in console (either a screen
    and keypad, or serial interface to a dumb terminal, or a web page
    accessible via Ethernet). That way the health of the RAID can be proved
    and monitored independently of the computer that stores data on it.
    Probably this looks more like a NAS than a DAS.

    No idea of available products, sorry.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Graham J on Fri Apr 14 13:51:20 2023
    On 14 Apr 2023, Graham J wrote
    (in article <u1bf06$1h9ub$1@dont-email.me>):

    Yes, that will serve to test the Icy Boxes, but won't store enough data for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and buy something
    else. (Recommendation?)

    I would look for a RAID box that has a built-in console (either a screen
    and keypad, or serial interface to a dumb terminal, or a web page
    accessible via Ethernet). That way the health of the RAID can be proved
    and monitored independently of the computer that stores data on it.
    Probably this looks more like a NAS than a DAS.

    Yes, it does.
    No idea of available products, sorry.

    But if anyone hears of a DAS which works like this, do let me know.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Theo on Fri Apr 14 14:05:50 2023
    On 14 Apr 2023, Theo wrote
    (in article <Icq*5PKdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Yes, that will serve to test the Icy Boxes, but won't store enough data
    for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and
    buy something else. (Recommendation?)

    I don't know how it works out in money terms, but how about selling the lot and getting a couple of 14TB USB HDD to put in software RAID1?

    I have been considering this. You mean, sit two of them side-by-side on my
    desk and let MacOS put them into RAID1? So I don't shuck them, and don't use
    an enclosure?
    I have some of these in a NAS: https://www.amazon.co.uk/WD-Elements-Desktop-External-Drive/dp/B07Y3KDVZH/ (they were about £160 at the time ~2020: there are often deals)

    Now £233 :(
    You have to be a little careful not to get SMR drives (mine are all CMR, but they change the innards from time to time). On Reddit r/datahoarders is a good place to confirm these things. Mine are helium ex-HGST mechanisms, so good quality.

    But this is huge!! I had no idea of the distinction. Although it doesn't explain the corruption of the disk structure (does it?) it most definitely explains why a disk running at 200MB/s will slow down to 25MB/s when it's
    under stress. All my HDDs appear to be SMR, and while that's fine for
    off-site backups and the like, as the article says it's pretty useless for a working drive streaming video footage while I edit it using Final Cut.

    Thank you!

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Graham J on Fri Apr 14 14:29:00 2023
    Graham J <nobody@nowhere.co.uk> wrote:
    Martin S Taylor wrote:

    [snip]


    Yes, that will serve to test the Icy Boxes, but won't store enough data for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and buy something
    else. (Recommendation?)

    I would look for a RAID box that has a built-in console (either a screen
    and keypad, or serial interface to a dumb terminal, or a web page
    accessible via Ethernet). That way the health of the RAID can be proved
    and monitored independently of the computer that stores data on it.
    Probably this looks more like a NAS than a DAS.

    If you were to have a box that supported iSCSI, you could then run an iSCSI initiator on the Mac and on top of that have regular HFS+/APFS formatted volumes.

    I couldn't say if Backblaze would be happy with that, but they would look
    like regular HDD to a lot of the stack.

    oh, apparently it works: https://linustechtips.com/topic/1210799-using-iscsi-to-trick-backblaze-into-thinking-my-nas-is-a-local-drive/

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Theo on Fri Apr 14 14:32:29 2023
    On 14 Apr 2023, Theo wrote
    (in article <Gcq*guLdz@news.chiark.greenend.org.uk>):

    But in your case it could be stressing the Icy box RAID - if drive A writes
    a block at 200MB/s and drive B at 20MB/s, the RAID controller has to buffer
    a lot of blocks for drive B. Maybe at some point writes are getting dropped because it runs out of buffer space. It should just backpressure rather
    than dropping them, but maybe they never tested this extreme case?

    When the rebuild has finished on Sunday I'll open the case and see if all the drives are CMR or SMR. That *might* explain things, I guess.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Martin S Taylor on Fri Apr 14 14:24:40 2023
    Martin S Taylor <correspondence@mraermtoivnestthaiyslor.com> wrote:
    On 14 Apr 2023, Theo wrote
    (in article <Icq*5PKdz@news.chiark.greenend.org.uk>):

    Martin S Taylor<correspondence@mraermtoivnestthaiyslor.com> wrote:
    Yes, that will serve to test the Icy Boxes, but won't store enough data for me. One Icy Box holds four 6TB drives, on which I have about 12TB of data. RAID1 won't store that, obviously, and I don't have the spare disks (or the time) to test it. I'd be more tempted to sell the Icy Boxes and buy something else. (Recommendation?)

    I don't know how it works out in money terms, but how about selling the lot and getting a couple of 14TB USB HDD to put in software RAID1?

    I have been considering this. You mean, sit two of them side-by-side on my desk and let MacOS put them into RAID1? So I don't shuck them, and don't use an enclosure?

    Yes. The USB enclosures are fine if you want USB - not the best cooled
    ever, so I'd leave an air gap between them and not cover them in stuff, but
    ok.

    I have some of these in a NAS: https://www.amazon.co.uk/WD-Elements-Desktop-External-Drive/dp/B07Y3KDVZH/ (they were about £160 at the time ~2020: there are often deals)

    Now £233 :(

    Can't remember where they came from, I don't think it was Amazon. r/Datahoarders and hotukdeals.com are good places to look for offers.

    You have to be a little careful not to get SMR drives (mine are all CMR, but
    they change the innards from time to time). On Reddit r/datahoarders is a good place to confirm these things. Mine are helium ex-HGST mechanisms, so good quality.

    But this is huge!! I had no idea of the distinction. Although it doesn't explain the corruption of the disk structure (does it?) it most definitely explains why a disk running at 200MB/s will slow down to 25MB/s when it's under stress. All my HDDs appear to be SMR, and while that's fine for off-site backups and the like, as the article says it's pretty useless for a working drive streaming video footage while I edit it using Final Cut.

    Ah, if your drives are SMR then that could make RAID performance poor, yes.

    I don't think it should explain corruption issues per se, but one problem I
    had in my HP microserver g7 with 5 drives in RAIDZ2 was the SATA controller couldn't cope and moaned a lot. I used a PCIe controller and that problem
    went away.

    But in your case it could be stressing the Icy box RAID - if drive A writes
    a block at 200MB/s and drive B at 20MB/s, the RAID controller has to buffer
    a lot of blocks for drive B. Maybe at some point writes are getting dropped because it runs out of buffer space. It should just backpressure rather
    than dropping them, but maybe they never tested this extreme case?

    BTW there is 3rd party software RAID5:
    https://softraid.com/

    But not sure I'd trust a 3rd party solution - eg could suddenly break when updating to a newer MacOS.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to nobody@nowhere.co.uk on Fri Apr 14 09:57:19 2023
    In article <u1bf06$1h9ub$1@dont-email.me>, Graham J
    <nobody@nowhere.co.uk> wrote:

    I would look for a RAID box that has a built-in console (either a screen
    and keypad, or serial interface to a dumb terminal, or a web page
    accessible via Ethernet). That way the health of the RAID can be proved
    and monitored independently of the computer that stores data on it.
    Probably this looks more like a NAS than a DAS.

    No idea of available products, sorry.

    synology, if the das requirement can be removed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to theom+news@chiark.greenend.org.uk on Fri Apr 14 09:57:21 2023
    In article <Gcq*hvLdz@news.chiark.greenend.org.uk>, Theo <theom+news@chiark.greenend.org.uk> wrote:

    If you were to have a box that supported iSCSI, you could then run an iSCSI initiator on the Mac and on top of that have regular HFS+/APFS formatted volumes.

    synology supports iscsi, however, macos does not without a third party initiator.

    I couldn't say if Backblaze would be happy with that, but they would look like regular HDD to a lot of the stack.

    people have done exactly that.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to Martin S Taylor on Fri Apr 14 16:58:13 2023
    Martin S Taylor wrote:

    [snip]

    You have to be a little careful not to get SMR drives (mine are all CMR, but >> they change the innards from time to time). On Reddit r/datahoarders is a
    good place to confirm these things. Mine are helium ex-HGST mechanisms, so >> good quality.

    But this is huge!! I had no idea of the distinction. Although it doesn't explain the corruption of the disk structure (does it?) it most definitely explains why a disk running at 200MB/s will slow down to 25MB/s when it's under stress. All my HDDs appear to be SMR, and while that's fine for off-site backups and the like, as the article says it's pretty useless for a working drive streaming video footage while I edit it using Final Cut.

    Your disk system needs to be designed for performance.

    What about a PCIe controller with embedded firmware RAID, connected to
    several HDDs (CMR style) via SATA cables.

    Your Mac ***may*** have the performance to manage a s/w RAID but a
    separate RAID subsystem makes more sense to me. Also, if the Mac fails
    the PCIe card can be plugged into another Mac and you can continue to
    work with the storage.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to theom+news@chiark.greenend.org.uk on Fri Apr 14 13:17:56 2023
    In article <Hcq*xkMdz@news.chiark.greenend.org.uk>, Theo <theom+news@chiark.greenend.org.uk> wrote:

    While with software RAID you
    just plug your drives into another Mac and keep going.

    and in the case of synology, a linux box will work, with a suitable
    drive bay to hold all of the drives.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Graham J on Fri Apr 14 18:16:13 2023
    Graham J <nobody@nowhere.co.uk> wrote:
    Your disk system needs to be designed for performance.

    What about a PCIe controller with embedded firmware RAID, connected to several HDDs (CMR style) via SATA cables.

    If this was a Linux system that's what I'd suggest. But this is a Mac, and
    no Mac except for the (Intel) Mac Pro takes PCIe cards. Which means you
    either need a Thunderbolt PCIe enclosure, or a Thunderbolt RAID system. And they don't come cheap: https://www.apple.com/uk/shop/product/HNRL2ZM/A/promise-pegasus32-r4-16tb-raid-system

    That would buy a lot of Backblaze credits...

    Your Mac ***may*** have the performance to manage a s/w RAID but a
    separate RAID subsystem makes more sense to me. Also, if the Mac fails
    the PCIe card can be plugged into another Mac and you can continue to
    work with the storage.

    I would say the opposite: with hardware RAID your data is at the mercy of
    the proprietary RAID controller format. If the card dies you must buy an identical other one or your data is toast. While with software RAID you
    just plug your drives into another Mac and keep going.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Kennedy@21:1/5 to nospam on Sat Apr 15 08:14:12 2023
    On 13/04/2023 20:40, nospam wrote:
    In article
    <0001HW.29E88EBE004C58DF70000C93238F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:


    It's not the speed that's important. Backblaze charge peanuts to back up a >> DAS, but considerably more than peanuts to back up a NAS.

    one solution is to use iscsi and it will appear as a local volume.

    unfortunately, macos doesn't include an iscsi initiator so you have to
    use with third party options and they have some issues.

    on the other hand, synology has all sorts of cloud sync options,
    however, i have not looked into pricing.

    I haven't checked their pricing but I seem to remember a couple of promotional emails from them recently promoting their cloud services.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to David Kennedy on Sat Apr 15 09:56:54 2023
    On 15 Apr 2023, David Kennedy wrote
    (in article <u1dis4$1ul5g$1@dont-email.me>):

    on the other hand, synology has all sorts of cloud sync options,
    however, i have not looked into pricing.
    I haven't checked their pricing but I seem to remember a couple of promotional
    emails from them recently promoting their cloud services.

    I don't think Synology offer cloud storage, though I'm happy to be corrected.

    What they offer is their proprietary system for backing up Synology devices
    to others' clouds.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to Martin S Taylor on Sat Apr 15 07:39:45 2023
    In article
    <0001HW.29EA9E5600C8008B70000D2FB38F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:


    I don't think Synology offer cloud storage, though I'm happy to be corrected.

    be happy!

    <https://c2.synology.com/>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to davidkennedygm@gmail.com on Sat Apr 15 07:39:44 2023
    In article <u1dis4$1ul5g$1@dont-email.me>, David Kennedy <davidkennedygm@gmail.com> wrote:

    on the other hand, synology has all sorts of cloud sync options,
    however, i have not looked into pricing.

    I haven't checked their pricing but I seem to remember a couple of promotional
    emails from them recently promoting their cloud services.

    their cloudsync app supports many services:

    <https://www.synology.com/en-us/dsm/feature/cloud_sync>
    Cloud Sync integrates the advantages of public cloud and private
    cloud, enabling you to effortlessly connect your Synology NAS to
    public cloud services, such as BackBlaze B2, Dropbox, Google
    Cloud Storage, Microsoft Azure, OpenStack Swift, and more.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to nospam on Sat Apr 15 15:17:51 2023
    On 15 Apr 2023, nospam wrote
    (in article<150420230739452158%nospam@nospam.invalid>):

    In article
    <0001HW.29EA9E5600C8008B70000D2FB38F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:


    I don't think Synology offer cloud storage, though I'm happy to be corrected.

    be happy!

    <https://c2.synology.com/>

    Thanks. Not that happy, though, since I have well over 15TB of data on my drives, and €900 a year is a bit much.

    (Though their C2 Password backup looks interesting.)

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Theo on Sat Apr 15 15:40:02 2023
    Theo <theom+news@chiark.greenend.org.uk> wrote:
    Unfortunately HFS and APFS don't have checksums, so it is possible for corrupt data to end up on the disc if there's a problem with the hardware.

    (ZFS checksums all on-disc data, so you can confirm everything is
    consistent. This is a good way to confirm hardware is behaving itself. Unfortunately Apple skipped that for APFS, saying its flash was sufficiently reliable)

    Interestingly there *is* ZFS for MacOS, and people seem to use it and find
    it stable: https://www.reddit.com/r/zfs/comments/xrxka9/state_of_openzfs_on_macos/

    Were I doing DASy things I would be tempted to try it. There is the usual
    risk of Apple suddenly deciding to ban the access it needs, but in the worst case you should be able to plug the drives into a Linux machine and access
    the data (or maybe boot Linux or a Linux VM on the Mac and pass through
    the drives) - and you can test this fallback in advance.

    The advantage is it should be more robust in terms of data storage for the
    use case, can you get proper parity RAID. The disadvantage is it's not very popular on MacOS.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bruce Horrocks@21:1/5 to Martin S Taylor on Mon Apr 17 14:04:33 2023
    On 15/04/2023 15:17, Martin S Taylor wrote:
    On 15 Apr 2023, nospam wrote
    (in article<150420230739452158%nospam@nospam.invalid>):

    In article
    <0001HW.29EA9E5600C8008B70000D2FB38F@news.eternal-september.org>,
    Martin S Taylor <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:


    I don't think Synology offer cloud storage, though I'm happy to be
    corrected.

    be happy!

    <https://c2.synology.com/>

    Thanks. Not that happy, though, since I have well over 15TB of data on my drives, and €900 a year is a bit much.

    Amazon S3 Glacier is $0.00099 per GB per month so in the order of £200
    per year for 15TB.

    You can use Filezilla Pro (£21 for 3 years) as the client and FTP your
    files into it.

    Withdrawing data costs extra so it really is a backup service - but I
    think that will be fine for your particular use case.

    Encrypting on the Mac first (at the project level perhaps, or maybe per
    video) is recommended. So perhaps create a temporary encrypted dmg, copy
    the vids into it and then FTP that to S3.

    --
    Bruce Horrocks
    Surrey, England

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nospam@21:1/5 to Horrocks on Mon Apr 17 09:47:44 2023
    In article <eb8cd199-9edc-f2c6-3b03-c5ce7bd5181c@scorecrow.com>, Bruce
    Horrocks <07.013@scorecrow.com> wrote:

    <https://c2.synology.com/>

    Thanks. Not that happy, though, since I have well over 15TB of data on my drives, and ¤900 a year is a bit much.

    Amazon S3 Glacier is $0.00099 per GB per month so in the order of £200
    per year for 15TB.

    You can use Filezilla Pro (£21 for 3 years) as the client and FTP your
    files into it.

    Withdrawing data costs extra so it really is a backup service - but I
    think that will be fine for your particular use case.

    Encrypting on the Mac first (at the project level perhaps, or maybe per video) is recommended. So perhaps create a temporary encrypted dmg, copy
    the vids into it and then FTP that to S3.

    easier to use a backup app that supports s3 and encryption, such as arq:

    <https://www.arqbackup.com>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to All on Mon Apr 17 15:27:41 2023
    On 14 Apr 2023, Martin S Taylor wrote
    (in article<0001HW.29E98D6D008809BA700009CA138F@news.eternal-september.org>):

    But in your case it could be stressing the Icy box RAID - if drive A writes a block at 200MB/s and drive B at 20MB/s, the RAID controller has to buffer a lot of blocks for drive B. Maybe at some point writes are getting dropped because it runs out of buffer space. It should just backpressure rather than dropping them, but maybe they never tested this extreme case?

    When the rebuild has finished on Sunday I'll open the case and see if all the drives are CMR or SMR. That *might* explain things, I guess.

    One CMR, three SMR.

    While I was about it, I set Carbon Copy Cloner to do an MD5 checksum, re-reading the files it had replaced. Two of them were corrupt.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Bruce Horrocks on Mon Apr 17 15:24:18 2023
    On 17 Apr 2023, Bruce Horrocks wrote
    (in article<eb8cd199-9edc-f2c6-3b03-c5ce7bd5181c@scorecrow.com>):

    Amazon S3 Glacier is $0.00099 per GB per month so in the order of £200
    per year for 15TB.

    On their site they're quoting $0.00405 per GB per month.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Theo on Mon Apr 17 16:03:02 2023
    On 17 Apr 2023, Theo wrote
    (in article <Hcq*ME1dz@news.chiark.greenend.org.uk>):

    I would be very tempted to sell the lot and start afresh. Although the Icy may behave itself in the presence of saner drives, I'd probably explore
    other options.

    I am considering just that. Perhaps an OWC enclosure with SoftRAID.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to Martin S Taylor on Mon Apr 17 15:58:33 2023
    Martin S Taylor <correspondence@mraermtoivnestthaiyslor.com> wrote:
    On 14 Apr 2023, Martin S Taylor wrote
    (in article<0001HW.29E98D6D008809BA700009CA138F@news.eternal-september.org>):

    But in your case it could be stressing the Icy box RAID - if drive A writes
    a block at 200MB/s and drive B at 20MB/s, the RAID controller has to buffer
    a lot of blocks for drive B. Maybe at some point writes are getting dropped
    because it runs out of buffer space. It should just backpressure rather than dropping them, but maybe they never tested this extreme case?

    When the rebuild has finished on Sunday I'll open the case and see if all the
    drives are CMR or SMR. That *might* explain things, I guess.

    One CMR, three SMR.

    While I was about it, I set Carbon Copy Cloner to do an MD5 checksum, re-reading the files it had replaced. Two of them were corrupt.

    That might explain it. SMR might be OK in a JBOD setup where you write
    large chunks to a single drive, or even RAID1, but not for RAID5 with
    striping.

    I would be very tempted to sell the lot and start afresh. Although the Icy
    may behave itself in the presence of saner drives, I'd probably explore
    other options.

    (FWIW I used an Icy Box 3x drive caddy unit and not impressed with their engineering - not well put together, badly cooled, sharp edges, various
    things have broken on it)

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to Martin S Taylor on Mon Apr 17 16:30:09 2023
    Martin S Taylor wrote:
    On 17 Apr 2023, Theo wrote
    (in article <Hcq*ME1dz@news.chiark.greenend.org.uk>):

    I would be very tempted to sell the lot and start afresh. Although the Icy >> may behave itself in the presence of saner drives, I'd probably explore
    other options.

    I am considering just that. Perhaps an OWC enclosure with SoftRAID.

    I see that you need large storage capacity. Does it have to be a single volume?

    Why do you need RAID? Is it for resilience, so you can hot-swap a
    failed drive? Or simply to manage the large storage space?


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to Graham J on Mon Apr 17 17:04:53 2023
    On 17 Apr 2023, Graham J wrote
    (in article <u1jom5$339f4$1@dont-email.me>):

    Martin S Taylor wrote:
    On 17 Apr 2023, Theo wrote
    (in article <Hcq*ME1dz@news.chiark.greenend.org.uk>):

    I would be very tempted to sell the lot and start afresh. Although the Icy
    may behave itself in the presence of saner drives, I'd probably explore other options.

    I am considering just that. Perhaps an OWC enclosure with SoftRAID.

    I see that you need large storage capacity. Does it have to be a single volume?

    Not at all, I find keeping track of the on- and off-site backups on lots of smaller volumes can be a pain.

    Why do you need RAID? Is it for resilience, so you can hot-swap a
    failed drive? Or simply to manage the large storage space?

    I don't, really - it's just for legacy reasons. I used to use two Drobos but they were getting old and unreliable and Drobo technical support was getting worse, so I sold them. So I have lots of 3.5" drives which used to live
    happily in a Drobo and now live less happily in Icy Boxes.

    I'm certainly considering getting a couple of huge drives (any recommendations?) and RAID1ing them together. But to justify the expense I'd need to go through the hassle of selling a lot of 3, 4, 6, 8TB drives.

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bruce Horrocks@21:1/5 to Martin S Taylor on Mon Apr 17 19:16:41 2023
    On 17/04/2023 15:24, Martin S Taylor wrote:
    On 17 Apr 2023, Bruce Horrocks wrote
    (in article<eb8cd199-9edc-f2c6-3b03-c5ce7bd5181c@scorecrow.com>):

    Amazon S3 Glacier is $0.00099 per GB per month so in the order of £200
    per year for 15TB.

    On their site they're quoting $0.00405 per GB per month.

    It's Amazon S3 Glacier Deep Archive that you want. London hosting may be
    more expensive - check Dublin just in case.

    --
    Bruce Horrocks
    Surrey, England

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin S Taylor@21:1/5 to All on Thu Apr 27 12:02:16 2023
    On 13 Apr 2023, Martin S Taylor wrote
    (in article<0001HW.29E8658C0042B11570000A21738F@news.eternal-september.org>):

    I've applied all my knowledge to track down the cause, but I'm a bit stuck. What's likely to be causing this, and what can I rule out?

    • Hardware/firmware error in the Icy Box?
    • Physical problems with the cable?
    • Problems because the long (3m) USB cable snakes its way past lots of other cables, including mains cables?
    • Hardware/software error at the Mac end?
    • Bug in Carbon Copy Cloner?

    We seem to be there, at last, and it appears, in my mother's oft-repeated lament, that "everything that can have gone wrong, did go wrong".

    The cable was faulty. Light to show sound connection on the USB Hub kept
    going out. Wiggling the cable caused the disk to drop out. Cable duly
    replaced with high quality job, and not connected via the hub.

    I had SMR drives in the Icy Box, not CMR. This probably caused big slowdown, but not data error.

    The CMR drives I was using were on their way out, with lots of bad sectors. Thanks to Jon Bradbury for suggesting I checked them individually using DriveDx.

    And finally, having sorted all of the above, it seems the Icy Box is, indeed, faulty. Carbon Copy Cloner reports that, after copying to the Icy Box, many files are corrupt and cannot be read properly. I bought a Yottamaster, and
    with the same drives in this new enclosure, the files are copied properly.

    Whew!

    One last question.

    When I run Disk Utility's First Aid on the Yottamaster, I get this:

    _______________________

    <snip>
    warning: inode (id 81208): Resource Fork xattr is missing for compressed file warning: inode (id 81243): Resource Fork xattr is missing for compressed file warning: inode (id 81343): Resource Fork xattr is missing for compressed file warning: inode (id 81831): Resource Fork xattr is missing for compressed file Checking the extent ref tree.
    Verifying volume object map space.
    The volume /dev/rdisk5s1 was found to be corrupt and needs to be repaired. Verifying allocated space.
    Performing deferred repairs.
    The volume /dev/rdisk5s1 appears to be OK.
    File system check exit code is 0.
    Restoring the original state found as mounted.

    Operation successful.
    _______________________

    I used to get this on the Icy Box, and now I get it on the Yottamaster. Every time I run First Aid I get that the volume "was found to be corrupt and needs to be repaired"; every time it "Perform[s] deferred repairs."; and every time "The volume /dev/rdisk5s1 appears to be OK."

    Until the next time I run it, when it's "corrupt and needs to be repaired" again.

    Any comments or interpretation?

    MST

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)