Skip to main content

Questions tagged [zfs]

An advanced file system that can span multiple disks, heal itself from data corruption, deduplicate data, encrypt, etc.

1 vote
0 answers
42 views

I currently use a USB HDD for backing up my main zfs pool using snapshots. The main pool is "zfspool" the backup pool is "backup". The process for the backup is as follows: # ...
Domi's user avatar
  • 21
0 votes
0 answers
44 views

I have a Debian system with Gnome and OpenZFS that I am trying to set up as an NAS for multiple users. I've created a pool, named rpool, and it has a global data set of the same name. For each user I ...
NewMario64's user avatar
1 vote
1 answer
26 views

I'm on CachyOS, running KDE, and I'm using ZFS for the whole drive (except the small partition for /boot) Now, I see that after using my system for several weeks, the ~/.cache gets really populated ...
pepoluan's user avatar
  • 1,354
0 votes
0 answers
20 views

I currently have three 3TB hard drives in a RAIDZ-1 setup. I have two new 10TB hard drives that I would like to use instead. I still want the 10TB drives to be in a RAIDZ-1 configuration, so that I ...
Zane Bradley's user avatar
0 votes
0 answers
113 views

I have a zpool with 6 identical drives, which "zpool status" shows as follows: NAME STATE READ WRITE CKSUM tank ONLINE ...
Gene Olson's user avatar
1 vote
0 answers
39 views

I have some datasets in a zpool, and I want to back them up to cold S3 storage. Currently, I am using zfs send -w -i @last_uploaded_snapshot my_pool/my_dataset@snapshot > file and then uploading ...
programmerRaj's user avatar
3 votes
1 answer
2k views

I'm trying to install ZFS on a fresh install of Debian Trixie using these instructions. Running sudo apt install -t stable-backports zfsutils-linux results in: E: The value 'stable-backports' is ...
Sled's user avatar
  • 500
3 votes
0 answers
79 views

I use the following script to flatten the ZFS hierarchy on Ubuntu from another non-zfs installation, so the pool names don't conflict: #!/bin/bash set -euo pipefail zpool import -f rpool cryptsetup ...
martona's user avatar
  • 776
1 vote
0 answers
81 views

I was just trying to figure out deduplication in ZFS. So I created a file which was my "disk" for testing. I heave created two datasets - one with dedup turned on, the other one without ...
sarmun's user avatar
  • 11
0 votes
0 answers
292 views

I currently own 2 drives, which are unassigned in TrueNAS. I want to add one more later, but I need to use that storage now. Is there a way I can create a RAID mirror now and convert it to RAID Z1 ...
Jagrat Singh's user avatar
0 votes
1 answer
375 views

I have a TrueNAS pool being used for the apps I want to create a new pool with new hard drives but I don't want to change any app configs how do I clone it and if possible I want to change it from ...
Jagrat Singh's user avatar
0 votes
0 answers
146 views

So I’m running a bunch of VM’s in a NixOS hypervisor. I am using libvirt (virsh) and using zfs volumes as the VM storage (using virtIO). I’ve just tried to expand one of the volumes on the hipervisor, ...
First_Thunder's user avatar
2 votes
0 answers
57 views

I am reviewing ZFS snapshots to determine if there is any data that I accidentally deleted, but I see a path is BOTH added and removed within the same diff. What does it mean for a path to be both ...
Winny's user avatar
  • 503
0 votes
0 answers
285 views

The system's seemingly shut down by itself or there was a power outage. When I powered it on, I got the following message on monitor, instead of the typical numbered menu: Websocket client error: ...
Fernando D'Andrea's user avatar
0 votes
1 answer
504 views

I've set up ZFS on OpenSUSE Tumbleweed, on my T430 server using 8x SAS ST6000NM0034 6TB 7.2K RPM drives. The ZFS pool is setup as RAIDZ-2 and the dataset has encryption. I'm getting very slow writes ...
Josh's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
29