Harddisk missing after reboot

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

    • Harddisk missing after reboot

      Hi all,
      I have a weird issue with VTi (latest image) and my Vu+ Duo 4K SE.
      After a reboot (normal reboot or crash, doesn't matter), most of the times the internal hard disk is missing and it takes several reboots to see it again. It's missing both from the devices list and if I try a "mount /media/hdd" from CLI it says there's no such device in fstab.
      I tried with different images (OpenATV, BH, OpenBH) but the issue seems limited to VTi.

      Any idea why it's happening and how to avoid it? It's pretty annoying...

      Thank you!

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

    • marcodalli schrieb:

      if I try a "mount /media/hdd" from CLI it says there's no such device in fstab.
      this is correct. Mounting the HDD is done by enigma2 ( devicemanager), not by the OS
      /etc/fstab:

      Quellcode

      1. rootfs / auto defaults 1 1
      2. proc /proc proc defaults 0 0
      3. devpts /dev/pts devpts mode=0620,gid=5 0 0
      4. usbdevfs /proc/bus/usb usbdevfs noauto 0 0
      5. tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
      6. tmpfs /var/volatile tmpfs defaults 0 0
      7. tmpfs /dev/shm tmpfs mode=0777 0 0
      8. #/dev/sda1 /media/hdd auto defaults 0 0
      9. ###############################################################################
      10. ### Please use DeviceManager for mounting filesystems
      11. ### if you use fstab be sure that you do not mount
      12. ### a filesystem two times (fstab and DeviceManager)
      Alles anzeigen
      to check it manually you could use
      mount /dev/sda1 /media/hdd
      or check if the disc is recognized:
      fdisk /dev/sda
      ACHTUNG!!!! Hier folgt eine Signatur:


      Die Benutzung der Suche ist NICHT verboten! D:

      "Hilfe!!!" ist kein sinnvoller Titel für einen neuen Thread, ebensowenig "VU+Zero" oder vergleichbares.

      Keine Hilfe ohne ausgefülltes Profil!
      Kein Netzwerksupport bei manueller IP-Adress-Vergabe :-)
      Kein Support bei portforwardings/ Portfreigaben

      Profil extra angepasst für die arme Emma, die sonst nichts im Leben hat :happy1:
    • Hi all, just for the records, I solved this by changing the disk from SSD to HDD; I have no idea why VTi behaved in such a way, but apparently the SSD was not 100% compatible, even though other images did not have issues. Anyway, I needed to extend the capacity, so I gave a shot with a 1TB drive and it's now working fine.

      Thank you!
      Marco