I have 1 500gb HDD and 64gb SSD in the system. I already installed Ubuntu in my system on the HDD.
Can I have Intel RST (Rapid Storage Technology) without sacrificing my Ubuntu?
I have 1 500gb HDD and 64gb SSD in the system. I already installed Ubuntu in my system on the HDD.
Can I have Intel RST (Rapid Storage Technology) without sacrificing my Ubuntu?
No. If you want SSD cache-ing you can use bcache as noted in some other questions on site. Intel SRT is a Windows only technology, but bcache is in software not hardware and supposedly provides similar performance gains.
mdadm
and dmraid
for Intel RST technology. I'm not aware of that and it seems very unlikely this is correct. It also lacks how exactly to use these utilities for RST. As far as I know they are not compatible with other than standard fake-RAID from Intel.
– gertvdijk
Aug 15 '13 at 19:43
Apparently not, I copy from Intel site (first result on Google):
System Requirements
...
Operating system: Microsoft Windows 8* or Windows 7 (32-bit and 64-bit editions)
ISRT is easily confused with IRST!
The Linux kernel currently(3.15) only supports the latter one through its imsm
module.
Trying to access fake-Raid-drives formatted in the SRT way gets rejected my mdadm
:
mdadm(IMSM): Unsupported attributes: 2000000
mdadm: Unsupported attributes in IMSM metadata.Arrays activation is blocked.
Fedora suggests to drop the metadata of the fake-Raid in order to make the additional device usable within linux.
mdadm
by now.
– sebastianwagner
Sep 16 '14 at 10:37