> --
> You received this message because you are subscribed to the Google Groups
> "ResourceSpace" group.
> To post to this group, send email to resour...@googlegroups.com.
> To unsubscribe from this group, send email to
> resourcespac...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/resourcespace?hl=en.
>
/media/drobo
Then you just create a symlink in the root RS directory:
ln -s /media/drobo filestore
Then you may need to do:
chown -h www-data:www-data filestore
To change the owner of the link to www-data (if ubuntu, or apache if
centos/rhel).
and:
chown -R www-data:www-data filestore
to make www-data the owner of all subdirs of filestore.
mkdir filestore chmod 777 filestore chmod -R 777 include