[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:zfs_home [2021/10/16 03:07 (UTC)] – [Always Backup /home Regularly] dchmelikhowtos:zfs_home [2024/02/12 13:48 (UTC)] dchmelik
Line 29: Line 29:
 <code>zpool create -d -o ashift=12 home /dev/sdL</code> <code>zpool create -d -o ashift=12 home /dev/sdL</code>
  
-//Alternatively//, if //not using an entire drive// (but normally a GPT partition) below is to create a ZFS partition (replace L,N with drive partition block device letter,number you want.)+//Alternatively//, if //not using an entire drive// (but normally a Solaris GPT partition) below is to create a ZFS partition (replace L,N with drive partition block device letter,number you want.)
 <code>zpool create -d -o ashift=12 home /dev/sdLN</code> <code>zpool create -d -o ashift=12 home /dev/sdLN</code>
  
 howtos:zfs_home ()