Author Topic: Mede8er 500X2 as NAS; can't connect with SSH or telnet  (Read 9595 times)

Offline Petruzzo

  • Newbie
  • Posts: 4
  • Helpful Contribution Status: +0/-0
Mede8er 500X2 as NAS; can't connect with SSH or telnet
« on: January 27, 2016, 08:23:45 AM »
Hello!
I hope I'm right in this Forum.  ::)

I want to use my Mede8er 500X2 as a NAS. The Player is an Amazon Fire TV with the KODI App.

So here my Problem:
I've connectet two external USB HDDs to the Mede8er (One with the movies and one with the series). When I start up the deviece it sometimes mixed up the order of the USBs. Sometimes the movie HDD is first and somtimes the series HDD ist first.
The Problem at mixing up the order is that I have to tell KODI the source (connectet with SMB). So in the wrong order KODI can't find the Videos.

So, in the KODI Forum they told my that there is a way if I can manipulate the UUID in /etc/fstab. But I cannot connect via SSH or Telnet. Is there an other way to the dictionarys?

Best Regards!
Petzruzzo

Offline jer1956

  • Global Moder8or
  • M8er Addict
  • *****
  • Posts: 17 403
  • Helpful Contribution Status: +203/-55
Re: Mede8er 500X2 as NAS; can't connect with SSH or telnet
« Reply #1 on: January 27, 2016, 08:40:00 AM »
You can't do what tricks you can with a linux PC to the player. Even if you could telnet, you would only be changing the short term os image stored on a ram disk. On every boot that gets reloading from flash, including all the files you want to change.

Thats also why you can't do anything at the TV end either. Both are use "as is" embedded os devices.
« Last Edit: January 27, 2016, 08:53:09 AM by jer1956 »

Offline Petruzzo

  • Newbie
  • Posts: 4
  • Helpful Contribution Status: +0/-0
Re: Mede8er 500X2 as NAS; can't connect with SSH or telnet
« Reply #2 on: January 27, 2016, 09:00:07 AM »
Hello jer1956!

Is there an other way that both USB HDDs have the same order at start up?
They are always connect at the same USB-Port. So why do they change the order sometimes?

Greetings

Offline jer1956

  • Global Moder8or
  • M8er Addict
  • *****
  • Posts: 17 403
  • Helpful Contribution Status: +203/-55
Re: Mede8er 500X2 as NAS; can't connect with SSH or telnet
« Reply #3 on: January 27, 2016, 09:04:01 AM »
The order is the order they finish mounting. That can change from boot to boot. Even the x3d has this issue. Its not going to change.

Offline Petruzzo

  • Newbie
  • Posts: 4
  • Helpful Contribution Status: +0/-0
Re: Mede8er 500X2 as NAS; can't connect with SSH or telnet
« Reply #4 on: January 27, 2016, 09:07:01 AM »
Sad but true!  :'(

Thanks for answering!  :)

Greetings
Petruzzo

Offline jer1956

  • Global Moder8or
  • M8er Addict
  • *****
  • Posts: 17 403
  • Helpful Contribution Status: +203/-55
Re: Mede8er 500X2 as NAS; can't connect with SSH or telnet
« Reply #5 on: January 27, 2016, 09:19:12 AM »
Kodi is ported from Windows, and when they mean "port" they just mean run as if its running on windows. They don't change their code to either deal with specific os issues such as linux doing this, or exploit hardware acceleration found on other platforms, such as ARM.

So you have two components which expect everything else to change to suit them. Its an unworkable combination.