External HDD not detected

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • .: JaCkPoT :.
    Retired Sat TV Addict
    • Aug 2008
    • 5607

    #1

    External HDD not detected

    Hi,
    I have a 250gb external HDD and it is formatted in NTFS and the box will not detect it. Any ideas? From the PC i cant format it to anything else other than NTFS. It is connected by USb and is powered from the mains. Any ideas what i can do, or shall i open it and use it by sata?

    Read the Rules here; they apply to Everyone.

    ___________________
    In the good old days, I had
    DM800s HD
    Openbox S10
    TM500
    DM500s
    90cm FortecStar dish
    Maxx 110cm Dish
    Technomate 2300 Motors

    sigpic
  • Oily
    Top Poster
    • Apr 2009
    • 123

    #2
    I tried for ages to get my external usb hdd to be seen by my DM800,I gave up in the end after trying several different images/scripts etc
    In the end I took it out of the enclosure,used the SATA lead supplied,hooked it up to the sata and took 12V from the fan supply to power it and placed it back in its enclosure!

    Comment

    • freck
      DK Veteran
      • Jul 2008
      • 1076

      #3
      The DM 800 works VERY well with an external disk connected to its USB 2.0 port. At the end of the day, manipulations of the remote control are identical to those with an internal disk or an external disk connected to the eSATA port.

      But, in order to get there, you must begin with a bit of tweaking. The following explanation supposes that you are capable of giving Unix/Linux line commands to a Dreambox (See other threads if necessary...)

      Enigma 2 pre-supposes that the disk on which you intend to record (or read) movies be mounted on /media/hdd/ and that it itself contains a movie/ subdirectory.

      If you already have an eSATA internal or external disk mounted on your DM 800, you must first unmount it:


      Code:
      umount /media/hdd
      Then, you must mount the disk connected to the USB 2.0 port in its place:


      Code:
      mount /dev/scsi/host0/bus0/target0/lun0/part1 /media/hdd(Note that the disk seems to be on a SCSI bus, although this is NOT the case. It's a rather ordinary Linux trick to emulate a USB bus as a SCSI bus (via the driver) in order to simplify device access for the kernel.)

      To make the mount command for your USB disk persistant through reboots, you must modify or add a line to the /etc/fstab file.
      If there is already a line meant to mount an eSATA disk that you wish to replace with a USB disk, erase it. It looks like:


      Code:
      /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd auto defaults 0 0In order to mount the USB disk at boot time, add the following line:


      Code:
      /dev/scsi/host0/bus0/target0/lun0/part1 /media/hdd auto defaults 0 0
      Taken from elsewhere....thanks to kegnkiwi
      Freck
      Last edited by freck; 7 June, 2010, 01:14. Reason: typo
      sigpic

      Comment

      • Oily
        Top Poster
        • Apr 2009
        • 123

        #4
        But for the above to work doesn't the hdd have to be powered up all the time?

        Mine was great IF I kept the USB hdd powered up 24/7 but as soon as I switched it off I was back to square one.

        Comment

        • real_highlander
          Newbie
          • Jun 2010
          • 1

          #5
          With some images on the DB800sHD (s=Sat) e.g. Dream elite ESATA drive problems seem to be a known problem. This is supposed to be rectified in one of the next new images. Although mounting may be possible when initialising after reboot it seems that due to a software glitch this is not possible in the “right” way at present. E.g. on next reboot mounting information’s were lost. WORKAROUND: I installed a Gemini image first no problems with mounting and initialising. After reboot recording and else was possible. Then I installed a dream elite image afterwards. Now mounting was possible and after reboot recording was possible instantly without initialisation. (Beware: If you initialise again you may lose the drive again, sadly) This seems to be a work at present.
          Powering the ESATA down and up caused no further problems. E.g. you may have to mount the ESATA again if you cut off the power to the drive of accidentally.
          This looks to be a problem only coming up with ESATA not internal SATA drives

          Comment

          • porter1
            DK Veteran
            • May 2009
            • 559

            #6
            dont want to hijack thread,but would this be similiar problem i have with internal hdd which keeps vanishing,on nabilo blackhole now still the same on dream elite,annoying,sorry for interuption

            Comment

            • frankharrison
              Member
              • Jun 2008
              • 88

              #7
              Theres a program called formater32 try this to format drive. Normally used for memory sticks.

              I had same problem with NTFS.

              Frank

              Comment

              • .: JaCkPoT :.
                Retired Sat TV Addict
                • Aug 2008
                • 5607

                #8
                what format shall i try? FAT32? NTFS? ext2/3? etc. please help. also will usb 1.0 work on the dm800 or is it just 2.0?

                Read the Rules here; they apply to Everyone.

                ___________________
                In the good old days, I had
                DM800s HD
                Openbox S10
                TM500
                DM500s
                90cm FortecStar dish
                Maxx 110cm Dish
                Technomate 2300 Motors

                sigpic

                Comment

                • cunny
                  V.I.P. Member
                  • Jan 2009
                  • 4915

                  #9
                  Originally posted by .: JaCkPoT :.
                  what format shall i try? FAT32? NTFS? ext2/3? etc. please help. also will usb 1.0 work on the dm800 or is it just 2.0?
                  My external is in NTFS and my box reads it fine going through usb 2
                  sigpic

                  "Make it idiot proof and someone will make a better idiot."

                  Comment

                  • alec
                    DK Veteran
                    • Apr 2008
                    • 345

                    #10
                    Should use ext3 format, but might initialize using Fat 32.
                    I have'nt heard anyone mounting the hd successfully using NTFS

                    Comment

                    • .: JaCkPoT :.
                      Retired Sat TV Addict
                      • Aug 2008
                      • 5607

                      #11
                      I will make three seperate partions on it, one with Fat32, one with NTFS, and one with ext3 and the i can see which if any is picked up

                      Read the Rules here; they apply to Everyone.

                      ___________________
                      In the good old days, I had
                      DM800s HD
                      Openbox S10
                      TM500
                      DM500s
                      90cm FortecStar dish
                      Maxx 110cm Dish
                      Technomate 2300 Motors

                      sigpic

                      Comment

                      • silkcut
                        Newbie
                        • Jan 2010
                        • 7

                        #12
                        Try the plugin called USB2HDD it was the only way i could get my external HDD to work. Have a look in plugin menu or search online.

                        Comment

                        Working...