2

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?

muru
  • 207,228

3 Answers3

2

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.

RobotHumans
  • 30,112
0

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)

dadexix86
  • 6,776
0

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.