meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:fs:zfs:mountpoints [2025/04/06 20:38] – niziak | linux:fs:zfs:mountpoints [2025/04/06 21:08] (current) – niziak | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| </ | </ | ||
| + | |||
| + | ===== allow user to mount datasets ===== | ||
| + | |||
| + | <code bash> | ||
| + | sudo zfs allow -u USER mount, | ||
| + | </ | ||
| + | |||
| ===== allow user to create new datasets ===== | ===== allow user to create new datasets ===== | ||
| Line 20: | Line 27: | ||
| # list permissions | # list permissions | ||
| zfs allow pool/ | zfs allow pool/ | ||
| + | |||
| </ | </ | ||
| Line 35: | Line 43: | ||
| zpool export backuppool | zpool export backuppool | ||
| zpool import -R /fakeroot backuppool | zpool import -R /fakeroot backuppool | ||
| + | |||
| </ | </ | ||
| Line 43: | Line 52: | ||
| zpool export backuppool | zpool export backuppool | ||
| zpool import backuppool | zpool import backuppool | ||
| + | |||
| </ | </ | ||