zfs

  1. DtxdF

    Using ZFS inside a jail

    I have created a HowTo about using ZFS inside a jail with AppJail: https://github.com/DtxdF/AppJail/wiki/zfs
  2. nxjoseph

    Solved hard drive gets corrupted after exporting

    Hi. I have hard drive called ada0, it does get mounted on boot but it doesn't show up in gpart show command. It has a zfs pool on it called wdc, when I export this pool, it shows up on gpart show command and there is saying CORRUPT on the ada0. I tried using gpart recover ada0 twice, it works...
  3. B

    Solved Why use zfs when ufs will do ?

    I've been happily using 13.2-RELEASE for a while, with ufs filesystem Now planning to setup a fresh14.0 system on some old~ish hardwares, likely a combination of modest SSD and a single spinning drive. 14.0 system will just be used for a simple desktop, and various small projects. Most likely I...
  4. jambock.84

    Solved Installing FreeBSD 14.0-RELEASE on Dell OptiPlex Micro (GPT+ZFS on NVMe SSD)

    DISCLAIMER: The beginning of the story I've got a new hardware, Dell OptiPlex Micro Form Factor 7010, on which I was willing to perform a "relatively minimal" :-/ FreeBSD 14.0-RELEASE installation. After having successfully created & tested the "recovery media" following Dell recommendations...
  5. byrnejb

    jails Unable to import an iocage export

    I used iocage export to transfer a jail from one host to another host. The jail's export files were transferred using rsync. However, I cannot get iocage to successfully complete the import on the destination. This is apparently caused by running out of swap space. Dec 13 12:20:11 vhost03...
  6. Freebsd4me

    Solved ZFS to ISO

    New to ZFS, and wondering what exists in BSDland to easily create a bootable .iso image and spread the goodness. I've been using clonezilla for years, works great on UFS filesystem, but not so much anymore as I just learned clonezilla does not support ZFS. The only thing I can think of would...
  7. jb1277976

    ZFS How to guides or good resources for zfs

    The internet is filled with how to guides on zfs and so is youtube. I saw the handbook part on zfs but it only scratches the surface. I want to basically keep a backup of my laptop that is running zfs i only have USB drives so i would like to mirror what is only my laptop so if something...
  8. lockna

    ZFS FreeBSD ZFS-on-root shrink partition

    Hello! I've had a little mishap :oops: So far nothing bad happened. The initial situation: I have the following hard drives installed in my PC. 2 TB NVMe (EFI boot partition and the rest Windows) 1 TB NVMe (NTFS formatted, data grave) 2 TB SATA SSD (FreeBSD-ZFS and FreeBSD-Swap) 1 TB SATA SSD...
  9. J

    ZFS Security issues with snapshots for (longer term) backups

    I use ZFS snapshots and mirroring (both on a harddrive that is permanently connected and on harddrives that aren't always connected) as a means of keeping backups of my data. Using the snapshots, I can go back in time if I accidentally delete files or something else happened to my data on the...
  10. Eric A. Borisch

    ZFS Don’t enable block cloning just yet.

    14.0 shipped with ZFS 2.2 and block cloning disabled (behind a sysctl). ZFS 2.2.1 was just released with the same (default to disabled) change, due to corruption issues people are running into. It appears there is still a bug that can be hit with some combination of sysctls. I would recommend...
  11. grahamperrin

    Solved FreeBSD sysctl vfs.zfs.dmu_offset_next_sync and openzfs/zfs issue #15526 (errata notice, FreeBSD bug 275308)

    https://old.reddit.com/r/freebsd/comments/182pgki/freebsd_sysctl_vfszfsdmu_offset_next_sync_and/ From the pinned comment: Please see the pinned comment, which has changed, and may change again.
  12. M

    Solved "After a system upgrade, but before doing a zpool upgrade, the boot loader on the ESP must be updated, or the system may become unbootable."

    Dear Everyone, The release notes for 14.0-RELEASE state, "After a system upgrade, but before doing a zpool upgrade, the boot loader on the ESP must be updated, or the system may become unbootable." My question, in great brevity, is, "How?" (when the system is purely UEFI GPT) Having looked at...
  13. K

    Upgrading ZFS/zpool under FreeBSD 14?

    Hello there. Just upgraded from 13.2 to 14.0 RELEASE, via freebsd-update tool. I guess I manually need to execute command for ZFS update/upgrade, after FreeBSD upgrade from 13.2 to 14, right? I'd like to be careful on this step because this is a remote dedicated server with no physical access...
  14. D

    ZFS Why does periodic(8) scrub ZFS every 35 days by default?

    In /etc/defaults/periodic.conf, there's this part about periodic ZFS scrubs: # 800.scrub-zfs daily_scrub_zfs_enable="NO" daily_scrub_zfs_pools="" # empty string selects all pools daily_scrub_zfs_default_threshold="35" # days between scrubs...
  15. D

    ZFS What is the purpose of daily ZFS backups?

    In /etc/defaults/periodic.conf, there's this part about daily ZFS backups: # 223.backup-zfs daily_backup_zfs_enable="NO" # Backup output from zpool/zfs list daily_backup_zfs_props_enable="NO" # Backup zpool/zfs filesystem properties...
  16. Y

    Default FreeBSD installer datasets on remaining free disk space?

    Hello, I'm trying to create a FreeBSD/Windows dual-boot setup on one of my machines (I know, I know, but I need Windows for certain tasks at my job). I have done this before by installing Windows first, leaving some free space, and then creating zfs-root and zfs-swap slices/datasets by hand in...
  17. M

    ZFS Can't boot from zroot pool for no apparent reason

    Hello to all, unfortunately I'm facing infamous messages when booting, when I'm trying to recover friend's NAS, which I installed last year. zio_read error: 5 ZFS: i/o error - all block copies unavailable ZFS can't read MOS of pool zroot It seems, it reaches up to stage 2, but gptzfsboot...
  18. M

    ZFS Does ZFS on FreeBSD Support WORM Storage?

    For various reasons including regulatory compliance, I would like to have a Write Once, Read Many (WORM) storage partition and wanted to know if ZFS can enable this.
  19. M

    Other Advice on how to structure the storage for dual-boot FreeBSD and Linux and common ZFS home

    With the release 14.0, I plan to switch to FreeBSD as my main OS. Unfortunately, some of the programs I use work only on Linux, so I will still have to boot to Linux from time to time. I am wondering how to structure my storage. In my notebook, I can place 4 disks in total, 3 SSDs (2 NVMe M.2 +...
  20. monaco87

    ZFS ZFS dataset encryption and AES-NI

    Hi, Is there any way to verify that my native encryption ZFS datasets are benefiting from CPU AES-NI support? I can't see anything in dmesg regarding CPU capabilities, though installed processor is Intel Xeon CPU E5-2620 v4 which supports AES-NI instructions. Thanks
Back
Top