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
  • 197,895
  • 55
  • 485
  • 740
  • Why did you install it on the HDD in the first place? 64GB of SSD is plenty of space for Ubuntu OS + homedir. Then put all bulk data on the HDD. – gertvdijk Jul 28 '13 at 23:55
  • 1
    Because over the time.. I dont want to waste time transfer up and forth between hdd and ssd. Plus.. Ssd got a limit where it always break after the write erase limit. N i already damaged one after a two years of usage due to the fact i used matlab. It tooks a lot of space to keep all my laborataries data. – aknelkaiser Jul 29 '13 at 01:17

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
  • 29,530
  • I found out this about intel rst and linux kernel. it said we can use mdadm program http://intel.com/support/chipsets/imsm/sb/CS-020663.htm – aknelkaiser Jul 29 '13 at 01:28
  • mdadm is for Raid as far as I am aware, not for cache-ing. – RobotHumans Jul 29 '13 at 18:53
  • Correct me if im wrong, but for caching to be done.. We must raid the ssd 1st right? I bought this motherboard n ssd with all great feature it said it can give. If it cant be exploited fully by using ubuntu, should i consider swapping onto windows? – aknelkaiser Jul 30 '13 at 08:51
  • 2
    No. You're falling victim to selective hearing. Read this http://askubuntu.com/questions/252140/how-do-i-install-and-use-flashcache-bcache-to-cache-hdd-to-ssd – RobotHumans Jul 30 '13 at 19:48
  • @hbdgaf Also read the link provided by aknelkaiser. It clearly shows Intel states that you can use 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
  • Every guide I've seen recommends turning of intel RST. Their website saying use raid to use our stuff and contact your vendor instead of providing at least one use case example sounds a lot like, if you pay intel they'll tell you how it works. I'm not okay with that. Moving on. – RobotHumans Aug 15 '13 at 20:09
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,616
  • I found out this about intel rst and linux kernel. it said we can use mdadm program http://www.intel.com/support/chipsets/imsm/sb/CS-020663.htm – aknelkaiser Jul 29 '13 at 01:27
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.