Re: Upgrade-Problem (phpmyadmin100)
Marcus Röckrath <[email protected]>
| Newsgroups | spline.eisfair |
|---|---|
| Message-ID | <[email protected]> |
Hallo Uwe, Uwe Kunze wrote: > das scheint der Fehler gewesen zu sein, und > >> mount /dev/md0 on /srv type ext4 (rw,relatime) > > in Holgers Beispiel hat bei mir für weitere Verwirrung gesorgt (oder ich > habe sein Beispiel missverstanden, kann auch sein). Das ist das, was dann der mount-Befehl für einen mount bind anzeigt. Anderes Beispiel: /etc/ssl ist ein mount bind auv /var/certs/ssl Die zugehörige Unit sieht so aus: #-------------------------------------------------------------------- # etc-ssl.mount - Systemd mount unit # # Creation: 2026-03-31 hbfl # Last Update: $Id: etc-ssl.mount 132877 2026-03-31 18:10:29Z hbfl $ # # Do not edit this file #-------------------------------------------------------------------- [Unit] Description=Mount bind /etc/ssl [Mount] What=/var/certs/ssl Where=/etc/ssl Type=none Options=bind [Install] WantedBy=multi-user.target Wenn du nun mount aufrufst, findest du dafür: /dev/sda3 on /etc/ssl type ext4 (rw,relatime,errors=remount-ro) -- Gruß Marcus [eisfair-Team]