zfs

  1. GoNeFast_01

    ZFS Zfs Send | Zfs Receive Issues in backup Source/ OS

    All of this is happening on the same Comp/Box. SSD1 (I installed OS) began using the system. zfs import -F -o altroot (nv1 zfs) zfs send -vR zpool export (nv1 zfs) NV1 (I install OS) for backup source. zfs receive -uvF =========================================== When I start the OS in NV1...
  2. Buck

    Solved How to work around ZFS update delay on file contents?

    I'm trying to program html and PHP pages and use an external file manager that works over SSH to edit files directly on the server. Then I refresh a page in a browser to visualize the changes. However, the web root is on a ZFS partition and there's a noticeable several-seconds delay, which is...
  3. C

    Solved Help with locally built stable kernel not finding zfs root

    Hi, I have installed FreeBSD on an amd64 laptop, and the only issue with it is an apparently long-standing bug in support for eMMC storage (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211705#c3), which I would like to investigate. But I'm stuck even getting an unmodified but locally...
  4. schrodinger

    ZFS Boot Environment Weirdness

    Just upgraded a system from 13.1 to 13.2. All straight forward: freebsd-update -r 13.2-RELEASE upgrade freebsd-update install shutdown -r now freebsd-update install pkg update pkg upgrade shutdown -r now The system booted as normal, prompting for the zfs encryption password. FreeBSD loader...
  5. S

    ZFS If Possible, when does a Functional Drive Removed from a RAIDZ2 Array go Stale?

    Scenario: There are five vdevs that are SATA Hard Disks. The array is fully operational and online. The file systems are mounted, but there is little activity besides the typical programs expected on a FreeBSD machine. I remove one disk. Is there ever a point where the disk becomes so out of...
  6. cbunn

    Solved Networking failures not long after every boot (after restoring a root ZFS pool to new hardware)

    EDIT: For anyone looking for the solution, it was to install the net/realtek-re-kmod package. Though in my case, since my system was not up-to-date, the critical first step was to update to the latest RELEASE version of FreeBSD. I'm replacing a NUC that I use as a server with several services...
  7. R

    How to clean ZFS safely

    I have freebsd 13.2 server on ESXI. There is only 5Gb is in use, but my VM backup is too big. # df -m Filesystem 1M-blocks Used Avail Capacity Mounted on zroot/ROOT/default 12375 5038 7337 41% / devfs 0 0 0 100% /dev zroot/tmp...
  8. crypt47

    ZFS zfs: get sizes in megabytes

    Hello, I struggle to find an option which sets custom units to list/show datasets and zvol properties. Anybody knows?
  9. tetsuo

    Installing FreeBSD along with Void Linux

    Hello, I have Void Linux with a ZFS Root installed, it would be possible to create a FreeBSD subvolume on the zfs pool and boot it from GRUB without much problem? And if possible, use the same /home?
  10. T

    Lost home directory

    Hi, It's weird, my FreeBSD 13.2 lost my home folder. I did'nt do anything to the system and it just lost. I'm using ZFS and have FreeBSD pot on it anyway.
  11. LibreQuest

    Solved ZROOT failure

    Looking for help with ZFS. I am booted into a live FreeBSD 13.2 trying to fix my zroot. Zpool import returns ZFS filesystem version: 5 ZFS storage pool version: feature support (5000) pool: zroot id: 8141163279847660127 state: online Status: some supported features are not enabled on the pool...
  12. byrnejb

    bhyve vm clone - how to promote clone?

    I have a bhyve vm running Rocky Linux 8.7 (RL). I have vm-bhyve installed. I need to test that the upgrade to RL 8.8 will not disrupt the user application running on that vm. My plan is to clone the production vm and perform the upgrade on that. If everything goes well then I would like to...
  13. byrnejb

    Solved zfs remove geli encryption

    I have a zfs pool which was originally setup as encrypted. Due to some hardware errors I replaced an encrypted member with its unencrypted counterpart. In other words: zpool replace zroot /dev/ada0p4.eli /dev/ada0p4. A second drive was also replaced and so I now have this: [root@vhost03 ~...
  14. U

    Solved Random ZFS drive detachments from host

    Hi all, I have been grappling with a problem with my ZFS array for the last year or so, and it has reached a point now where I have run out of ideas of what may be wrong, so posting in the hope someone has some advice. I have a machine with 14 drives, configured like so: 4x 10TB HDD in ZFS...
  15. byrnejb

    Solved zpool HEALTH fault

    I am preparing to replace a failing disk in a RAIDZ2 array. I received a heads up from our weekly HDD status report: vhost03.hamilton.harte-lyne.ca - ZFS pool - HEALTH fault NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT bootpool 1.98G 234M 1.76G...
  16. L

    ZFS zfs send receive slow transfer speed

    I'm trying to troubleshoot a potential slowdown when doing zfs send receive between two machines. Both servers are running 13.2 and are pretty fast hardware wise. When I transfer a file from A -> B via FTP, I'm getting 700MB/sec When I transfer a file from A -> B via SCP, using Cipher...
  17. X

    ZFS Cannot add cache device

    Hi, My cache/log SSD recently died I was able to remove both cache and log device, and replace log storage,: [root@numenor ~]# zpool status -v pool: zroot state: ONLINE scan: scrub repaired 0B in 07:00:39 with 0 errors on Wed Apr 5 15:45:21 2023 config: NAME STATE READ...
  18. D

    Solved Unable to create new ZFS pool with NVMe SSD

    I initially had FreeBSD 13 on a 512 GB NVMe SSD (ZFS root and GELI encryption configured via the installer). Later, I bought two 8 TB hard disk drives. I reinstalled FreeBSD 13 but this time on the two 8 TB HDDs instead of the NVMe SSD. In the installer, I chose ZFS root on the two HDDs (2-disk...
  19. D

    ZFS How to place /usr/ports and /usr/src on another disk

    I have two hard disks of the same size, and one 512 GB NVMe SSD. I am planning to install FreeBSD root on the two hard disks (ZFS mirror). This will create a ZFS pool with one vdev that consists of a two HDDs that mirror each other. I am thinking of using the 512 GB NVMe SSD to store /usr/ports...
  20. Nugman

    ZFS Mirrored zroot doesn't boot from second disk

    Hi all, when adding a second disk to my zroot boot pool, I basically followed this guide: https://dan.langille.org/2019/10/15/creating-a-mirror-from-your-zroot/ My source device is ada1 and the new one is ada0, so I had to swap the device names in the commands and it seemed to work fine. The...
Back
Top