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.
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.