dm800 pendrive not working on new image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abr
    Top Poster
    • Aug 2010
    • 108

    #1

    dm800 pendrive not working on new image

    just changed the image on receiver
    used to have old dreamelite
    and now reflashed it with dreamelite ssl84 image
    and now the pendrive does not show in the correct directory??
    think it should be in media/usb/picons
    is is showing in device manager of tspanel as
    mountpoint:/autofs/sdb
    i use dcc296 to ftp
    and this shows that the channel list and picons should be installed in media/usb

    anyone any ideas how this issue can be resolved please
    i may have to load another image on this as i've had more green screens today than i have in the last 12 months
  • cokesux
    Junior Member
    • Nov 2011
    • 34

    #2
    Mount it wherever you want it...

    Code:
    mount /dev/sdb /media/usb
    Or maybe...

    Code:
    mount /dev/sdb /media/usb/picon
    Or...

    When you decide where you want it, add an entry to your /etc/fstab file to mount it there automagically on every boot. The entry would look something like:

    Code:
    /dev/sdb       /media/usb      auto    defaults        0       0
    If you edit the fstab file in windows, after sending it back to the DB, it might not be a bad idea to run dos2unix on it to make sure there's no extra M$ crap in the file:

    Code:
    dos2unix /etc/fstab
    --
    Newbie My ASS...

    Comment

    • abr
      Top Poster
      • Aug 2010
      • 108

      #3
      thanks for the reply cokesux
      but i think i have solved it by reflashing the same image yesterday
      now it seems to be ok.had to do a bit of sorting out ,mounting and mapping etc
      but does seem to be ok now

      btw could not open the links
      but i do appreciate your help

      this is how my etc/fstab looks atm

      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 /dev/mtdblock2 /boot jffs2 ro 0 0 tmpfs /var tmpfs defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 #/dev/sda1 /media/hdd auto defaults 0 0
      Last edited by abr; 27 November, 2011, 13:39. Reason: more info

      Comment

      Working...