Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

BSD Cafe Billboard

  1. Home
  2. BSD Cafe Lounge
  3. OpenZFS is amazing

OpenZFS is amazing

Scheduled Pinned Locked Moved BSD Cafe Lounge
openzfszfskubuntulinux
4 Posts 2 Posters 89 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • grahamperrinG Offline
    grahamperrinG Offline
    grahamperrin
    wrote last edited by
    #1

    A single-disk pool on an old mobile hard disk drive on USB.

    Permanent errors, scrubbed away in less than one second:

    root@mowa219-gjp4 ~# zpool status -v Transcend
      pool: Transcend
     state: ONLINE
    status: One or more devices has experienced an error resulting in data
            corruption.  Applications may be affected.
    action: Restore the file in question if possible.  Otherwise restore the
            entire pool from backup.
       see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
      scan: resilvered 1.05M in 00:00:01 with 0 errors on Tue Jun 16 03:08:55 2026
    config:
    
            NAME                                         STATE     READ WRITE CKSUM
            Transcend                                    ONLINE       0     0     0
              ata-ST1000LM024_HN-M101MBB_S2S6J9FD203745  ONLINE       0     0     0
    
    errors: Permanent errors have been detected in the following files:
    
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/2026-05-03T16-06-33-559788000Z.nvram
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/2025-12-07T23-22-45-302819000Z.nvram
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/FreeBSD 13, 14, 15, 16.vbox-prev
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/2026-05-12T11-15-03-204545000Z.nvram
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Logs
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/{63bd4254-f125-4be2-a30f-701ea74498e4}.vdi
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/2026-06-16T01-16-17-580025000Z.nvram
            /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/2026-06-16T01-58-16-593213000Z.nvram
    root@mowa219-gjp4 ~# zpool scrub -e Transcend
    root@mowa219-gjp4 ~# zpool status -v Transcend
      pool: Transcend
     state: ONLINE
     scrub: scrubbed 16 error blocks in 0 days 00:00:00 on Tue Jun 16 03:10:28 2026
      scan: resilvered 1.05M in 00:00:01 with 0 errors on Tue Jun 16 03:08:55 2026
    config:
    
            NAME                                         STATE     READ WRITE CKSUM
            Transcend                                    ONLINE       0     0     0
              ata-ST1000LM024_HN-M101MBB_S2S6J9FD203745  ONLINE       0     0     0
    
    errors: No known data errors
    root@mowa219-gjp4 ~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 26.04 LTS
    Release:        26.04
    Codename:       resolute
    root@mowa219-gjp4 ~# zfs version
    zfs-2.4.1-1ubuntu5
    zfs-kmod-2.4.1-1ubuntu5
    root@mowa219-gjp4 ~# zpool list -v
    NAME                                                  SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
    Transcend                                             928G   658G   270G        -         -    46%    70%  1.00x    ONLINE  -
      ata-ST1000LM024_HN-M101MBB_S2S6J9FD203745           932G   658G   270G        -         -    46%  70.9%      -    ONLINE        -
    bpool                                                1.88G   385M  1.50G        -         -     9%    20%  1.00x    ONLINE  -
      ata-Samsung_SSD_870_QVO_1TB_S5RRNF0TB68850Y-part2     2G   385M  1.50G        -         -     9%  20.1%      -    ONLINE        -
    rpool                                                 920G   680G   240G        -         -    58%    73%  1.00x    ONLINE  -
      wwn-0x5002538f42b2daed-part4                        920G   680G   240G        -         -    58%  73.9%      -    ONLINE        -
    root@mowa219-gjp4 ~#
    

    Kubuntu 26.04.

    1 Reply Last reply
    0
    • grahamperrinG Offline
      grahamperrinG Offline
      grahamperrin
      wrote last edited by grahamperrin
      #2

      Following a later incident, option -e seemed problematic, twice.

      In both cases, the command line became unresponsive, I had to shut down the system.

      The second attempt:

      root@mowa219-gjp4 ~# zpool import Transcend && zfs load-key -L file:////home/grahamperrin/Documents/personal/VirtualBox.key Transcend/VirtualBox && zfs mount Transcend/VirtualBox
      root@mowa219-gjp4 ~# zpool status -v Transcend
        pool: Transcend
       state: ONLINE
      status: One or more devices has experienced an error resulting in data
              corruption.  Applications may be affected.
      action: Restore the file in question if possible.  Otherwise restore the
              entire pool from backup.
         see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
        scan: resilvered 672K in 00:00:01 with 0 errors on Tue Jun 16 05:26:31 2026
      config:
      
              NAME                                         STATE     READ WRITE CKSUM
              Transcend                                    ONLINE       0     0     0
                ata-ST1000LM024_HN-M101MBB_S2S6J9FD203745  ONLINE       0     0     0
      
      errors: Permanent errors have been detected in the following files:
      
              Transcend/VirtualBox:<0x0>
              /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Snapshots/{bdb3e817-1573-44b4-aabb-cd0f849b3e85}.vdi
              /media/t1000/VirtualBox/BSD/FreeBSD/FreeBSD 13, 14, 15, 16/Logs/VBox.log
      root@mowa219-gjp4 ~# zpool scrub -e Transcend
      ^T^T^C
      

      Thankfully, a full scrub succeeded and then option -e was OK:

      root@mowa219-gjp4 ~# zpool status -v Transcend
        pool: Transcend
       state: ONLINE
        scan: scrub repaired 0B in 03:08:31 with 0 errors on Wed Jun 17 21:07:55 2026
      config:
      
              NAME                                         STATE     READ WRITE CKSUM
              Transcend                                    ONLINE       0     0     0
                ata-ST1000LM024_HN-M101MBB_S2S6J9FD203745  ONLINE       0     0     0
      
      errors: No known data errors
      root@mowa219-gjp4 ~# zpool scrub -e Transcend
      root@mowa219-gjp4 ~# 
      
      1 Reply Last reply
      0
      • CiotBSDC Offline
        CiotBSDC Offline
        CiotBSD
        wrote last edited by
        #3

        Hummm… hardware corruption?!


        Enjoy-ID!
        Enjoy-IT!

        > Per terminus, ad terminal

        grahamperrinG 1 Reply Last reply
        0
        • CiotBSDC CiotBSD

          Hummm… hardware corruption?!

          grahamperrinG Offline
          grahamperrinG Offline
          grahamperrin
          wrote last edited by
          #4

          hardware corruption?!

          Sometimes, errors occur when the USB connection is physically disturbed.

          Other times, there's no obvious explanation. I might be hands-off, with my cat nowhere near, at the time.

          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          Powered by NodeBB Contributors
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups