Solid-state drive refers to a data storage device that uses solid-state memory to store its persistent data.
Questions tagged [ssd]
832 questions
16
votes
1 answer
Implementing Linux fstrim on SSD with software md-raid
I'm currently building a new Ubuntu 13.04 server with 2 256GB SSDs in a raid mirror to run a MariaDB instance. We typically place LVM on top of dm-crypt encryption on top of an md raid 1 array, but haven't used SSDs in this setup previously.
My…

nedm
- 5,630
- 5
- 32
- 52
16
votes
4 answers
How to measure total writes performed to SSD in Linux?
I've searched the internet to find a tool/utility which can tell me the total writes performed to an SSD (or a normal disk). The output should look something like this:
SSD Intel 320S :-
Total data written until now -- 2Tb
Total data read until now…

And Or
- 161
- 1
- 1
- 4
15
votes
4 answers
Should I avoid putting two SSDs in a RAID1 configuration due to performance degradation?
I have a workstation system that will have two 64GB industrial SSDs, and the plan is to have both disks in a RAID1 configuration for redundancy which is set up in the kickstart. The system will be running CentOS 7. In looking into this, I…

mochatiger
- 153
- 1
- 1
- 7
15
votes
2 answers
VMware ESXi SSD on RAID showing as non-ssd
I am replacing a KVM server with a ESXi server. I just installed ESXi 5.5u1 and added a data store. The new server has 4 SSD drives in RAID 6 using hardware RAID. When I added the data store VMware says that the store is non-ssd.
Is this normal?…

digitaladdictions
- 1,505
- 1
- 12
- 30
15
votes
3 answers
Force renegotiation of PCI Express link speed? x2 card reverts to x1 width
In an effort to circumvent compatibility and cost barriers to using SSD drives with newer HP ProLiant Gen8 servers, I'm working to validate PCIe-based SSDs on the platform. I've been experimenting with an interesting product from Other World…

ewwhite
- 197,159
- 92
- 443
- 809
15
votes
3 answers
HP storage arrays - multiple channels?
Our SQL server is becoming pretty heavily loaded, and all indications point to the disk channel being the bottleneck. The current HP server has a fairly low-end array card, and we're looking to augment this server with a Smart Array card and…

KenD
- 1,147
- 2
- 17
- 37
15
votes
1 answer
Why is this SSD drive failing with bad sectors, and was it predictable?
Note: this question was previously closed as off-topic. You can read the discussion. My reasons for asking it here are:
This drive is in an offline content cache server for schools in rural Zambia.
The servers are created from disk images, and all…

qris
- 1,203
- 12
- 21
15
votes
2 answers
SSD, Erase Block Size & LVM: PV on raw device, Alignment
I want to install a new SSD and use the the whole device as a PV for LVM - in other words: i don't plan to put even one partition on this device. So aligning partitions on the erase blocks is not needed.
Question(s)
Is it sufficient to set…

m.sr
- 1,060
- 1
- 8
- 19
14
votes
9 answers
Home-brew automatic tiered storage solutions with Linux? (Memory -> SSD -> HDD -> remote storage)
Related to this question about using an SSD for system and HDD for data, except I would like my system to do this automatically...
Is it possible to have several layers of storage and push items automatically between them, using preferably free,…

David Gardner
- 1,509
- 2
- 13
- 25
14
votes
4 answers
Quick method to determine SSD drive health?
I have an Intel X-25M drive that was marked "failed" twice in a ZFS storage array, as noted here. However, after removing the drive, it seems to to mount, read and write in other computers (Mac, PC, USB enclosure, etc.)
Is there a good way to…

ewwhite
- 197,159
- 92
- 443
- 809
13
votes
2 answers
Enable Discards HP 3PAR StoreServ 7400
Spin off from these previously asked questions
How to get free space from mounted drive Redhat 7
Update crypttab asks for Passphrase for fstrim
We have a HP 3PAR StoreServ 7400 with 170 VM's speread out across 38 hosts.
Here is the problem as I…

Anthony Fornito
- 9,546
- 1
- 34
- 124
13
votes
6 answers
How do I effectively destroy a SSD?
What is a repeatable way of destroying SSDs? For example, if i opened it which part could i take out and destroy for just the data(How to identify the actual "storage unit")?
Case 1. Normal user that wants to be reasonably sure that their data is…

artifex
- 1,634
- 1
- 17
- 22
13
votes
2 answers
Is post-sudden-power-loss filesystem corruption on an SSD drive's ext3 partition "expected behavior"?
My company makes an embedded Debian Linux device that boots from an ext3 partition on an internal SSD drive. Because the device is an embedded "black box", it is usually shut down the rude way, by simply cutting power to the device via an external…

Jeremy Friesner
- 1,323
- 1
- 14
- 25
13
votes
9 answers
Is using 2 solid state drives in RAID 0 going to be reliable?
I am thinking of upgrading from a Western Digital 10k RPM hard drive to using two Intel-X25 solid state drives in RAID 0 configuration. I will be using this for hosting the operating system and installing applications. But all data is currently and…

Phil Wright
- 353
- 6
- 9
12
votes
3 answers
Automatically mount SSD instance storage on AWS EC2 in Ubuntu 16.04
I am using an Ubuntu 16.04 EC2 from AWS on c5d.2xlarge HW. It comes with a 200 GB SSD called /dev/nvme1n1.
I am able to mount this drive using:
$ sudo mkfs.ext4 -E nodiscard /dev/nvme1n1
$ sudo mount -o discard /dev/nvme1n1 /home/ubuntu
To try…

John Corson
- 123
- 1
- 6