From c246db1fb8eeb3bfa752d76b7713f695f08ba4a5 Mon Sep 17 00:00:00 2001 From: VirtualJMills Date: Tue, 15 Jan 2019 13:45:21 -0800 Subject: [PATCH 1/2] Fix homophone typo (to - too) --- rclone-mount/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone-mount/README.md b/rclone-mount/README.md index f50d43b..7523f67 100644 --- a/rclone-mount/README.md +++ b/rclone-mount/README.md @@ -54,7 +54,7 @@ The Container uses a tiny trap function, to handle docker stop/restart ( fusermo -e MountCommands="--allow-other --allow-non-empty --dir-cache-time 48h --poll-interval 5m --buffer-size 128M" ``` -All Commands can be found at [https://rclone.org/commands/rclone_mount/](https://rclone.org/commands/rclone_mount/). Use `--buffer-size 256M` (dont go to high), when you encounter some "Direct Stream" Problems on Plex Media Server (Samsung Smart TV for example). +All Commands can be found at [https://rclone.org/commands/rclone_mount/](https://rclone.org/commands/rclone_mount/). Use `--buffer-size 256M` (dont go too high), when you encounter some "Direct Stream" Problems on Plex Media Server (Samsung Smart TV for example). ## Troubleshooting: When you force remove the container, you have to `sudo fusermount -u -z /mnt/mediaefs` on the hostsystem! From 7a5160472294b3c059e55e8a4c1067689f2fb5bc Mon Sep 17 00:00:00 2001 From: VirtualJMills Date: Tue, 15 Jan 2019 13:54:23 -0800 Subject: [PATCH 2/2] Fix capitalization typo --- rclone-mount/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone-mount/README.md b/rclone-mount/README.md index 7523f67..585bf11 100644 --- a/rclone-mount/README.md +++ b/rclone-mount/README.md @@ -54,7 +54,7 @@ The Container uses a tiny trap function, to handle docker stop/restart ( fusermo -e MountCommands="--allow-other --allow-non-empty --dir-cache-time 48h --poll-interval 5m --buffer-size 128M" ``` -All Commands can be found at [https://rclone.org/commands/rclone_mount/](https://rclone.org/commands/rclone_mount/). Use `--buffer-size 256M` (dont go too high), when you encounter some "Direct Stream" Problems on Plex Media Server (Samsung Smart TV for example). +All Commands can be found at [https://rclone.org/commands/rclone_mount/](https://rclone.org/commands/rclone_mount/). Use `--buffer-size 256M` (dont go too high), when you encounter some "Direct Stream" problems on Plex Media Server (Samsung Smart TV for example). ## Troubleshooting: When you force remove the container, you have to `sudo fusermount -u -z /mnt/mediaefs` on the hostsystem!