Results 1 to 15 of 15

Thread: Problem with internal harddrive

  1. #1
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Problem with internal harddrive

    I have a problem with my Internal hard drive on xtrend et-9200.
    All working last night but now HDD is not showing up in file list when I try to play back a recording.
    Looked in information in openpli 3.0 image and harddrive is detected but says -1mb available.
    I have tested 3 different drives and tried to initialize through the set up menu and get the following error:

    initializing storage device... Error: Timeout elapsed, sorry

    I have also tried to mount manually via telnet but no joy either.

    Another problem is that I can't mount a USB drive either to try a different image.

    Any ideas on what is the problem as I can't mount any sort of drive now, USB or internal??

  2. #2
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Open Telnet and type the following...

    Code:
    df -h
    You should see something like this:

    Code:
    Filesystem                Size      Used Available Use% Mounted on
    /dev/root               248.0M     70.1M    177.9M  28% /
    udev                      2.0M    324.0K      1.7M  16% /dev
    /dev/mtdblock2            7.0M      2.7M      4.3M  39% /boot
    tmpfs                    74.2M    284.0K     73.9M   0% /var
    tmpfs                    74.2M      8.0K     74.2M   0% /tmp
    /dev/sda1               931.3G    846.2G     85.2G  91% /media/hdd
    Paste the output after entering df -h in your reply.

  3. #3
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Will do but it'll be later on when I get home from work.

  4. #4
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    root@et9x00:~# df -h
    Filesystem Size Used Available Use% Mounted on
    ubi0:rootfs 218.3M 71.1M 147.2M 33% /
    devtmpfs 142.0M 4.0K 142.0M 0% /dev
    tmpfs 64.0K 0 64.0K 0% /media
    tmpfs 142.1M 900.0K 141.2M 1% /var/volatile
    root@et9x00:~#

  5. #5
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Have a look in the fstab file in /etc folder and add the following line to the bottom if it isn't already there.

    /dev/sda1 /media/hdd auto defaults 0 0

    Now save fstab file and reboot the receiver.

  6. #6
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thats the job , Harddrive installed and back working.. Thanks a million..
    I had to add /dev/sda1 /media/hdd auto defaults 0 0 to the fstab file.

    Why was nothing else I did to try to mount not work?

    Also I still cannot mount a usb pen drive when I plug it in, do you know why this is happening?

  7. #7
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Re: USB mount try adding the line below to fstab then reboot the receiver.

    /dev/sdb1 /mnt/usb auto defaults 0 0

  8. #8
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Tried that both no joy..
    Can see its detected in information/about with same -1mb available as I had when HDD would not mount.

  9. #9
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Make sure USB is inserted then reboot box.

    After reboot...

    In Telnet type fdisk -l and paste the output. Note the ext after fdisk is a lowercase "L"

  10. #10
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    root@et9x00:~# fdisk -l
    -sh: fdisk: not found
    root@et9x00:~#

  11. #11
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Try adding the line below to fstab save it then reboot the receiver.

    /dev/sdb1 /media/usb auto defaults 0 0

  12. #12
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks! This mounted the usb drive, I can see and play files from my usb pen again. And in Menu/information/about I see 23gb free on my usb, however when I remove the usb drive and insert it again without a full restart the usb is recognised in menu/information/about with -1mb available. but I cannot see the files on the usb in file list.
    If I do a full restart with usb left plugged in usb becomes mounted again.

    Is there any way I can mount usb like I used to without full restarting the reciever??

  13. #13
    Admin hda5's Avatar
    Join Date
    Dec 2004
    Posts
    1,499
    Thanks
    15
    Thanked 20 Times in 4 Posts
    Open Telnet and enter...

    umount /dev/sdb1
    mount /dev/sdb1 /media/usb

  14. #14
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    umount /dev/sdb1. Invalid argument


    mount /dev/sdb1 /media/usb

    This part mounts the usb every time.

    Thanks a million...

    Is there any way to automount any USB drive without having to telnet and mount /dev/sdb1 /media/usb.

    Before all these problems started I used to be able to plug in a usb drive and it was automatically detected and mounted.

  15. #15
    Member
    Join Date
    Aug 2008
    Posts
    81
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Sorted.. Had to reflash with same image.
    Something must have screwed up my settings last week.
    Anyway , happy now and receiver is working now as it should.

    Thanks for all your help.

Similar Threads

  1. harddrive problem
    By paulgid in forum Vu+ Duo Help Section
    Replies: 3
    Last Post: 18-04-2012, 01:13 PM
  2. harddrive problem
    By zac in forum Vu+ Duo Help Section
    Replies: 5
    Last Post: 19-09-2010, 04:25 PM
  3. questions on dm800 internal Harddrive + internal fan.
    By Stev0 in forum Dreambox DM800HD
    Replies: 1
    Last Post: 14-01-2010, 06:08 PM
  4. Azbox internal password problem
    By kenlhuk in forum AZBox HD Newbie Questions
    Replies: 7
    Last Post: 28-06-2009, 10:55 AM
  5. usb harddrive recording problem
    By dreambox17 in forum Dreambox DM800HD
    Replies: 8
    Last Post: 24-06-2009, 10:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •