Hi all.
I installed both the developer and release versions on a Octagon SF8008 Supreme but I can't find the device/mount manager. I need it because the internal Hard Disk is being seen as SD1 and the external USB as HDD but I want the Hard disk to be HDD as it does in every other image I use but I can't find it.
Should I install an external plugin or is it hidden somewhere?
Thanks.
#1
Posted 18 November 2024 - 23:08
Re: Mount Manager #2
Re: Mount Manager #3
Re: Mount Manager #4
Posted 19 November 2024 - 13:49
An USB device will never be mounted as hdd, unless it is labeled as such.
The OpenPLi solution is, use "e2label" to label your usb device something else, or remove the label, so it mounts as "usb".
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Mount Manager #5
Posted 19 November 2024 - 18:01
An USB device will never be mounted as hdd, unless it is labeled as such.
Well, it did in my case, I actually had both the internal SSD and the external USB Stick both labelled as HDD, don't ask me how it can be possible. I wish I did some screenshot before so that I could show you.
Anyway I solved removing the label and assignin the right one (USB) to the stick.
Thank you all for the answers.
ps. I will take a look at that "e2label", thank you.
Edited by B.D., 19 November 2024 - 18:02.
Re: Mount Manager #6
Posted 19 November 2024 - 18:10
Well, obviously, if you'd labelled them as such. The first device detected ( = triggered a udev ADD event ) will get the spot.
This is also why we have chosen for using labels, as other mount solutions, like fstab, suffer from the same problem, which is that you can't control the device enumeration at boot time.
What is sda today can be sdb tomorrow (unless both are devices on the system "bus").
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Mount Manager #7
Posted 19 November 2024 - 18:17
Well, obviously, if you'd labelled them as such.
I didn't label anything, it is a fresh install of the image and I'm doing everything from scratch to avoid old backups that carry outdated plugins in the new image causing issues.
That stick has it's own label but it's USB-32GB and has nothing to do with the HDD label assigned by the image.
Edited by B.D., 19 November 2024 - 18:17.
Re: Mount Manager #8
Posted 19 November 2024 - 19:45
Then I misunderstood, and have no idea. In OpenPLi, nothing removable is ever mounted on /media/hdd.
See https://github.com/O...s/mount.sh#L174
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Mount Manager #9
Re: Mount Manager #10
Posted 19 November 2024 - 21:41
MountManager not skinned in default PLi-FullNightHD skin
skin_plugins.xml
<!-- MountManager --> <screen name="DevicesMountPanel" position="fill" flags="wfNoBorder"> <panel name="PigTemplate" /> <panel name="KeyMenuTemplate" /> <widget source="list" render="Listbox" position="780,105" size="1110,870" scrollbarMode="showOnDemand"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (90, 0), size = (720, 35), color = 0x0058bcff, color_sel = 0x00ffc000, font=0, text = 0), MultiContentEntryText(pos = (200, 35), size = (800, 95), font=1, flags = RT_VALIGN_TOP, text = 1), MultiContentEntryText(pos = (950, 0), size = (100, 28), font=2,color = 0x00999999, color_sel = 0x00999999, flags = RT_VALIGN_CENTER, text = 3), MultiContentEntryPixmapAlphaBlend(pos = (0, 0), size = (80, 80), png = 2), ], "fonts": [gFont("Regular", 32),gFont("Regular", 28),gFont("Regular", 25)], "itemHeight": 130 } </convert> </widget> </screen> <screen name="DeviceMountPanelConf" position="fill" flags="wfNoBorder"> <panel name="PigTemplate" /> <widget name="config" position="780,105" size="1110,810" font="Regular;32" itemHeight="45" scrollbarMode="showOnDemand" /> <widget name="Linconn" position="0,550" size="780,30" font="Regular;28" halign="center" valign="center" /> </screen>
Re: Mount Manager #11
Posted 19 November 2024 - 23:14
Never mind mate, the problem is solved.
I get that, but I hate it when I don't know why, so I might give the next person asking the wrong answer too .
As to the code, it says "if the device is not external, call it hdd, otherwise check what kind of device it is". Which suggests that for some reason, your USB device is not seen as external.
It is also quite rare that USB devices are enumerated before internal devices, as the internal bus is so much faster than USB.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Mount Manager #12
Posted 19 November 2024 - 23:38
I wish I could flash in an empty slot for recreating the same situation so that I could show you but I can't because in my Octagon Supreme the SD card where the extra slot go is buggy and doesn't work and also my other three main slots are already taken by other images.
If I find the time in the next days I will make a backup of this image so that I don't have to do it all over again and reflash. Not tonight though.
Re: Mount Manager #13
Posted 19 November 2024 - 23:40
No worries. It isn't that important.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Also tagged with one or more of these keywords: Device Manager, openPLI 9.0, Mount
ZGemma H8.2H - Freezing image and soundStarted by MifPT, 17 Aug 2024 ZGemma, OpenPLI 9.0 |
|
|||
Strange mount problemStarted by stdemonac, 21 Jan 2021 DM8000, mount |
|
|||
Openpli V6.1 Network problemStarted by leonlive, 22 Aug 2019 Network, mounting, mount and 1 more... |
|
|||
Netwerkproblemen, Vu+Duo2 logt niet in op NASStarted by AdriO, 4 Aug 2016 netwerk, mount, vu+, duo2 |
|
|||
Network browser not showing NFS sharesStarted by lpnp, 28 May 2016 NFS, network browser, mount |
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users