mauriciomaurente 2 Posted October 31, 2017 Posted October 31, 2017 I recently switched my operating system to Linux Deepin. When downloading the version for Debian it shows an "incorrect architecture" error. How can I solve?
mauriciomaurente 2 Posted November 1, 2017 Author Posted November 1, 2017 Dear Luke, we often look for a wall in front of us and all we see are bricks. I discovered the error. Thank you for your support and patience.
mauriciomaurente 2 Posted November 1, 2017 Author Posted November 1, 2017 I am new to Linux and did not realize that it was 32bit version. Now I have another problem, I can not find my media, nor my external hds ....
Luke 39304 Posted November 1, 2017 Posted November 1, 2017 Hi, can you please describe the problem in more detail? Thanks !
mauriciomaurente 2 Posted November 2, 2017 Author Posted November 2, 2017 Of course. I installed Emby normally. I started the wizard, on the screen where I add to the library, choose (tv, movies), when in add, it is not like in Microsoft Windows where you know where the folders are, the external disks. On Linux it shows things like \ sys, \ dev, ... And I can not find where the media folders or external disks are. If my Google English is not clear, I can send you a printscreen.
dcrdev 253 Posted November 2, 2017 Posted November 2, 2017 I'm assuming from the knowledge you've expressed in this thread, that you have installed Emby on a standard installation with a GUI. In which case you most likely have your disks auto mounted by your desktop environment using something like gvfs. These mounts are only accessible to the running user and not really suitable for Emby. You need to define static mount points for each of your disks, the easiest way to do that is by adding them to /etc/fstab. You should probably research this yourself. By the end of that setup, you'll know where your files are because you will have chosen the mountpoint. Just make sure the emby user has permission on that mountpoint when you are done.
mauriciomaurente 2 Posted November 2, 2017 Author Posted November 2, 2017 I'll search and come back here for feedback.
mauriciomaurente 2 Posted November 3, 2017 Author Posted November 3, 2017 I'm looking for a solution, but I have not found it yet. I do not know how to do that on Deepin. Just make sure the emby user has permission on that mountpoint when you are done.
dcrdev 253 Posted November 3, 2017 Posted November 3, 2017 https://www.howtogeek.com/howto/38125/htg-explains-what-is-the-linux-fstab-and-how-does-it-work/
tdiguy 96 Posted November 3, 2017 Posted November 3, 2017 Before modifying the fstab become familiar with it. Big enough of a mistake in the fstab can cause the system to not boot into your os normally recovery would be done through grub. So also ensure you create a backup of the fstab. When you do make mount points in the fstab for external drives my opinion is you should use nofail as an option so that if the drive is not present for whatever reason the system wont care and will boot. It might be best to first become comfortable mounting the drives with /mount and such first and testing things out this way before modifying the fstab.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now