[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Jessie - Boot-Problem mit webdav-Ressource in /etc/fstab



Hi,

Am 06.01.2016 um 11:56 schrieb Elimar Riesebieter:
* T. Ermlich <pelegrine@gmx.net> [2016-01-06 11:21 +0100]:

[...]
specification. In some cases this is not sufficient (for example network
block device based mounts, such as iSCSI), in which case _netdev may be
added to the mount option string of the unit, which forces systemd to
consider the mount unit a network mount.

Oder verstehe ich da etwas grundlegend falsch?

Diesen Abschnitt anscheinend nicht richtig!

mount(8):
...
_netdev
               The  filesystem  resides  on  a  device  that
               requires network access (used to prevent the system
               from attempting to mount these filesystems until the
               network has been enabled on the system).
...

Wie soll dies dann mit, da habe ich mich in meiner vorherigen Email vertan, NFS-Shares laufen? Muß bei diesem klasse systemd nun wirklich für solch elementare Dinge bspw. eine Datei /lib/systemd/system/home.mount angelegt werden mit dem Inhalt:
  [Unit]
  Description=NFS_home
  Wants=network.target statd.service
  After=network.target statd.service

  [Mount]
  What=spinne.domain.tld:users
  Where=/home
  Type=nfs
  StandardOutput=syslog
  StandardError=syslog

Wenn dem so ist: viel Spaß bei Terminal-Servern ... :(

Elimar

Mit Dank & Gruß
Torsten


Reply to: