Questions tagged [ssd]

Solid-state drive refers to a data storage device that uses solid-state memory to store its persistent data.

832 questions
26
votes
11 answers

Should you disable the page file with SSD?

I've been reading this question, and it has a lot of great information. But assuming you have more than enough RAM, I think the page file should be disabled on SSD to extend the life time. I know you would lose the core dump on crash, but not many…
Pyrolistical
  • 892
  • 2
  • 13
  • 20
25
votes
3 answers

Reliability of SSD vs HDD (Over large temperature variations)

I've got an application which requires data recording in a outdoor environment, and I am interested in the reliability of SSDs vs HDD when placed in a cold (down to -20) and hot (+50) ambient environments. Intuition leads me to believe SSDs will…
John
  • 353
  • 1
  • 3
  • 8
25
votes
2 answers

For L2ARC and ZIL: is it better to have one large SSD for both, or two smaller SSDs?

Main references ZFS L2ARC (Brendan Gregg) (2008-07-22) and ZFS and the Hybrid Storage Concept (Anatol Studler's Blog) (2008-11-11) include the following diagram: Question Should I interpret the vertical white line – at the SSDs layer – as a…
Graham Perrin
  • 635
  • 2
  • 10
  • 24
25
votes
6 answers

Scaling databases with cheap SSD hard drives

I hope that many of you are working with high traffic database-driven websites, and chances are that your main scalability issues are in the database. I noticed a couple of things lately: Most large databases require a team of DBAs in order to…
Dennis Kashkin
  • 391
  • 3
  • 5
23
votes
4 answers

Would SSD drives benefit from a non-default allocation unit size?

The default allocation unit size recommended when formatting a drive in our current set-up is 4096 bytes. I understand the basics of the pros and cons of larger and smaller sizes (performance boost vs. space preservation) but it seems the benefits…
davebug
  • 905
  • 2
  • 8
  • 17
23
votes
5 answers

SSD head / cylinder / cluster details

A customer of ours makes industrial robots that run on very old, but stable, hardware and software. The only bottleneck has always been the hard drive in these moving machines. Due to constant movement (shocks etc.) HDDs normally don't survive…
Knelis
  • 333
  • 5
  • 9
21
votes
6 answers

Verify TRIM support with BtrFS on SSD

We are looking into using BtrFS on an array of SSD disks and I have been asked to verify that BtrFS does in fact perform TRIM operations upon deleting a file. So far I have been unable to verify that the TRIM command is sent to the disks. I know…
Shane Meyers
  • 1,008
  • 1
  • 7
  • 17
20
votes
4 answers

Does a RAID controller with an NV cache improve the performance or integrity of an SSD array?

I am planning to purchase a server (Dell PowerEdge R740) with SSDs in RAID 10, and my priorities are write performance and data integrity. It will be running Linux. The SSDs have write caches with power loss protection. It seems like these are my…
sourcenouveau
  • 499
  • 1
  • 5
  • 18
20
votes
4 answers

What are the main points to avoid RAID5 with SSD?

My understanding is that an SSD has a limited amount of writes. RAID5 performs many writes due to parity information across the drives. So reasoning states that RAID5 would kill and lower the performance of Solid State Drives at a faster rate. The…
Damainman
  • 1,045
  • 5
  • 16
  • 26
20
votes
6 answers

Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux?

We use RAID1+0 with md on Linux (currently 2.6.37) to create an md device, then use LVM to provide volume management on top of the device, and then use ext4 as our filesystem on the LVM volume groups. With SSDs as the drives, we'd like to see the…
Don MacAskill
  • 1,808
  • 3
  • 16
  • 22
19
votes
10 answers

Zeroing SSD drives

We host VPSes for customers. Each customer VPS is given an LVM LV on a standard spindle hard disk. If the customer were to leave, we zero out this LV ensuring that their data does not leak over to another customers. We are thinking of going with…
jtnire
  • 817
  • 2
  • 8
  • 16
18
votes
3 answers

Is there a way to protect SSD from corruption due to power loss?

We have a group of consumer terminals that have Linux, a local web server, and PostgreSQL installed. We are getting field reports of machines with problems and upon investigation it seems as if there was a power outage and now there is something…
Yehosef
  • 1,295
  • 2
  • 9
  • 10
17
votes
8 answers

Understanding NVMe storage and hardware requirements

I'm a bit confused about the recent developments in PCIe-based storage, particularly as it relates to the NVMe specification and its hardware compatibility. While I've worked extensively with SSDs in disk form-factor and some higher-end PCIe devices…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
17
votes
4 answers

Hardware RAID Controller Support for SSD TRIM

Do any hardware RAID controllers available today support TRIM? If not, do any manufacturers have target dates for supporting TRIM? Should I even care about TRIM for SSDs installed in performance-sensitive workstations? Before you suggest it, yes…
dss539
  • 272
  • 1
  • 3
  • 10
16
votes
4 answers

Wipe is very slow. Too little entropy?

I have to hand off a Laptop including its hard disc. Since it was not encrypted I wanted to wipe it at least quickly. I know this is not optimal on SSD, but I thought better than just plain readable. Now I am running wipe of a live USB stick and it…
user857990
  • 287
  • 3
  • 13
1
2
3
55 56