You are not logged in.
Pages: 1
Hi to everybody,
I've recently bought an SSD.
Now, my question is: it makes sense use my old HD (it's a notebook tradional hd, 5400rpm and 250GB) with my new SSD (hyperx 120GB) in an hardware RAID?
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
According to most articles I have read so far about that topic, the only gain would be an increased sequencial reading. The other benefits should be negated by the raid not letting the SSD do its job. Just search the crawler of your choice for "ssd and raid" to find many articles about that topic.
Offline
that mad idea was born due to space limitation of SSD, so I'll setup a RAID 0 getting a logic volume with 2*120=240GB.
as I can read, RAID 0 boosts both reading and writing performance because the global workload is divided over the two hd. this is true if the hds are identical
in my case hds are different, so I'm worry about a decrease of performance between the RAID 0 solution and the SSD alone
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
I don't think this will work well. Some pretty random 50% part of all IO operations will end up being serviced by the HDD and these operations will be sloooow.
Offline
ok!
but I think, performance of that RAID 0 will be anyway greater than HD only
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
I have a RAID-1 on my SSD. By default it has only one drive, so it's really just the SSD with 100% SSD performance.
But since it's a RAID-1, I can from time to time, add a HDD to it. With the HDD in --write-mostly mode, you get SSD read performance and HDD write performance.
That way the entire SSD content is mirrored to the HDD while the system is running. As soon as the sync is finished the HDD is removed from the RAID and you have a consistent/bootable mirror backup of your single SSD.
If your intention is not mirroring/backing up your SSD; but speeding up the HDD. You might want to look at bcache and similar mechanisms that were designed for the speed up task. In RAID-0 the HDD would slow down the SSD completely.
Personally I don't use those. Instead I partitioned my system so that everything is on SSD, but only the big clunky stuff that I don't mind being slow is on HDD.
That works very well for me; even though my SSD is small (only 64G) it's more than enough room for my system, home, configs, years of mails, coding projects, ... whereas movies and such are fine on HDD, they wouldn't play any faster if put or cached on SSD.
Offline
Thanks for the tips guys, I'll investigate on various solution and in the future I'll try it on my bare machine.
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Not really what you are asking for, but the new lvm cache feature is pretty nifty.
See here: http://rwmj.wordpress.com/2014/05/22/us … e-feature/
Offline
Due to an hardware failure I can't no more build a RAID
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Pages: 1