I created a new datavol on two 500GB internal m.2s in a raid 1 with 5% over-provisioning and it’s a thick volume. The intent was to migrate Plex qpkg over to this new volume.
Once it was created. I stopped Plex in the AppCenter. Then I clicked the down arrow and Migrate to. Went through the step and selected the new volume. Well it’s been sitting saying “Migrating…” under Plex in the AppCenter for over an hour now. Is this normal? How long should it take? I’m not sure what I expected but I was thinking a minute or two.
BTW this is on a TVS-672N with 6 - 4TB WD Reds in a RAID5. It’s primarily used as a Plex Media Server but does of course have photos and a few other things on it. (QSonarr, Radarr, Jackett, Lidarr)
my advice? Don’t micro manage these things. There are times when it is important to and I won’t dispute that. Here, let QNAP deal with it because , in Plex’s case, the default is better than trying to estimate how much you’ll actually need.
My structure here:
QTS - cachedev1 (system default creation)
Main Array - cachedev2 (adjusted for 64K byte file blocking)
Hi guys, first ever comment on here. I see you all over the place, ChuckPa, so I’m guessing you’re the man to hit up for newbie help!!! I’m at the point where I’m wanting to be in control of my NAS (and Plex), and tell it where to put things and how instead of the other way around. I’ve been reading a lot about people using the RAM as cache, and having all their Plex info on SSD and so on; and want to go the same way… hell, I’ve only just worked out in the last week or so that the OS is Linux (I think?!)!!!
I have a TVS-873e running QTS 4.5.1.1540 with 32gb RAM (4x 8gb Crucial DIMM’s), a storage pool comprising 8x Seagate Barracuda HDD’s in RAID5 with 3x volumes: 1) OS, 2) Media, and 3) various files and data, and just installed 2x 860 EVO 500gb M.2 SATAIII in RAID1 as a second storage pool with one volume.
What I want to achieve is Plex (not the media) on the SSD’s. I tried the migrate thing yesterday, and while I could Plex was now on the SSD’s, all the data in the Plex Media Server folder was still in the original volume on the RAID5 Seagates…
I’ve never used anything other the QNAP web interface and am at a loss when you all start talking doing stuff at command lines and so on… HELP???
It’s nothing more than a Symbolic link to where the real data is stored.
QNAP’s “QPKG” mechanism puts the data underneath the App.
Getting access to that storage normally requires you to use the command line.
My trick simply made that location accessible via FileStation.
I suggest:
SSH into the box
cd /share/PlexData
ls -la
du -ms .
cd “Plex Media Server” (this follows the link)
pwd
ls -la
du -ms .
If you:
cd /share/CA*/.qpkg/Plex*
you’ll be in the directory where PMS is installed.
Now, by examining plex.sh you can see where plex.sh is installation directory independent in everything it does. It asks QTS for the QPKG_DIR (directory where this package is installed). It does all remaining work using that base variable.
Man, you’re super helpful, but… SSH? This is where I am completely LOST!!
I’ve Googled SSH, Telnet, Putty, etc; but am lost!
I’ve inputted those commands… properly, I think, and this is the output (but I’ve no idea what I’m looking at so you’ll be able to tell me what’s what and if we’re right. I’m in the process of Googling what they mean.