Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
In Recent version of usbmount MountFlags=shared has no effect. PrivateMounts=no will do the trick. 
systemd/systemd#9873
  • Loading branch information
GeminiServer authored Feb 17, 2020
1 parent 308d751 commit 98a8948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Once installed, usbmount requires some tweaking to make it work well on the Rasp
Insert these lines then save and close the file:
```
[Service]
PrivateMounts=no
MountFlags=shared
```

Expand Down

0 comments on commit 98a8948

Please sign in to comment.