Duo2, HDD kann nicht eingehangen werden

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Duo2, HDD kann nicht eingehangen werden

      Hallo,

      habe ein riesiges Problem, nach einem Update auf VTI 11.02 lässt sich meine HDD (ca. 3TB an Filmen drauf) nicht mehr
      einhängen, Fehlermeldung lautet:

      Das Gerät /dev/sda1 kann nicht eingehängt werden, Dateisystem und Pfad überprüfen

      Um einen Festplattenfehler auszuschließen habe ich zu Testzwecken OpenATV 6.0 geflasht, mit dem Image habe
      ich wieder Zugriff auf die Filmbibliothek.

      Das ich ganz gerne wieder zurück zum VTI möchte, würde ich gerne wissen, ob ich die Festplatte unter VTI
      eingehangen bekomme?

      Grüße und Danke
    • Guten Morgen,

      ich habe dasselbe Problem auf einer VU+ Duo2 mit VTI 11.0.1. Die 2TB-Platte lief 6 Monate ohne Probleme, jetzt kommt plötzlich die obige Meldung, die Platte lässt sich nicht mehr einhängen. XFS-Treiber habe ich installiert, keine Änderung.

      Danke für Eure Hinweise!
    • welches Dateisystem hat die Festplatte?
      ist das die interne HDD oder per USB angeschlossen?

      per Telnet oder ssh anmelden, dann

      was zeigt?

      ls /dev/sd*
      Rechtschreibfehler sind beabsichtigt, sie fördern ein genaueres Lesen
      Debug Log aktivieren Putty Telnet Screenshots erstellen
    • ok, dann hast du eine interne und eine externe Festplatte angeschlossen.

      Bitte alle 6 Befehle der Reihe nach für den Test der internen Festplatte:

      Quellcode

      1. fdisk -l /dev/sda
      2. mkdir test
      3. mount /dev/sda1 test
      4. mount
      5. umount test
      6. rmdir test
      und Ausgaben posten
      Rechtschreibfehler sind beabsichtigt, sie fördern ein genaueres Lesen
      Debug Log aktivieren Putty Telnet Screenshots erstellen
    • Bitte sehr (und danke fürs Kümmern):



      Spoiler anzeigen

      root@vuduo2:~# fdisk -l /dev/sda

      Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
      255 heads, 63 sectors/track, 243201 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes


      Device Boot Start End Blocks Id System
      /dev/sda1 1 243202 1953513472 83 Linux


      root@vuduo2:~# mkdir test


      root@vuduo2:~# mount /dev/sda1 test
      NTFS signature is missing.
      Failed to mount '/dev/sda1': Invalid argument
      The device '/dev/sda1' doesn't seem to have a valid NTFS.
      Maybe the wrong device is used? Or the whole disk instead of a
      partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
      mount: mounting /dev/sda1 on test failed: Invalid argument


      root@vuduo2:~# mount
      rootfs on / type rootfs (rw)
      ubi0:rootfs on / type ubifs (rw,sync,relatime)
      devtmpfs on /dev type devtmpfs (rw,relatime,size=620136k,nr_inodes=108340,mode=755)
      proc on /proc type proc (rw,relatime)
      sysfs on /sys type sysfs (rw,relatime)
      tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
      tmpfs on /var/volatile type tmpfs (rw,relatime)
      devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
      /dev/sdb1 on /media/usb1 type ext4 (rw,relatime,data=ordered)
      /etc/auto.hotplug on /autofs type autofs (rw,relatime,fd=5,pgrp=625,timeout=5,mi
      nproto=5,maxproto=5,indirect)


      root@vuduo2:~# umount test
      umount: can't umount test: Invalid argument


      root@vuduo2:~# rmdir test

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von ditschi1691 ()

    • prüf mal das Dateisystem
      fsck.ext4 -n /dev/sda1

      reparieren kannst mit
      fsck.ext4 -p /dev/sda1
      (musst aber sicher sein, dass da ext4 Dateisystem drauf ist !)


      Usage: fsck.ext4
      Spoiler anzeigen

      Usage: fsck.ext4 [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
      [-l|-L bad_blocks_file] [-C fd] [-j external_journal]
      [-E extended-options] [-z undo_file] device


      Notfallhilfe:
      -p automatische Reparatur (keine Fragen)
      -n keine Veränderungen am Dateisystem vornehmen
      -y alle Fragen mit »Ja« beantworten
      -c defekte Blöcke suchen
      -f Überprüfung auch dann erzwingen, wenn alles i.O. scheint
      -v Be verbose
      -b superblock Use alternative superblock
      -B blocksize Force blocksize when looking for superblock
      -j external_journal Set location of the external journal
      -l bad_blocks_file Add to badblocks list
      -L bad_blocks_file Set badblocks list
      -z undo_file Create an undo file
      Rechtschreibfehler sind beabsichtigt, sie fördern ein genaueres Lesen
      Debug Log aktivieren Putty Telnet Screenshots erstellen
    • Laut TS ist die Platte mit ext4 formatiert.
      Der mount versucht aber wohl, die Platte mit NTFS zu mounten...

      Quellcode

      1. root@vuduo2:~# mount /dev/sda1 test
      2. NTFS signature is missing.
      3. Failed to mount '/dev/sda1': Invalid argument
      4. The device '/dev/sda1' doesn't seem to have a valid NTFS.

      Muss man beim mounten auch den Typ ext4 mit mount -t ext4 explizit mit angeben?

      Das mit dem fsck ist aber auf jeden Fall eine sehr gute Idee, das würde ich auch so machen.
    • Es wird leider nicht besser:

      root@vuduo2:~# fsck.ext4 -n /dev/sda1
      e2fsck 1.42.9 (28-Dec-2013)
      fsck.ext4: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda1
      Could this be a zero-length partition?
      root@vuduo2:~# fsck.ext4 -p /dev/sda1
      fsck.ext4: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda1
      Could this be a zero-length partition?
    • Falls du auf deinem PC Win 7 oder höher hast solltest du mit dem Paragon Tool Edit by ditschi: Verlinkung zu Shop entfernt - Bordregeln beachten! dowloaden und versuchen über Windows (vorher die Platte direkt am PC anstöpseln) hier auszulesen und evtl. Daten zu sichern. Klappt das nicht ist da wohl ein Formatierungsfehler oder die Platte ist futsch !
      Uno 4K | vti-image-vuuno4k-vti_14-032 neuestes Update | Fritzbox 7490 | Samsung QE55Q6FGM UHD 55 Zoll | Sat: Astra 19.2 8 Userleitungem via Unicable | PC: Win 10 Built 1903 neuestes Update

      Es ist gut das Die VU+ kein Windows - Betriebssystem hat sonst käme beim Kanalwechsel jedes mal das Popup "Sind sie sicher ?" :happy1:

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von ditschi1691 ()

    • sorry @ditschi1691 aber ist kein shop sondern free download. hab nicht gewusst das das gegen die boardregeln verstößt!
      wenn ich schreibe google doch mal " tool ext4". Ist das erlaubt? Ich hoffe ich kriege jetzt keine gelbe Karte.
      Ich wollte nur helfen !
      Uno 4K | vti-image-vuuno4k-vti_14-032 neuestes Update | Fritzbox 7490 | Samsung QE55Q6FGM UHD 55 Zoll | Sat: Astra 19.2 8 Userleitungem via Unicable | PC: Win 10 Built 1903 neuestes Update

      Es ist gut das Die VU+ kein Windows - Betriebssystem hat sonst käme beim Kanalwechsel jedes mal das Popup "Sind sie sicher ?" :happy1:

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Cero ()

    • Duo2, HDD kann nicht eingehangen werden

      Spoiler anzeigen
      Date: Sunday, 22 October 2017 - 10:40:26
      Architecture: mips
      OS: Linux
      Kernel: 3.13.5
      Kernel build: #1 SMP Sun Nov 27 15:00:47 CET 2016

      vuduo2 login: root


      vuplus-support.org
      home of

      /$$ /$$ /$$$$$$$$ /$$
      | $$ | $$|__ $$__/|__/
      | $$ | $$ | $$ /$$
      | $$ / $$/ | $$ | $$
      \ $$ $$/ | $$ | $$
      \ $$$/ | $$ | $$
      \ $/ | $$ | $$
      \_/ |__/ |__/

      Welcome on your Vu+ !

      root@vuduo2:~# mke2fs -n /dev/sda1
      mke2fs 1.42.9 (28-Dec-2013)
      Filesystem label=
      OS type: Linux
      Block size=4096 (log=2)
      Fragment size=4096 (log=2)
      Stride=0 blocks, Stripe width=0 blocks
      122101760 inodes, 488378368 blocks
      24418918 blocks (5.00%) reserved for the super user
      First data block=0
      Maximum filesystem blocks=0
      14905 block groups
      32768 blocks per group, 32768 fragments per group
      8192 inodes per group
      Superblock backups stored on blocks:
      32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
      4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
      102400000, 214990848

      root@vuduo2:~#

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo ()

    • Duo2, HDD kann nicht eingehangen werden

      Spoiler anzeigen



      Free blocks count wrong for group #13476 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13477 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13478 (32768, counted=628).
      Fix? yes

      Free blocks count wrong for group #13479 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13480 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13481 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13482 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13483 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13484 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13485 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13486 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13487 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13489 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13490 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13491 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13492 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13493 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13494 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13495 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13496 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13497 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13498 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13499 (32768, counted=0).
      Fix? yes

      Free blocks count wrong for group #13500 (32768, counted=11627).
      Fix? yes

      Free blocks count wrong for group #13856 (32608, counted=32607).
      Fix? yes

      Free blocks count wrong for group #13857 (32768, counted=32613).
      Fix? yes

      Free blocks count wrong (488177069, counted=213631539).
      Fix? yes

      Inode bitmap differences: +(1--11) +(13--19) +23 +(26--37) +44 -129 -1851396 -(
      1851399--1851406) -(1851408--1851413) -1851415 -1851417 -1851419 -(1851421--1851
      425) -(1851427--1851430) -(1851432--1851433) -(1851436--1851440) -1851442 -(1851
      445--1851446) -(1851448--1851449) -(1851452--1851453) -(1851455--1851456) -(1851
      461--1851462) -(1851465--1851467) -(1851473--1851474) -(1851476--1851481) -18514
      85 -1851488 -1851492 -(1851495--1851498) -1851500 -(1851505--1851509) -1851511 -
      (1851514--1851520) -1851522 -(1851524--1851527) -(1851529--1851531) -1851534 -18
      51537 -1851544 -(1851551--1851555) -(1851557--1851561) -(1851564--1851565) -(185
      1567--1851568) -(1851570--1851571) -(1851574--1851576) -1851578 -(1851582--18515
      84) -1851586 -(1851591--1851592) -1851594 -(1851599--1851600) -(1851603--1851605
      ) -(1851607--1851609) -(1851611--1851616) -(1851618--1851623) -(1851627--1851630
      ) -1851632 -(1851636--1851637) -(1851639--1851648) -1851650 -(1851653--1851654)
      -(1851658--1851661) -1851664 -(1851667--1851668) -(1851670--1851671) -1851673 -1
      851675 -1851677 -(1851681--1851682) -(1851687--1851688) -1851690 -1851692 -18516
      94 -(1851700--1851701) -1851703 -1851705 -1851707 -1851709 -(1851712--1851713) -
      1851715 -(1851722--1851725) -1851728 -(1851730--1851731) -(1851733--1851737) -18
      51745 -1851751 -1851755 -1851758 -(1851764--1851765) -1851767 -1851770 -(1851773
      --1851774) -(1851776--1851779) -1851781 -(1851783--1851787) -(1851789--1851792)
      -1851794 -(1851796--1851798) -(1851801--1851802) -(1851805--1851806) -1851808 -1
      851813 -1851815 -1851817 -1851821 -1851823 -(1851825--1851827) -1851829 -1851831
      -1851833 -(1851835--1851836) -1851839 -(1851842--1851848) -1851850 -(1851852--1
      851853) -(1851855--1851860) -1851863 -1851865 -1851868 -(1851870--1851872) -(185
      1874--1851881) -1851884 -1851886 -1851892 -1851894 -(1851896--1851897) -(1851899
      --1851904) -(1851906--1851909) -(1851914--1851915) -1851917 -(1851920--1851922)
      -1851924 -1851927 -1851933 -1851940 -1851945 -(1851947--1851948) -(1851950--1851
      951) -1851959 -(1851962--1851963) -1851969 -1851971 -(1851974--1851975) -(185197
      9--1851980) -1851982 -(1851988--1851989) -(1851994--1851997) -(1852002--1852003)
      -1852007 -1852009 -1852011 -1852014 -1852016 -1852018 -(1852020--1852022) -(185
      2024--1852026) -1852028 -1852032 -1852037 -(1852040--1852043) -(1852049--1852051
      ) -1852053 -(1852055--1852056) -1852058 -(1852060--1852066) -(1852068--1852072)
      -(1852078--1852080) -(1852082--1852087) -(1852089--1852094) -(1852096--1852098)
      -1852100 -1852103 -(1852105--1852111) -(1852113--1852115) -(1852120--1852126) -1
      852129 -(1852133--1852136) -(1852138--1852142) -1852146 -(1852148--1852155) -(18
      52157--1852161) -(1852163--1852172) -1852174 -(1852178--1852186) -(1852189--1852
      193) -1852195 -(1852197--1852203) -(1852205--1852209) -(1852211--1852212) -(1852
      215--1852216) -1852223 -1852226 -1852228 -1852230 -(1852233--1852237) -(1852239-
      -1852245) -1852247 -(1852249--1852251) -1852254 -1852256 -(1852258--1852259) -(1
      852261--1852262) -1852267 -(1852273--1852274) -(1852276--1852277) -(1852279--185
      2282) -1852284 -(1852286--1852288) -1852290 -1852293 -1852297 -1852299 -1852303
      -1852305 -(1852307--1852308) -1852312 -(1852316--1852325) -(1852330--1852333) -1
      852335 -(1852337--1852340) -(1852346--1852347) -(1852349--1852350) -(1852352--18
      52353) -1852356 -1852359 -1852361 -1852364 -(1852366--1852367) -1852372 -1852376
      -(1852378--1852379) -1852381 -(1852383--1852385) -(1852391--1852394) -1852396 -
      1852399 -(1852402--1852403) -1852405 -1852409 -(1852411--1852412) -(1852417--185
      2418) -(1852421--1852422) -(1852424--1852426) -1852428 -(1852430--1852434) -(185
      2436--1852440) -1852442 -(1852446--1852447) -(1852449--1852453) -(1852455--18524
      56) -1852461 -(1852463--1852467) -(1852469--1852470) -(1852472--1852478) -(18524
      81--1852485) -1852487 -1852489 -1852492 -(1852494--1852500) -(1852502--1852503)
      -(1852511--1852515) -(1852517--1852525) -(1852527--1852528) -(1852531--1852533)
      -(1852535--1852536) -(1852538--1852539) -1852543 -(1852546--1852547) -(1852550--
      1852551) -1852554 -1852556 -(1852562--1852564) -1852566 -1852571 -(1852573--1852
      574) -1852577 -1852582 -1852584 -(1852590--1852593) -(1852597--1852598) -1852602
      -(1852604--1852608) -(1852611--1852613) -(1852615--1852616) -1852618 -1852624 -
      (1852627--1852628) -1852630 -(1852634--1852639) -(1852641--1852643) -1852646 -(1
      852648--1852653) -(1852655--1852656) -1852658 -(1852660--1852661) -1852665 -1852
      667 -(1852672--1852673) -(1852675--1852678) -(1852681--1852685) -1852687 -(18526
      89--1852690) -1852692 -(1852694--1852701) -1852704 -(1852708--1852717) -(1852720
      --1852721) -(1852723--1852727) -(1852729--1852730) -(1852733--1852735) -1852737
      -1852740 -(1852743--1852744) -1852747 -(1852750--1852752) -1852754 -(1852757--18
      52760) -(1852763--1852765) -(1852767--1852770) -(1852772--1852773) -(1852775--18
      52777) -1852781 -(1852784--1852785) -(1852787--1852798) -1852803 -1852806 -(1852
      809--1852813) -1852815 -(1852817--1852818) -(1852824--1852825) -1852827 -(185282
      9--1852831) -1852833 -1852838 -(1852841--1852842) -(1852844--1852845) -(1852848-
      -1852850) -(1852853--1852856) -(1852858--1852867) -(1852869--1852870) -1852872 -
      (1852875--1852878) -1852880 -1852882 -1852884 -(1852887--1852888) -(1852890--185
      2892) -(1852894--1852895) -1852897 -1852899 -1852902 -(1852904--1852905) -185290
      8 -1852912 -(1852914--1852915) -1852917 -(1852921--1852926) -1852931 -1852934 -1
      852937 -(1852941--1852944) -(1852946--1852947) -1852951 -1852954 -1852957 -(1852
      959--1852960) -(1852962--1852963) -1852969 -(1852971--1852974) -1852976 -1852979
      -1852981 -1852984 -1852986 -(1852989--1852991) -(1852993--1852996) -1852999 -(1
      853001--1853002) -1853005 -(1853007--1853008) -(1853010--1853012) -(1853016--185
      3017) -1853020 -(1853025--1853027) -(1853029--1853032) -1853034 -(1853037--18530
      40) -1853045 -(1853048--1853057) -1853060 -(1853065--1853066) -1853068 -(1853073
      --1853074) -1853076 -1853079 -1853083 -1853085 -(1853090--1853092) -1853095 -185
      3098 -1853102 -(1853104--1853107) -1853111 -(1853114--1853115) -(1853118--185311
      9) -1853122 -(1853125--1853126) -(1853128--1853132) -1853134 -1853136 -1853139 -
      1853141 -(1853143--1853149) -(1853152--1853155) -1853158 -1853160 -(1853163--185
      3166) -(1853168--1853170) -1853173 -1853177 -1853179 -(1853181--1853183) -185318
      8 -(1853192--1853194) -(1853196--1853197) -(1853199--1853200) -(1853204--1853205
      ) -1853208 -(1853210--1853214) -(1853219--1853227) -(1853231--1853233) -(1853235
      --1853236) -(1853238--1853240) -1853242 -1853244 -(1853251--1853253) -(1853256--
      1853263) -(1853265--1853266) -(1853268--1853269) -1853271 -1853275 -1853277 -185
      3279 -1853281 -(1853283--1853284) -(1853286--1853287) -(1853290--1853293) -(1853
      296--1853299) -1853302 -1853304 -(1853308--1853309) -(1853311--1853313) -1853315
      -1853317 -1853319 -1853322 -1853327 -1853329 -1853332 -1853335 -(1853337--18533
      38) -1853342 -1853345
      Fix? yes

      Free inodes count wrong for group #0 (117, counted=96).
      Fix? yes

      Free inodes count wrong for group #5792 (128, counted=0).
      Fix? yes

      Directories count wrong for group #5792 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #5793 (128, counted=0).
      Fix? yes

      Directories count wrong for group #5793 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #5794 (128, counted=0).
      Fix? yes

      Directories count wrong for group #5794 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #5795 (128, counted=12).
      Fix? yes

      Free inodes count wrong for group #5796 (128, counted=33).
      Fix? yes

      Free inodes count wrong for group #5797 (128, counted=49).
      Fix? yes

      Free inodes count wrong for group #5798 (128, counted=24).
      Fix? yes

      Free inodes count wrong for group #5799 (128, counted=35).
      Fix? yes

      Free inodes count wrong for group #5800 (128, counted=38).
      Fix? yes

      Free inodes count wrong for group #5801 (128, counted=40).
      Fix? yes

      Free inodes count wrong for group #5802 (128, counted=44).
      Fix? yes

      Free inodes count wrong for group #5803 (128, counted=51).
      Fix? yes

      Free inodes count wrong for group #5804 (128, counted=69).
      Fix? yes

      Free inodes count wrong for group #5805 (128, counted=86).
      Fix? yes

      Free inodes count wrong for group #5806 (128, counted=64).
      Fix? yes

      Free inodes count wrong for group #5807 (128, counted=61).
      Fix? yes

      Free inodes count wrong for group #5808 (128, counted=110).
      Fix? yes

      Directories count wrong for group #5808 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #5809 (128, counted=127).
      Fix? yes

      Free inodes count wrong for group #5984 (128, counted=109).
      Fix? yes

      Directories count wrong for group #5984 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #6288 (128, counted=109).
      Fix? yes

      Directories count wrong for group #6288 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #6880 (128, counted=122).
      Fix? yes

      Directories count wrong for group #6880 (0, counted=4).
      Fix? yes

      Free inodes count wrong for group #8720 (128, counted=123).
      Fix? yes

      Directories count wrong for group #8720 (0, counted=3).
      Fix? yes

      Free inodes count wrong for group #10144 (128, counted=127).
      Fix? yes

      Directories count wrong for group #10144 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #10160 (128, counted=127).
      Fix? yes

      Directories count wrong for group #10160 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #10176 (128, counted=127).
      Fix? yes

      Directories count wrong for group #10176 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #10624 (128, counted=127).
      Fix? yes

      Directories count wrong for group #10624 (0, counted=1).
      Fix? yes

      Free inodes count wrong for group #13856 (128, counted=124).
      Fix? yes

      Directories count wrong for group #13856 (0, counted=1).
      Fix? yes

      Free inodes count wrong (1907829, counted=1906290).
      Fix? yes


      /dev/sda1: ***** FILE SYSTEM WAS MODIFIED *****
      /dev/sda1: 1550/1907840 files (16.6% non-contiguous), 274746829/488378368 blocks


      Vielen Dank für die Hinweise. Das Reparieren war erfolgreich, die Platte lässt sich wieder einhängen. Zum Schluss noch folgende Fragen:
      1. Lässst sich irgendetwas zu den Ursachen des Debakels sagen. Sie die Ausfälle ein Reklamationsgrund?
      2. Sollte ich mit der Platte irgendetwas machen, z.B. Daten extern sichern - formatieren - rücksichern ?

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo ()