This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
zfs [2025/06/27 18:24] nightfly |
zfs [2025/06/27 18:35] (current) nightfly |
||
---|---|---|---|
Line 53: | Line 53: | ||
# apt update | # apt update | ||
# apt install zfsutils-linux | # apt install zfsutils-linux | ||
+ | # modprobe zfs | ||
</ | </ | ||
Create your pool and mount drive | Create your pool and mount drive | ||
<code bash> | <code bash> | ||
- | # zpool create disk2 /dev/sda2 | + | # zpool create disk2 /dev/sdb |
# zfs set mountpoint=/ | # zfs set mountpoint=/ | ||
</ | </ | ||
Line 66: | Line 67: | ||
# chmod 777 / | # chmod 777 / | ||
</ | </ | ||
+ | |||
+ | Then add this directory as WolfRecorder storage |