Go to file
Lars Müller 3c7ae68b20 Add missing bugzilla reference
- Add README.cifstab.migration to document the cifstab removal; (bnc#902947).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=135
2015-10-12 13:49:48 +00:00
.gitattributes Accepting request 35349 from network:samba:STABLE 2010-03-19 10:57:31 +00:00
.gitignore Accepting request 35349 from network:samba:STABLE 2010-03-19 10:57:31 +00:00
cifs-utils-6.4.tar.bz2 - Update to cifs-utils 6.4. 2014-07-28 11:33:06 +00:00
cifs-utils-6.4.tar.bz2.asc - Update to cifs-utils 6.4. 2014-07-28 11:33:06 +00:00
cifs-utils.changes Add missing bugzilla reference 2015-10-12 13:49:48 +00:00
cifs-utils.keyring Remove dependency on gpg-offline as signature checking is implemented in the 2014-10-28 19:06:11 +00:00
cifs-utils.spec Ignore samba-client-libs at built time on post-22 Fedora systems. 2015-09-10 17:35:42 +00:00
cifs.init This is a clean following r109. 2014-10-13 14:09:43 +00:00
include_paths.h_for__PATH_MOUNTED.patch Add include_paths.h_for__PATH_MOUNTED.patch 2015-07-06 14:29:58 +00:00
README.cifstab.migration Fix openSUSE version typo. Thanks Rainer! 2014-10-28 18:56:46 +00:00

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