diff --git a/Mounting.md b/Mounting.md index 52b65f9..ec8622e 100644 --- a/Mounting.md +++ b/Mounting.md @@ -46,7 +46,7 @@ So `sub2` will be created in `sub1`, thus modifying the dataset! ### 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.