Multiple data drives/directories

So I got a problem which I haven't found any guides or documentation on how to do yet.

What I want is rather simple, I have owncloud running on 1 server, I got 2 storage servers and I want for example 25 users on 1 server and 25 users on the secondary server. So how can this be done on the free version? or is it even possible?

Server configuration
Operating system:Linux Ubuntu 16.04
Web server:Apache2
Database:Mysql
PHP version:5.4
ownCloud version (see ownCloud admin page):OC 9.1.3
Updated from an older ownCloud or fresh install:Fresh Install
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption):External storage.

Integrity status for oC9+

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
	- FILE_MISSING
		- .htaccess
		- .user.ini
Raw output
==========
Array
(
    [core] => Array
        (
            [FILE_MISSING] => Array
                (
                    [.htaccess] => Array
                        (
                            [expected] => ab5f4c44ba2f9c66f2ed25c3ad3d84660b2808cca11ffa8fe2778a648a054d8ada495a0bf4715dc873aac1efe8dfd92a72f9a24441d8f5240834e639325fd892
                            [current] => 
                        )
                    [.user.ini] => Array
                    (
                        [expected] => 0a557e3cdca4c2e3675deed761d79d109011dcdebbd9c7f6429f1d3476938ec95729543d7384651d1d0c48e26c5024cc5f517445920915a704ea748bdb903c5f
                        [current] => 
                    )

            )

    )
)

Hi,

this is currently not possible. There is only one single main data directory. However some workarounds might be to use the external storage app with the "local mount" option and groups:

https://doc.owncloud.org/server/latest/admin_manual/configuration_files/external_storage_configuration_gui.html

So I guess it will become a feature in the future? and thanks for the temp work around :stuck_out_tongue:

Hi,

i doubt that this will become a feature in the future as long as there is no feature request available at https://github.com/owncloud/core/issues + some one implementing it.