Re: Flashexpander for PLi #2
Re: Flashexpander for PLi #3
Re: Flashexpander for PLi #4
Re: Flashexpander for PLi #5
Re: Flashexpander for PLi #6
Re: Flashexpander for PLi #7
Re: Flashexpander for PLi #8
Re: Flashexpander for PLi #9
Re: Flashexpander for PLi #10
Posted 19 April 2013 - 09:17
Or mods...
Re: Flashexpander for PLi #11
Re: Flashexpander for PLi #12
Posted 19 April 2013 - 13:15
Device Manager, I think...
Or a proper Autofs, which will make those devices available/visible to FE...
Not sure if fstab editing will do it for FE...
Re: Flashexpander for PLi #13
Re: Flashexpander for PLi #14
Posted 19 April 2013 - 18:31
Device manager works, but it mounts to /media/hdd (or /media/usb ). An Flashexpander does not recognize /media/hddd as a HDD... While trying to do customized path of the devise manager, it crashes. How can change the /media/hddd .. to /hdd (or mnt/hdd)?
in telnet:
df -h
cat /etc/fstab
Reply with telnet here.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Flashexpander for PLi #15
Posted 19 April 2013 - 18:53
Or switch to PBNIGMA image and forget about these problems...
Re: Flashexpander for PLi #16
Posted 19 April 2013 - 20:19
Device manager works, but it mounts to /media/hdd (or /media/usb ). An Flashexpander does not recognize /media/hddd as a HDD... While trying to do customized path of the devise manager, it crashes. How can change the /media/hddd .. to /hdd (or mnt/hdd)?
in telnet:
df -h
cat /etc/fstab
Reply with telnet here.
root@dm800:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 60.0M 45.9M 14.1M 76% /
tmpfs 64.0K 0 64.0K 0% /media
tmpfs 64.0K 4.0K 60.0K 6% /dev
/dev/sda2 1.8G 35.6M 1.8G 2% /media/usb
tmpfs 71.2M 2.6M 68.6M 4% /var/volatile
/dev/sda1 1.8G 34.8M 1.8G 2% /media/sda1
root@dm800:~# cat /etc/fstab
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
tmpfs /var/volatile tmpfs defaults 0 0
#UUID=f2cdd2f2-61af-4e6d-b462-26b7a4744058 /media/hdd auto defaults 1 1
UUID=f2cdd2f2-61af-4e6d-b462-26b7a4744058 /hdd auto defaults
Re: Flashexpander for PLi #17
Re: Flashexpander for PLi #18
Posted 19 April 2013 - 20:31
del line
#UUID=f2cdd2f2-61af-4e6d-b462-26b7a4744058 /media/hdd auto defaults 1 1
UUID=f2cdd2f2-61af-4e6d-b462-26b7a4744058 /hdd auto defaults
in fstab
It was deleted. The same issue - FE does not find /media/usb.... The last two lines are because of Device Manager - I put to split my USB stick in two partitions.
Re: Flashexpander for PLi #19
Re: Flashexpander for PLi #20
Posted 19 April 2013 - 23:33
I always do that, using PBNIGMA's Device Manager, which ONLY detects attached USB sticks and HDDs (but no automounting occurs, which is killed!), so I:
-partition my USB stick in 2 (PB's Device manager gives you a number of options, 'cause of many different sizes and needs of various users), then
-format those partitions (again, internally, using PB Device Manager, as you want it partitioned, EXT2/3/4, FAT/FAT32, if memory serves), then
-mount them (PB Device Manager does that, too, of course, but it gives you many options as to how to do it - see below, my example), then
-make a SWAP file if one isn't created during flashing (you guessed it, PB Device Manager can do that, too - the size and place of your choosing!), then
-I "Expand", as yet another function of PBNIGMA's Device Manager, to the smaller partition (it asks you which partition do you want to Expand to)
...and the box reboots when it is done...
It simply works! Your small flash memory is "aided and abetted" by the Expander and EPG, Picons (HD Glass or any other skin), 1Channel, DDsubtitle Player, SWAP etc. are all sent to the larger partition, using small plugins for "paths" etc. etc.
Try PBNIGMA and use my tutorial...
Voila!
G
P.S. There is one little flaw, in PB Device manager, which Stibbich is addressing with a new "Labelling" system - if one has 2 identical USB sticks, the system is having issues, hence a new system is added to the old one...
You see, I am no expert - an IT lay person - but if you say you have a single device and you partitioned it in 2, then this is the problem, it seems to me.
It should be different sizes for 2 different partitions.
In your data (one of previous posts) I see the same device mounted twice, of the same size. There is the conflict.
It must be mounted differently, as 2 partitions/devices of 2 different sizes and their common size must equal that of your USB stick, which is not the case right now.
Simple maths and logic says this is wrong:
/dev/sda2 1.8G 35.6M 1.8G 2% /media/usb
/dev/sda1 1.8G 34.8M 1.8G 2% /media/sda1
It ought to be something like (my "df -h" output):
/dev/sda1 448.2M 25.2M 422.9M 6% /media/usb
/dev/sda2 14.2G 274.3M 14.0G 2% /media/hdd
Here is my relevant "cat /etc/fstab" output:
/media/usb /dev/sda1 auto defaults 0 0
/media/hdd /dev/sda2 auto defaults 0 0
So, automounting let you down, it seems to me.
What you need is, as I keep saying to OpenPLi, too - a good Device Manager! And the best is PB one!
Also tagged with one or more of these keywords: plugin/mod
AutoTimer modStarted by Dimitrij, 29 Dec 2012 plugin/mod |
|
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users