Benutzer-Werkzeuge

Webseiten-Werkzeuge


it:linux_probleme

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
it:linux_probleme [2023/06/20 12:11] 192.168.1.195it:linux_probleme [2023/06/20 12:20] (aktuell) – [Programme können nicht auf Dateien auf dem Datengarten zugreifen] 192.168.1.195
Zeile 47: Zeile 47:
  
 ===== Programme können nicht auf Dateien auf dem Datengarten zugreifen ===== ===== Programme können nicht auf Dateien auf dem Datengarten zugreifen =====
 +
 +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/03 - verwaltung/ im Dateibrowser öffnen. Damit wird die Freigabe temporär "gemoutet" und steht damit für Dateioperationen aus Programmen zur Verfügung.
 +
 +==== Dauerhafte Abhilfe ====
 +
 +Entsprechende Freigabe über einen Eintrag in der Datei etc/fstab bei Systemstart einbinden.\\
 +Siehe dazu [[:it:datengarten_anleitung_zur_benutzung|http://kommintern.de/dokuwiki/doku.php?id=it:datengarten_anleitung_zur_benutzung|]]\\
 +**Einen Ordner des Datengartes (unter Linux) fest im Dateisystem mounten**
 +
  
 ===== Computer fährt nicht hoch / initramfs ===== ===== Computer fährt nicht hoch / initramfs =====
Zeile 75: Zeile 91:
 ==== 1. Run the exit Command ==== ==== 1. Run the exit Command ====
  
-First enter **exit**  at the initramfs prompt.+First enter **exit** at the initramfs prompt.
 <code> <code>
- 
 (initramfs) exit (initramfs) exit
  
Zeile 84: 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://prognotes.net/wp-content/uploads/2018/04/busybox-initramfs-prompt-exit.png|{{https://prognotes.net/wp-content/uploads/2018/04/busybox-initramfs-prompt-exit.png?nolink&607x246|BusyBox initramfs Prompt after exit Command}}]] BusyBox initramfs Prompt after exit Command+{{:it:22571cfaf039979342f4de16f2584aee.png}} 
 + 
 +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.
-<code> 
  
 +<code>
 The root filesystem on /dev/mapper/mint--vg-root requires a manual fsck The root filesystem on /dev/mapper/mint--vg-root requires a manual fsck
  
Zeile 106: Zeile 123:
 </code> </code>
  
-When the **fsck**  command runs after entering it as above, it fixes the system. Text scrolls on the screen while it is busy.+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.1687255902.txt.gz · Zuletzt geändert: 2023/06/20 12:11 von 192.168.1.195