On Sun, 20 Dec 2015 21:17:22 +0100 "Dr.-Ing. Edgar Alwers" <[email protected]> wrote:
> systemctl delivers > ... > run-media-edgar-Entwicklung.mount loaded active mounted > /run/media/edgar/Entwicklung > -- > where "Entwicklung" is the name of /dev/sda9 > > Any hint ? Thanks in advance > > Edgar Systemd will use either a unit file or /etc/fstab. If you have an entry in fstab, then comment it out or remove it for /dev/sda9. I don't create unit files for home and other mounts, and put them in fstab and systemd will mount them. I do create a target for encrypted swap. If I didn't want encrypted swap, I'd disable the unit. If you have a unit file for the mount, disable it with systemctl. Refer to this for more info: http://www.freedesktop.org/software/systemd/man/systemd.mount.html Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
