Zeile 355: |
Zeile 355: |
| HandleLidSwitch=ignore | | HandleLidSwitch=ignore |
| | | |
− |
| |
− | ==== USB-Datenträger unter Systemd ====
| |
− |
| |
− | Wenn man eine USB-Disk nur manchmal beim Start eingesteckt hat, sie in dem Fall aber automatisch mounten will, hilft möglicherweise die <code>/etc/fstab</code>-Option <code>nofail</code>.<ref>Siehe http://www.reddit.com/r/archlinux/comments/1lafu2/fstab_how_to_automount_but_ignore_if_its_not/ , https://bbs.archlinux.org/viewtopic.php?id=147478</ref>
| |
− |
| |
− | Unter Systemd kann man auch die Optionenkombination <code>noauto,x-systemd.automount</code> in <code>/etc/fstab</code> verwenden. Dann wird die entsprechende Platte erst dann gemountet, wenn auf den Mountpunkt zugegriffen wird.<ref>Vgl. https://bbs.archlinux.org/viewtopic.php?id=147478</ref>
| |
− |
| |
− | Siehe
| |
− | * http://www.wrigley.me.uk/wp/2012/12/03/automounting-usb-disk-on-boot-with-systemd-in-fedora/
| |
− | * https://bbs.archlinux.org/viewtopic.php?id=147478
| |
| | | |
| === Weiteres === | | === Weiteres === |