zfs

  1. rwv37

    Replace a drive having a partition in a ZFS pool - how do I deal with the REST of the drive?

    I have a 13.2-RELEASE-p4 machine with four hard drives. They are all partitioned just like this one: # gpart show ada0 => 40 35156656048 ada0 GPT (16T) 40 532480 1 efi (260M) 532520 2008 - free - (1.0M) 534528 33554432 2...
  2. F

    ZFS Discrepancy in 'Used' Space on ZFS Volumes Post Send/Receive on Same Server with Different Pool Topologies

    Hey folks, I've stumbled upon a strange issue on my server concerning a discrepancy in 'used' space between two ZFS volumes after a ZFS send/receive operation. I transferred data from basia-ssd/vm-118-disk-0 to basia-nvme/vm-118-disk-0. Initially, the source volume basia-ssd/vm-118-disk-0...
  3. S

    Solved Strange issue with folder size on ZFS...

    I must destroy and recreate a ZFS pool. Please don't ask me why; it's a long story. The pool contains just one volume, named "depo". Of course, I had to back up the whole volume. Since ZFS replication won't work (long story...), I decided to mount two NTFS-formatted (ada0 and da0) drives and...
  4. freebsd_user

    Failed to authenticate error... during geli attach

    I have been testing my setup on an Oracle Virtual Box, Virtual Machine Manager, and VMware with EFI turned on. I have continued FreeBSD setup up to the Partitioning step, then selected shell and entered the following, # sysctl kern.disks # gpart destroy -F ada0 # gpart create -s gpt ada0 #...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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?
  16. 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?
  17. 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.
  18. 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...
  19. 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...
  20. 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 ~...
Back
Top