Docker - Plex Unable to see media on another drive

Server Version#: 1.23.3.4707
Player Version#: 4.59.2

Hey! I just finished installing the Plex Docker container on a Windows 10 machine. I pointed both of my music directories to it. The container is on the C: drive and the music directory on the C: drive works fine and they are both in Plex. I then have another music folder on another drive ( V: ) and for some reason the music on the V: drive does not show up at all. I have both directories added to Plex and Docker. I also put a folder into the drive and Plex doesn’t even see that there’s a folder there? Any help appreciated!

Docker Container Settings:

docker run
-d
–name plex
-p 32400:32400/tcp
-p 3005:3005/tcp
-p 8324:8324/tcp
-p 32469:32469/tcp
-p 1900:1900/udp
-p 32410:32410/udp
-p 32412:32412/udp
-p 32413:32413/udp
-p 32414:32414/udp
-e TZ=“America/Chicago”
-e PLEX_CLAIM=“xxxxx”
-e ADVERTISE_IP=“http://192.168.1.146:32400/
-e HOME="/config"
-e PGID=“1000”
-e PUID=“1000”
-e VERSION=“docker”
-v V:\music:/music1
-v C:\Users\Server\Desktop\Docker\Plex\data\music:/music2
-v V:\transcode:/transcode
-v V:\TV:/tv ​
-v V:\Movies:/movies \
plexinc/pms-docker \

[s6-init] making user provided files available at /var/run/s6/etc...exited 0., [s6-init] ensuring user provided files have correct perms...exited 0., [fix-attrs.d] applying ownership & permissions fixes..., [fix-attrs.d] done., [cont-init.d] executing container initialization scripts..., [cont-init.d] 40-plex-first-run: executing... , Plex Media Server first run setup complete, [cont-init.d] 40-plex-first-run: exited 0., [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing... , [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0., [cont-init.d] 50-plex-update: executing... , [cont-init.d] 50-plex-update: exited 0., [cont-init.d] done., [services.d] starting services, Starting Plex Media Server., [services.d] done., Critical: libusb_init failed, Connection to 172.105.21.117 closed by remote host.,

Don’t use Docker on Windows.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.