it:linux_probleme
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
it:linux_probleme [2023/06/20 11:33] – [Dauerhafte Abhilfe] 192.168.1.195 | it:linux_probleme [2023/06/20 12:20] (aktuell) – [Programme können nicht auf Dateien auf dem Datengarten zugreifen] 192.168.1.195 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Dateibrowser aktualisiert seine Ansicht nicht automatisch | + | ====== Bei der Nutzung von Linux aufgetretene Probleme und deren Lösung ====== |
+ | |||
+ | ===== Dateibrowser aktualisiert seine Ansicht nicht automatisch ===== | ||
So werden z.B. neu eingefügte Dateien erst angezeigt nachdem das Verzeichnis gewechselt wurde. Das verwirrt weil dann fälschlich der Eindruck entsteht z.B. Kopiervorgänge wären fehlgeschlagen.\\ | So werden z.B. neu eingefügte Dateien erst angezeigt nachdem das Verzeichnis gewechselt wurde. Das verwirrt weil dann fälschlich der Eindruck entsteht z.B. Kopiervorgänge wären fehlgeschlagen.\\ | ||
Zeile 14: | Zeile 16: | ||
Quelle: [[https:// | Quelle: [[https:// | ||
- | * | + | * Die Datei ''/ |
- | + | ||
- | Die Datei ''/ | + | |
< | < | ||
Zeile 46: | Zeile 46: | ||
* Danach sollte auch nach Neustarts die Ansicht automatisch aktualisieren | * Danach sollte auch nach Neustarts die Ansicht automatisch aktualisieren | ||
+ | ===== Programme können nicht auf Dateien auf dem Datengarten zugreifen ===== | ||
- | ====== Computer fährt nicht hoch / initramfs | + | Wenn zum Beispiel aus dem Thunderbird Dateien auf den Datengarten gespeichert werden sollen geht das nicht.\\ |
+ | Lesezeichen und Netzwerklaufwerke sind nicht verwendbar als Ziel für das Abspeichern von Dateien. | ||
+ | |||
+ | Ursache ist die Art wie Linux die Netzwerklaufwerke automatisch einbindet. | ||
+ | |||
+ | ==== Temporäre Abhilfe ==== | ||
+ | |||
+ | Den Entsprechenden Pfad z.B. Datengarten/ | ||
+ | |||
+ | ==== Dauerhafte Abhilfe ==== | ||
+ | |||
+ | Entsprechende Freigabe über einen Eintrag in der Datei etc/fstab bei Systemstart einbinden.\\ | ||
+ | Siehe dazu [[: | ||
+ | **Einen Ordner des Datengartes (unter Linux) fest im Dateisystem mounten** | ||
+ | |||
+ | |||
+ | ===== Computer fährt nicht hoch / initramfs ===== | ||
[[https:// | [[https:// | ||
Zeile 64: | Zeile 81: | ||
The BusyBox initramfs prompt suggests entering ‘help’ for a list of built-in commands. When help is entered, the commands are listed as shown in the above image. | The BusyBox initramfs prompt suggests entering ‘help’ for a list of built-in commands. When help is entered, the commands are listed as shown in the above image. | ||
- | ===== Linux Mint initramfs Prompt at Boot Problem | + | ==== Linux Mint initramfs Prompt at Boot Problem ==== |
The problem described above has happened to me twice, both on Linux Mint 18.3 computers. Both times it happened after upgrading the Linux kernel using the Linux Mint Update Manager. Firstly it occurred on a dedicated Linux Mint laptop and then again on Linux Mint 18.3 MATE (Sylvia) running in a virtual machine using [[https:// | The problem described above has happened to me twice, both on Linux Mint 18.3 computers. Both times it happened after upgrading the Linux kernel using the Linux Mint Update Manager. Firstly it occurred on a dedicated Linux Mint laptop and then again on Linux Mint 18.3 MATE (Sylvia) running in a virtual machine using [[https:// | ||
- | ===== Linux Mint initramfs Prompt Solution | + | ==== Linux Mint initramfs Prompt Solution ==== |
The solution below works when Linux Mint 18.3 drops through to the (initramfs) prompt after updating the Linux kernel. There may be other instances where it does not work. Three commands must be run at the BusyBox command prompt. | The solution below works when Linux Mint 18.3 drops through to the (initramfs) prompt after updating the Linux kernel. There may be other instances where it does not work. Three commands must be run at the BusyBox command prompt. | ||
Zeile 74: | Zeile 91: | ||
==== 1. Run the exit Command ==== | ==== 1. Run the exit Command ==== | ||
- | First enter **exit** | + | First enter **exit** at the initramfs prompt. |
< | < | ||
- | |||
(initramfs) exit | (initramfs) exit | ||
Zeile 83: | Zeile 99: | ||
After typing exit and pressing the Enter key, the following appears at the prompt. The information displayed will be different for different computers. | After typing exit and pressing the Enter key, the following appears at the prompt. The information displayed will be different for different computers. | ||
- | [[https:// | + | {{:it: |
+ | |||
+ | BusyBox initramfs Prompt after exit Command | ||
Take note of the path of the file system from the above image and shown below. Your root file system name will probably be different, so use the information displayed on your system, which is used in the next command. | Take note of the path of the file system from the above image and shown below. Your root file system name will probably be different, so use the information displayed on your system, which is used in the next command. | ||
- | < | ||
+ | < | ||
The root filesystem on / | The root filesystem on / | ||
Zeile 105: | Zeile 123: | ||
</ | </ | ||
- | When the **fsck** | + | When the **fsck** command runs after entering it as above, it fixes the system. Text scrolls on the screen while it is busy. |
==== 3. Run the reboot Command ==== | ==== 3. Run the reboot Command ==== |
it/linux_probleme.1687253632.txt.gz · Zuletzt geändert: 2023/06/20 11:33 von 192.168.1.195