I have opened Ticket #Q-202405-18074 and pointed at this thread for more info
If I’m remembering correctly, QuTS with ZFS stores applications in ZFS530_DATA.
(No, the names have no correlation to ZFS Datasets as you would expect for everything else)
If you were to SSH into the machine, cd to ZFS530_DATA, you should find “PlexMediaServer / Library / Plex Media Server” like you would normally expect.
QNAP is always welcome to reach out to me (call or email) and I’ll let the tech know where this issue should be in the resolution process (filed as a ticket some 6 months ago)
In reviewing:
https://www.qnap.com/en-us/release-notes/qts/5.2.0.2737/20240417?ref=nas_product
There is no reference to the bug being fixed / Plex
The closest we get is:
Addressed an issue where under rare conditions File Station could not create a share link for a file or folder.
which does not address the issue

A bit weird ?
Nope, not at all.
Spaces are significant on the command line.
Linux and Windows require quoting anything with spaces in the name.
[/] # cd /share/CACHEDEV2_DATA/.qpkg
[/share/CACHEDEV2_DATA/.qpkg] # cd PlexMediaServer/
[/share/CACHEDEV2_DATA/.qpkg/PlexMediaServer] # cd Library/
[/share/CACHEDEV2_DATA/.qpkg/PlexMediaServer/Library] # cd "Plex Media Server"
[/share/CACHEDEV2_DATA/.qpkg/PlexMediaServer/Library/Plex Media Server] # ls
Cache/ Crash Reports/ Drivers/ Media/ plexmediaserver.pid Plug-in Support/ Setup Plex.html
Codecs/ Diagnostics/ Logs/ Metadata/ Plug-ins/ Preferences.xml Updates/
[/share/CACHEDEV2_DATA/.qpkg/PlexMediaServer/Library/Plex Media Server] #
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.