Updated Mounting (markdown)

DatuX
2023-09-27 23:18:18 +02:00
parent 71f3cb94a4
commit 4eff8967c2

@ -46,7 +46,7 @@ So `sub2` will be created in `sub1`, thus modifying the dataset!
### Solution ### Solution
The best solution is to use the --clear-mountpoint option of zfs-autobackup. This will set canmount=noauto on newly received datasets. The best solution is to use the `--clear-mountpoint` option of zfs-autobackup. This will set canmount=noauto on newly received datasets.
When you need to access the data you can use zfs mount to mount just one dataset and leave the rest untouched. When you need to access the data you can use zfs mount to mount just one dataset and leave the rest untouched.