https://bugzilla.novell.com/show_bug.cgi?id=764303 https://bugzilla.novell.com/show_bug.cgi?id=764303#c1 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Michael Andres <ma@suse.com> 2012-07-06 16:37:08 CEST --- Hi Lars. Filesystem support usually works like this: 1) The supporting packages indicate this via a supplements: $ grep filesystem /work/SRC/all/reiserfs/reiserfs.spec Supplements: filesystem(reiserfs) $ rpm -q reiserfs --supplements filesystem(reiserfs) 2) Filesystems that should be supported by the system are listed in /etc/sysconfig/storage::USED_FS_LIST: $ grep USED_FS_LIST /etc/sysconfig/storage USED_FS_LIST="ext3 ext4 xfs btrfs swap nfs" If you manually change the USED_FS_LIST too add cifs and cifs-utils supplements filesystem(cifs), call e.g. 'zypper inr' to re-evaluate the recommended packages. This should suggest to install cifs-utils then. YAST: I don't know if YAST provides means to add user defined filesystems at installtime. But if you configure a cifs partition, the partitioner should automatically add cifs to the USED_FS_LIST. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.