My receiver is DM500HD, running OpenPLI 3.0
I am facing a problem with the mounting, i have HDD and USB, when the receiver starts the mount is wrong, it mount the HDD and the USB as the same. either /media/USB for both or /media/HDD for both so i downloaded device manager to manage it and when i choose fixed mount it does the mount for both the HDD and the USB so i have to use fast mount, but when restart the receiver i have to remount again, i made a script to do the mount and placed it in /etc/init.d and i included this i the script
#!/bin/sh
mount /dev/sda1 /media/hdd
mount /dev/sdb1 /media/usb
exit 0
but it does not seem to start, i gave permission 775 but still.
help me please to fix the mount problem.
thank you.
Edited by yousif666, 6 January 2013 - 19:51.