Questions tagged [ssd]

A solid-state drive (SSD) is a data storage device that uses solid-state storage to store persistent data with the intention of providing access in the same manner of a traditional mechanical spinning/magnetic block I/O hard disk drive.

A solid-state drive (SSD) is a data storage device that uses solid-state storage to store persistent data with the intention of providing access in the same manner of a traditional block I/O hard disk drive. SSDs are distinguished from traditional hard disk drives (HDDs), which are electromechanical devices containing spinning disks and movable read/write heads. SSDs, in contrast, use microchips which retain data in non-volatile memory chips and contain no moving parts. Compared to electromechanical HDDs, SSDs are typically less susceptible to physical shock, are silent, and have lower access time and latency. SSDs use the same interface as hard disk drives, thus easily replacing them in most applications.

Source: http://en.wikipedia.org/wiki/Solid-state_drive

2538 questions
10
votes
4 answers

Setup for dual disk (SSD+HDD) with /home partition

I'm going to move from HDD to SSD (60GB) + HDD (250GB) setup. Basicly I want the system to be fast. Root partition will be on SSD but I'm not sure what to do with /home. All data like /pictures /documents will be linked to HDD that will be in a…
9
votes
1 answer

How to check NAND type used in a SSD in Ubuntu

I was wondering if there exists some application that can show which NAND type is used in a SSD - MLC,SLC,TLC... Is it possible?
S.R.
  • 373
  • 1
  • 7
  • 16
8
votes
4 answers

What about the performance enhancement when using an SSD as the main disk?

I'm planning to buy a new PC and I am thinking about using an SSD as the main disk. I'd also use a standard spinning disk and I'd mount it to /home. To the people already using such a setup: does this induce a practical, noticeable enhancement in…
motumboe
  • 243
7
votes
1 answer

SSD suddenly extremely slow (50x slower)

I'm using a SSD for about 460GB of data on an Ubuntu 12.04 server. (The drive holds 560GB, so it is about 88% full.) I have had a program which does a lot of random access to the data (no writing), which I last ran (normally) a few days ago. When I…
Nathan S.
  • 191
  • 2
  • 7
5
votes
1 answer

Should I be concerned about COMRESET errors with my SSD?

I have recently installed Ubuntu 12.04 32 bit on a Lenovo X220, that is certified to work correctly with the OS (see here) including its default 128Gb SSD by Samsung. As soon as I got the laptop I have immediately upgraded to a Crucual…
giacecco
  • 161
4
votes
1 answer

Check SSD's writes in some period

I would like to install Ubuntu on SSD (I know that i Have to set TRIM, noatime, etc..) But I would like to know if I can check how many GB was written in last day / week / month. Because I would like to measure how many GB is written every day on…
tomsk
  • 1,315
3
votes
2 answers

Installed Sandisk SSD plus in 16.04, what is uncorrectable ECC count in SMART

I recently installed an SSD and after a day, I noticed that there are a value on uncorrectable ECC count on smart. another day passed, the value increased .
Huwan Ito
  • 31
  • 1
  • 3
3
votes
2 answers

Can I boot Ubuntu Server 19.10 on a Raspberry Pi 4 from a USB SSD?

And if so, are there any tutorials? Total noobie here; I know nothing about scripting, bash, foo. All I know is 'sudo' and how to edit a file in with nano without making a total hash of things. Will this excerpt from this tutorial Can you install…
2
votes
0 answers

Optimize Hybrid Hard Drive & 8 GB SSD for Ubuntu

How do i set up Ubuntu to ultilize the SSD partiton like Windows does? Windows uses the 8GB partition for frequent applications and for quick stand-by mode. Since 8GB is pretty small for the root folder to be on the SSD partition, how do I set up…
Gerrell
  • 21
2
votes
1 answer

Is 10 GB/day of writes to my SSD typical for a workstation?

In this article in Linux Journal, the author states that his workstation sustains 6.3 GB/day of writes to his SSD. Using tune2fs -l, I see that my SSD filesystem was created on Filesystem created: Sat Jun 28 09:20:03 2014 and lifetime writes…
Greg Bell
  • 516
  • 4
  • 8
2
votes
3 answers

How to disable TRIM on SSDs in Ubuntu

I have enabled TRIM by adding discard option in /etc/fstab but even after removing it the effect is not going. How to disable it?
2
votes
3 answers

How to use 11GB SSD

Possible Duplicate: What would be a good partitioning scheme for 128 gb SSD and 640 GB HDD I've buy a Toshiba U840 with a HDD of 320GB and an SSD of 11GB. I'm going to dual-boot Win7 and ubuntu. I'll make three partition, one for Win7, one for /…
f.lambe
  • 111
2
votes
0 answers

is trim enabled for my encrypted home directory?

I encrypted my home drive after installation with ecryptfs-migrate-home. How to I check if ssd trim is on? I looked in /etc/cron.weekly but I do not see fstrim. Ive read conflicting things when I try to look for information. On one hand people say…
1
vote
1 answer

Average hard disk reference frequency

How to find how often Ubuntu frequently refers to hard disk drive (for read / write purposes) and how to adjust it?
Andrew
  • 11
1
vote
2 answers

Current situation of Samsung 850 EVO 512GB on Ubuntu?

Searching the Internet, you can find posts and discussions stating that the 850 EVO had problems on Linux (related to the TRIM features reported by the firmware not being accurate IIRC), which caused it to be blacklisted for TRIM. I've been unable…
cesss
  • 149
  • 3
1
2 3 4 5