diff options
author | Dante Catalfamo | 2023-04-28 00:12:03 -0400 |
---|---|---|
committer | Dante Catalfamo | 2023-04-28 00:12:03 -0400 |
commit | 9344862d7452610ca744a93a8ab9a49038ae2561 (patch) | |
tree | a92b0739c006658f81298cb83133aef37d2c5b33 | |
parent | 8631f4e7c05ae453b818c9f24adee626f4b878dd (diff) | |
download | blog-9344862d7452610ca744a93a8ab9a49038ae2561.tar.gz blog-9344862d7452610ca744a93a8ab9a49038ae2561.tar.bz2 blog-9344862d7452610ca744a93a8ab9a49038ae2561.zip |
openbsd-nfs: Typo
-rw-r--r-- | content/posts/mounting-freenas-shares-on-openbsd/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/mounting-freenas-shares-on-openbsd/index.org b/content/posts/mounting-freenas-shares-on-openbsd/index.org index 5b7ba9f..ba95e28 100644 --- a/content/posts/mounting-freenas-shares-on-openbsd/index.org +++ b/content/posts/mounting-freenas-shares-on-openbsd/index.org @@ -18,7 +18,7 @@ into the same problem. If you're mounting using the =mount_nfs= command, you need to use the =-T= option to force TCP mode. If you're using =/etc/fstab= or the -=mount= command, you're going to have to instead of the undocumented +=mount= command, you're going to have to instead use the undocumented =-o tcp= option. That looks like either |