HDD läßt sich nicht aushängen/einhängen/zugreifen

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

    • HDD läßt sich nicht aushängen/einhängen/zugreifen

      Hallo
      ich habe eine Ultimo K4 mit 4TB (VTi vom 2017-06-15). Leider kann ich auf die HD nicht zugreifen. Bei Rec bekomme ich die Fehlermeldung: "Festplatte nicht gefunden bzw. nicht initialisiert". Die HD ist mit ext3 über das Menu formatiert.
      Im Gerätemanager wird der Einhängepunkt „/media/hdd“ angezeigt.
      Timeshift habe ich im Vti ausgeschaltet.

      Ich bekomme folgende Fehlermeldungen:
      Beim Aushängen:
      Das Gerät /dev/sda1 kann nicht ausgehängt werden. Wahrscheinlich sind Dateien des Dateisystems in Verwendung.
      Beim Test:
      Das Gerät /dev/sda1 kann nicht ausgehängt werden. Wahrscheinlich sind Dateien des Dateisystems in Verwendung.
      Beim Formatieren
      Es können nicht alle Partitionen des Geräte /dev/sda1 ausgehängt werde. Eventuell sind Dateien auf diesem Gerät geöffnet.

      Was kann ich machen?
      Vielen Dank
    • Bau die Platte in einen PC ein und lösche alle Partitionen.
      Versuch sie dann in der Box zu initialisieren, mit ext4 zu formatieren und wieder einzuhängen.
    • Es läuft nun mit der 4 TB HD. Ich habe mit Gparted die Platt platt gemacht: Alle Partitionen gelöscht, das entspricht einer neuen Platte. Danach habe ich die HD eingebaut. Dann habe ich mich an der Anleitung orientiert. Eine kleine Änderung habe ich gemacht: Ich habe mich auf der Ultimo 4K mit Telnet eingelogt (damit braucht man keine zweote Linux-Box):


      Quellcode

      1. # parted /dev/sda
      2. > parted /dev/sda1
      3. > mklabel gpt
      4. > mkpart primary 1 100%
      5. >quit
      6. # fdisk –l (just for checking)
      7. # mkfs.ext4 /dev/sda1






      Danach habe ichdie HD im Geräte Manager eingehängt und getestet.

      Das Ergebnis ist hier:

      Quellcode

      1. root@vuultimo4k:~# parted /dev/sda
      2. GNU Parted 3.2
      3. Using /dev/sda
      4. Welcome to GNU Parted! Type 'help' to view a list of commands.
      5. (parted) parted /dev/sda1
      6. align-check TYPE N check partition N for TYPE(min|opt) alignment
      7. help [COMMAND] print general help, or help on COMMAND
      8. mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
      9. mkpart PART-TYPE [FS-TYPE] START END make a partition
      10. name NUMBER NAME name partition NUMBER as NAME
      11. print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
      12. quit exit program
      13. rescue START END rescue a lost partition near START and END
      14. resizepart NUMBER END resize partition NUMBER
      15. rm NUMBER delete partition NUMBER
      16. select DEVICE choose the device to edit
      17. disk_set FLAG STATE change the FLAG on selected device
      18. disk_toggle [FLAG] toggle the state of FLAG on selected device
      19. set NUMBER FLAG STATE change the FLAG on partition NUMBER
      20. toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
      21. unit UNIT set the default unit to UNIT
      22. version display the version number and copyright information of GNU Parted
      23. align-check TYPE N check partition N for TYPE(min|opt) alignment
      24. help [COMMAND] print general help, or help on COMMAND
      25. mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
      26. mkpart PART-TYPE [FS-TYPE] START END make a partition
      27. name NUMBER NAME name partition NUMBER as NAME
      28. print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
      29. quit exit program
      30. rescue START END rescue a lost partition near START and END
      31. resizepart NUMBER END resize partition NUMBER
      32. rm NUMBER delete partition NUMBER
      33. select DEVICE choose the device to edit
      34. disk_set FLAG STATE change the FLAG on selected device
      35. disk_toggle [FLAG] toggle the state of FLAG on selected device
      36. set NUMBER FLAG STATE change the FLAG on partition NUMBER
      37. toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
      38. unit UNIT set the default unit to UNIT
      39. version display the version number and copyright information of GNU Parted
      40. (parted) mklabel gpt
      41. Warning: The existing disk label on /dev/sda will be destroyed and all data on this disk will be lost. Do you want to continue?
      42. Yes/No? Yes
      43. (parted) mkpart primary 1 100%
      44. (parted) quit
      45. Information: You may need to update /etc/fstab.
      46. root@vuultimo4k:~# fdisk -l
      47. Disk /dev/mtdblock0: 2 MB, 2097152 bytes
      48. 255 heads, 63 sectors/track, 0 cylinders
      49. Units = cylinders of 16065 * 512 = 8225280 bytes
      50. Disk /dev/mtdblock0 doesn't contain a valid partition table
      51. Disk /dev/mtdblock1: 0 MB, 65536 bytes
      52. 255 heads, 63 sectors/track, 0 cylinders
      53. Units = cylinders of 16065 * 512 = 8225280 bytes
      54. Disk /dev/mtdblock1 doesn't contain a valid partition table
      55. Disk /dev/mtdblock2: 0 MB, 65536 bytes
      56. 255 heads, 63 sectors/track, 0 cylinders
      57. Units = cylinders of 16065 * 512 = 8225280 bytes
      58. Disk /dev/mtdblock2 doesn't contain a valid partition table
      59. Disk /dev/mtdblock3: 0 MB, 65536 bytes
      60. 255 heads, 63 sectors/track, 0 cylinders
      61. Units = cylinders of 16065 * 512 = 8225280 bytes
      62. Disk /dev/mtdblock3 doesn't contain a valid partition table
      63. Disk /dev/mtdblock4: 4 MB, 4194304 bytes
      64. 255 heads, 63 sectors/track, 0 cylinders
      65. Units = cylinders of 16065 * 512 = 8225280 bytes
      66. Disk /dev/mtdblock4 doesn't contain a valid partition table
      67. fdisk: device has more than 2^32 sectors, can't use all of them
      68. Found valid GPT with protective MBR; using GPT
      69. Disk /dev/sda: 4294967295 sectors, 4095M
      70. Logical sector size: 512
      71. Disk identifier (GUID): fbc73601-cbfd-48a5-9e07-ce6678d63f85
      72. Partition table holds up to 128 entries
      73. First usable sector is 34, last usable sector is 7814037134
      74. Number Start (sector) End (sector) Size Code Name
      75. 1 2048 7814035455 3726G 0700 primary
      76. Found valid GPT with protective MBR; using GPT
      77. Disk /dev/mmcblk0: 7634944 sectors, 3728M
      78. Logical sector size: 512
      79. Disk identifier (GUID): c571f96b-75ab-450d-8ddb-aeea1498c05d
      80. Partition table holds up to 128 entries
      81. First usable sector is 34, last usable sector is 7634910
      82. Number Start (sector) End (sector) Size Code Name
      83. 1 2048 34815 16.0M 0700 kernel
      84. 2 34816 67583 16.0M 0700 initrd
      85. 3 67584 71679 2048K 0700 splash
      86. 4 71680 7632895 3692M 0700 rootfs
      87. Disk /dev/mmcblk0rpmb: 0 MB, 524288 bytes
      88. 4 heads, 16 sectors/track, 16 cylinders
      89. Units = cylinders of 64 * 512 = 32768 bytes
      90. Disk /dev/mmcblk0rpmb doesn't contain a valid partition table
      91. Disk /dev/mmcblk0boot1: 4 MB, 4194304 bytes
      92. 4 heads, 16 sectors/track, 128 cylinders
      93. Units = cylinders of 64 * 512 = 32768 bytes
      94. Disk /dev/mmcblk0boot1 doesn't contain a valid partition table
      95. Disk /dev/mmcblk0boot0: 4 MB, 4194304 bytes
      96. 4 heads, 16 sectors/track, 128 cylinders
      97. Units = cylinders of 64 * 512 = 32768 bytes
      98. Disk /dev/mmcblk0boot0 doesn't contain a valid partition table
      99. root@vuultimo4k:~# mkfs.ext4 /dev/sda1
      100. mke2fs 1.42.9 (28-Dec-2013)
      101. Filesystem label=
      102. OS type: Linux
      103. Block size=4096 (log=2)
      104. Fragment size=4096 (log=2)
      105. Stride=0 blocks, Stripe width=0 blocks
      106. 244195328 inodes, 976754176 blocks
      107. 48837708 blocks (5.00%) reserved for the super user
      108. First data block=0
      109. Maximum filesystem blocks=0
      110. 29809 block groups
      111. 32768 blocks per group, 32768 fragments per group
      112. 8192 inodes per group
      113. Superblock backups stored on blocks:
      114. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
      115. 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
      116. 102400000, 214990848, 512000000, 550731776, 644972544
      117. Allocating group tables: done
      118. Writing inode tables: done
      119. Creating journal (32768 blocks): done
      120. Writing superblocks and filesystem accounting information: done
      121. root@vuultimo4k:~#
      Alles anzeigen

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