From faba59e339cc81b17cbef1c84dcead639c9ba6f7 Mon Sep 17 00:00:00 2001 From: ochawkeye Date: Thu, 6 Aug 2015 13:40:09 -0500 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 876f1d0..a95b0d3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -19,9 +19,15 @@ When running a Plex Media Server on a QNAP, Plex writes logs into a non-shared l ## Solution: A symbolic link to this location can easily be created from a folder that is shared. -1. ssh in QNAP -2. create a directory in a shared folder that will be accessible: `mkdir /share/MD0_DATA/PATH/TO/VALID/SHARE/FOLDER/PlexLogs` -3. make symbolic link between unshared log folder and new shared folder `ln -s "/share/MD0_DATA/.qpkg/PlexMediaServer/Library/Plex Media Server/Logs/" "/share/MD0_DATA/PATH/TO/VALID/SHARE/FOLDER/PlexLogs"` -4. your new location is now usable in `Settings` > `Extra Settings` > `Plex Logs` > `Logs Folder`: `\\\PATH\TO\VALID\SHARE\FOLDER\PlexLogs` + +1. ssh in QNAP +2. create a directory in a shared folder that will be accessible: +```mkdir /share/MD0_DATA/PATH/TO/VALID/SHARE/FOLDER/PlexLogs``` +3. make symbolic link between unshared log folder and new shared folder: +``` +ln -s "/share/MD0_DATA/.qpkg/PlexMediaServer/Library/Plex Media Server/Logs/" "/share/MD0_DATA/PATH/TO/VALID/SHARE/FOLDER/PlexLogs" +``` +4. your new location is now usable in `Settings` > `Extra Settings` > `Plex Logs` > `Logs Folder`: +`\\\PATH\TO\VALID\SHARE\FOLDER\PlexLogs` See: [Tweaking4All](http://www.tweaking4all.com/qnap/combine-qnap-shared-folders/) for more detailed information. \ No newline at end of file