Linux Cant See Directory

Hello, i am on Arch Linux and i am setting up my new Linux server for plex. I went to localhost:32400/ and added a new library called films, but it cant see some directorys, eg, i have my media on a external hdd and i went to /run/media/arch but there aren’t any directorys in there… Any ideas to fix this

before i do this i can see the drive on my system already, just not on plex, so do i need to do this?

Also can you help with fstab editing

Linux is multi-user.

Plex is a different user than you.
Linux only allows you to see your files unless you specify otherwise.
The how-to shows you how to mount the media so multiple users (you and Plex) can use it.

Ok how do i correctly edit the fstab

Read the How-To.

I show everything.

Ok, i will

I still dont understand the fstab editing, can you help me.
The uuid is
UUID="B82EF6522EF608E0"
And here is the Fstab file

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=72C0-8178                            /boot/efi      vfat    umask=0077 0 2
UUID=3ea1cf9c-3cb3-4315-b593-4d5d59a37f48 /              ext4    defaults,noati>
UUID=19ebdf29-48d7-4359-8ea1-089c7495a9ee swap           swap    defaults,noati>
UUID=5fa1fcec-babd-4836-9e03-8cc9b02869f1 /home          ext4    defaults,noati>

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