Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


xmanz

57 posts

Master Geek
+1 received by user: 1


#303131 18-Jan-2023 19:30
Send private message

Hi there i am trying to work out how to make a storage hd show up on plex im on linux mint?   thanx anyone


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
nzkc
1634 posts

Uber Geek
+1 received by user: 1041


  #3023365 18-Jan-2023 20:07
Send private message

Given the amount of description you gave about your configuration I'll give you a similarly descriptive answer: mount it.




xpd

xpd
Geek of Coastguard
14115 posts

Uber Geek
+1 received by user: 4574

Retired Mod
ID Verified
Trusted
Lifetime subscriber

  #3023465 19-Jan-2023 07:14
Send private message

What format is the HDD ?

 

Have you mounted it ? If not, Google how to mount a HDD in Linux.

 

If its mounted and you can't see it in Plex itself, then we'd need more info such as steps you've taken, configuration etc.

 

We're geeks, not mind readers :)

 

 





XPD / Gavin

 

LinkTree

 

 

 


nzkc
1634 posts

Uber Geek
+1 received by user: 1041


  #3024165 19-Jan-2023 17:42
Send private message

As above and also; how are you running Plex?

 

For example; I run it via docker and there are extra steps to have it show up in docker. But there's no point in me describing this if you're not as it'll just complicate things.

 

 




xmanz

57 posts

Master Geek
+1 received by user: 1


  #3024699 20-Jan-2023 10:20
Send private message

Hi 👋 there. Thanx for Replies
I don't run plex through docker. Plex easily sees my main ssd but not this storage he
And in file explorer the hd storage shows there and is accessible. For all operations,
Its as if plex hasn't got the privileges to use the hd.
Im not an advanced user but not a newbie either…

nzkc
1634 posts

Uber Geek
+1 received by user: 1041


  #3024744 20-Jan-2023 12:08
Send private message

Have you added the path to your media, on the new drive, within Plex by adding a library for it?

 

If not:

 

     

  1. Log into Plex
  2. Go to settings
  3. Under Manage select Libraries
  4. Click Add Library
  5. Choose the appropriate type (e.g. Movies)
  6. Give it a name (e.g. More Movies)
  7. Click Browse For Media Folder
  8. Find the one you want, select it and click Add

Silvrav
477 posts

Ultimate Geek
+1 received by user: 173

ID Verified

  #3024750 20-Jan-2023 12:21
Send private message

nzkc:

 

Have you added the path to your media, on the new drive, within Plex by adding a library for it?

 

If not:

 

     

  1. Log into Plex
  2. Go to settings
  3. Under Manage select Libraries
  4. Click Add Library
  5. Choose the appropriate type (e.g. Movies)
  6. Give it a name (e.g. More Movies)
  7. Click Browse For Media Folder
  8. Find the one you want, select it and click Add

 

 

Yip, this - you need to tell plex where to search.


 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
nzkc
1634 posts

Uber Geek
+1 received by user: 1041


  #3024825 20-Jan-2023 14:04
Send private message

Plex will also need permissions to your folder(s).

 

Typically plex runs as the plex user within the plex group. Therefore; I make it the owner of the library folders. You can do that with:

 

chown plex:plex -R /mount/media/plex/

 

(or whatever your path is).

 

 

 

I also add myself as a member of the Plex group:

 

usermod -a -G plex yourusername

 

 

 

And if needed, grant the group write to your media folder(s):

 

chmod g+rw -R /mount/media/plex/


xmanz

57 posts

Master Geek
+1 received by user: 1


  #3024840 20-Jan-2023 14:58
Send private message



Thanx I'll give it a shot. . cheers

xmanz

57 posts

Master Geek
+1 received by user: 1


  #3024947 20-Jan-2023 20:17
Send private message

Hi again having problems  with first command     maybe if i say where my media is  its on a hd called 640   which is  in /media/d

 

so what will first command be?   chown plex:plex -R /mount/media/d/640  which  it doesnt find.

 

one of my other drives which shows in plex  is /mnt  volume linux


nzkc
1634 posts

Uber Geek
+1 received by user: 1041


  #3024965 20-Jan-2023 21:17
Send private message

I'm a bit confused from your screenshot.

 

Can you provide the output of the following commands (because I suspect its not mounted):

 

sudo lsblk

 

sudo blkid

 

sudo cat /etc/fstab

 

 


toejam316
1516 posts

Uber Geek
+1 received by user: 888

Trusted
Lifetime subscriber

  #3025009 21-Jan-2023 07:16
Send private message

Legitimate bookmarks for a legitimate businessman.





Join Quic Broadband with my referral - no sign up fee and gives me account credit

 

Anything I say is the ramblings of an ill informed, opinionated so-and-so, and not representative of any of my past, present or future employers, and is also probably best disregarded.


 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
xmanz

57 posts

Master Geek
+1 received by user: 1


  #3025065 21-Jan-2023 10:57
Send private message


jm3

jm3
87 posts

Master Geek
+1 received by user: 20

ID Verified

  #3025074 21-Jan-2023 11:58
Send private message

If you type 'cd /mnt/media/d/640' does it take you to the folder you wish to mount? If not figure out the path from root and then try the commands nzkc suggested.

Alternatively unmount sdb1 and remount in a new location.

xmanz

57 posts

Master Geek
+1 received by user: 1


  #3025144 21-Jan-2023 13:55
Send private message

i ran that in terminal and got cannot find,

 

how do i mount to different place?     thank you


xmanz

57 posts

Master Geek
+1 received by user: 1


  #3025172 21-Jan-2023 14:32
Send private message

if it helps

 

 

 


 1 | 2
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.