Enable SHR in DSM 6

SHR is removed from DSM 6. If you want SHR back you can do so by editing the synoinfo.conf.

Edit the file:

/etc.defaults/synoinfo.conf

Add above the line:

supportphoto="yes"

the following line:

support_syno_hybrid_raid = "yes"

Comment the following line (put a # before the line):

supportraidgroup="yes"

Reboot your diskstation and enjoy SHR again.

Special Note: Use Putty

Enable ssh in DSM terminal settings.
(On windows install putty)
connect login with admin user and password
Root yourself with sudo -i (retype admin password)

Use vi editor vi /etc.defaults/synoinfo.conf

You are now in command mode
Get into insert mode press i
esc to get back to command mode

in command mode you can serch with /wordhere then edit with i

ZZ (in caps) close and save