zfs

  1. freebsd_user

    Solved Shutdown stuck for dual booting Windows10 + FreeBSD with ZFS and GELI

    My goal was to install FreeBSD with GELI and ZFS alongside of currently installed Windows 10. I am testing it on an Oracle Virtual Box with EFI turned on. I have continued FreeBSD setup up to the Partitioning step, then selected shell and entered the following, gpart add -t freebsd-swap -s...
  2. C

    Solved Best practices for adding mirror VDEV to zfs on root

    Hi, I'm deploying my first FreeBSD server and I've run into a gray area. I installed using the automatic partitioning of the installer. zpool status shows: pool: zroot state: ONLINE config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0...
  3. madwebness

    ZFS Migrate system from GELI encrypted zfs from a single disk to a RAID-1 mirror with two SSDs

    My current installation of FreeBSD 13.2 is on a single SSD disk. Unfortunately, at the time I was installing it, I had Linux running on the other two SSDs, which I now intend to use for FreeBSD. Those 2 SSD were, in fact, configured as RAID-1 mirror zfs under Linux and that worked great. Only, I...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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?
  12. sukamu

    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?
  13. 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.
  14. 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...
  15. 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...
  16. 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 ~...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top