is there a possibility to mount a cifs share automagicaly at boot
time?
Redhat has a netfs scripts which handles cifs mounts (and other network
filesystems).
In SLES11SP1 I didn’t find a similar script. Do I have to write my own
script, or is there a feature which I don’t know?
You need also to install the samba-client-package.
Code:
$ zypper install samba-client
This package installs a new init-script (/etc/init.d/smbfs), which
mounts all cifs-shares registered in /etc/fstab (after
network-startup…of course) ;-).
Regards,
Tom