cifs-utils/README.cifstab.migration
Henrique Carvalho 2aa5298f9f - Update to version 7.1:
* cifs: update documentation for sloppy mount option
  * docs: add closetimeo description
  * docs: add compress description
  * checkopts: update it to work with latest kernel version
  * cifs-utils: add documentation for multichannel and max_channels
  * cifs-utils: smbinfo: add gettconinfo command
  * Implement CLDAP Ping to find the closest site
  * mount.cifs.rst: update section about xattr/acl support
  * mount.cifs.rst: add missing reference for sssd
  * getcifsacl, setcifsacl: add missing <endian.h> include for le32toh
  * getcifsacl, setcifsacl: add missing <linux/limits.h> include for XATTR_SIZE_MAX
  * cifs-utils: Make automake treat /sbin as exec, not data
  * pam_cifscreds: fix warning on NULL arg passed to %s in pam_syslog()
  * cifs.upcall: fix UAF in get_cachename_from_process_env()
  * cifs-utils: add documentation for acregmax and acdirmax
  * setcifsacl: Fix uninitialized value.
  * Use explicit "#!/usr/bin/python3"

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=208
2024-10-15 19:20:49 +00:00

23 lines
914 B
Plaintext

openSUSE pre-13.2 and SUSE Linux Enterprise pre-12 cifstab migration
====================================================================
The /etc/samba/cifstab approach to handle mounting of cifs shares at systems
startup has been discontinued and obsoleted by the generic /etc/fstab one.
The migration process requires two steps:
1. Append all your mount points from /etc/samba/cifstab.rpmsave to /etc/fstab
2. Add "0 0" to the end of each new cifs mount line in /etc/fstab
Example:
An existing configuration used in /etc/samba/cifstab:
//DATA01/someshare /media/DATA01/someshare cifs credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids
results in the following line in /etc/fstab:
//DATA01/someshare /media/DATA01/someshare cifs credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids 0 0