Unbekanntes Dateisystem „squashfs“ beim Versuch, Snap-Pakete zu mounten

Unbekanntes Dateisystem „squashfs“ beim Versuch, Snap-Pakete zu mounten
$ snap install hello-world
error: cannot perform the following tasks:
- Mount snap "core" (1689) ([start snap-core-1689.mount] failed with exit status 1: Job for snap-core-1689.mount failed. See "systemctl status snap-core-1689.mount" and "journalctl -xe" for details.)

Scheint ein Problem mit zu sein squashfs. Ich habe einen Test mit ausgeführt, um zu überprüfen, ob es in meinem Verzeichnis squashfsnicht funktioniert, eine Datei mit zu laden . Ich verwende Ubuntu 16.04 und bin mir nicht sicher, wie ich die Unterstützung für aktivieren kann oder ob dies möglich ist. Ich verwende dies auf einem dedizierten Server.tmp*.squashsquashfs-toolssquashfs

snap-core-1689.mount - Mount unit for core
   Loaded: loaded (/etc/systemd/system/snap-core-1689.mount; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2017-06-14 12:13:03 EDT; 2min 17s ago
    Where: /snap/core/1689
     What: /var/lib/snapd/snaps/core_1689.snap
  Process: 6092 ExecMount=/bin/mount /var/lib/snapd/snaps/core_1689.snap /snap/core/1689 -t squashfs -o nodev,ro (code=exited, status=32)

Jun 14 12:13:03 hostname systemd[1]: Mounting Mount unit for core...
Jun 14 12:13:03 hostname mount[6092]: mount: unknown filesystem type 'squashfs'
Jun 14 12:13:03 hostname systemd[1]: snap-core-1689.mount: Mount process exited, code=exited status=32
Jun 14 12:13:03 hostname systemd[1]: Failed to mount Mount unit for core.
Jun 14 12:13:03 hostname systemd[1]: snap-core-1689.mount: Unit entered failed state.

Antwort1

Mein dedizierter Serverhost verwendete einen benutzerdefinierten Kernel, der dieses Problem verursachte. Hüten Sie sich vor Hosting-Anbietern, die den Distributionskernel nicht installieren, obwohl sie dies scheinbar tun.

verwandte Informationen