DM800 can't format my HDD

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Hello, does anyone have that problem?


    Dm800 recognise my HDD but when I want to start a record it says


    "Can't find HDD or the HDD isn't formated!"


    If I do a format it takes for ever and the result is zero!


    The dealer says that I have to wait for a next update? ;o(


    Any suggestion please?

  • I forget:


    Gemini version: dev-2008-11-29
    Harddisk: Model FUJITSU MHZ2320BH G2
    Capacity:312.584 GB
    Free: -1 MB ------------------------->how can this????

  • map exist I think
    when I use Total Commander I have a map hdd
    but I can't get in the map
    so I gues that's the problem?


    so I have only make a map MOVIE?
    ok I'll try....


    tia

  • Cannot make a map, no access on the HDD!
    Normal it's not formated I think.
    Total commdr works fine.


    (ok I try dcc now).
    TNX


    ps in nederlands antw mag ook (nog beter)

  • I just installed DCC
    DCC can't find a HDD in tools.


    i see formating command in dcc
    if i try it is it only the harddisk or both
    intern data and harddisk?
    I'm affraid that it will deleted the Gemini also?

  • i have installed a hdd on my 800 yesterday.... it takes about 30 minutes to format!!



    Have a look in the Blue-Panel in Gemini, then go to the Devices-Manager and there you can see your hdd .

  • I did it yesterday also
    excact the way you said here
    device manager/formating....... but nothing hapens
    i see only the txt flikkering (it seems to take for ever)
    (it has a line "checking if the harddisk is busy" also)


    maybe formating the HDD works with DCC?????


    I've tried before with an USB extern HDD a week ago.
    nothing happens, now with an internal also nothing....grrrr.


    I need to coloring my hair now! ;o))

  • have you tryed after "formating" the Button "Mount/Unmount/Check Menue" ?? There you can see the Mountpoint!


    I have 300 gig too...........have you "mount" (green Button) it befor testing??


    No Message appear after format.... i have only pressed "OK" on the Zapper after the Text stopped to flicker??? :face_with_rolling_eyes:

  • yes i did.
    but when i click on check nothing happens also....


    i also wanna ask, "did a message shows up?"
    I mean after formating the HDD?



    i'll try again, tonight.
    and trying an usb HDD (hope it works?


    anyway tnx for helping me so quick!

  • Post the result from following telnet commands here:


    find /dev/ide
    find /dev/discs


    Should look similar like this:



    The result from telnet command " mount " could also be usefull to see what stuff you have mounted already

  • MS Telnet should work fine ...


    WinKey+R » Type "cmd" into the box » Press OK


    then in command prompt of windows type "telnet 192.168.0.1" (replace IP by your Box IP) and then you should be connected via telnet to your box. It will ask you for username and password (default username is "root", no password set by default).


    When logged in type the commands above into the telnet window


    Zitat

    i get: -sh: find/dev/ide: not found


    Don't forget the whitespace between find and /dev/ :winking_face:


    Code
    find               /dev/ide
  • Huh !?


    But something happens when you type "find /dev/" (without ide/ ) ???


    What's with "find /dev/scsi/" ?

  • What's with "find /dev/scsi/" ?


    i get the same messages
    -sh: find/dev/ide: not found
    -sh: find/dev/scsi: not found

  • Zitat

    Original von zosten
    What's with "find /dev/scsi/" ?


    i get the same messages
    -sh: find/dev/ide: not found
    -sh: find/dev/scsi: not found


    there needs to be a space between find and /dev/!


    not this:

    Code
    find/dev/scsi


    do it this way:

    Code
    find     /dev/scsi