Questions tagged [ssd]

Solid-state drive; a device that uses solid-state memory to persistently store data, often as a replacement for a traditional hard drive. Because SSDs do not use mechanical seeking to access data, they can provide much higher performance than hard drives especially with random I/O operations.

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, quieter, and have significantly lower access time and latency. SSDs use the same interface as hard disk drives, thus easily replacing them in most applications.

As of 2010, most SSDs use NAND-based flash memory, which retains memory even without power. SSDs using volatile random-access memory (RAM) also exist for situations which require even faster access, but do not necessarily need data persistence after power loss, or use external power or batteries to maintain the data after power is removed.

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

6439 questions
226
votes
9 answers

Is there still a reason to choose a 10,000 RPM hard drive over an SSD?

For anyone who's serious about storage performance, SSDs are always the fastest solution. However, WD still makes their 10,000 RPM VelociRaptor hard drives, and a few enthusiasts even use enterprise-grade 15,000 RPM SAS hard drives. Aside from cost,…
bwDraco
  • 46,683
141
votes
4 answers

Which linux filesystem works best with SSD

From wiki: The vital TRIM function is supported by the Linux OS starting with 2.6.33 kernel (available early 2010). However, support amongst various filesystems is still inconsistent or not present. Proper partition alignment is also not…
hbt
  • 1,641
133
votes
9 answers

How much space to leave free on HDD or SSD?

In the informal (i.e. journalistic) technology press, and in online technology blogs and discussion forums, one commonly encounters anecdotal advice to leave some amount of space free on hard disk drives or solid state drives. Various reasons for…
user11574
127
votes
8 answers

Should I defragment my SSD?

I have just learned that one should "Never defragment your SSD". But I have no idea if that is true. I believe that Windows 10 was automatically scheduled to finish defragmentation on my SSD, but I cancelled it. Would it cause any problems for…
jerry
  • 1,193
  • 2
  • 10
  • 6
114
votes
5 answers

How can I move the page file to another physical disk location?

I would like to know exact instructions for moving the page file from 1 disk location to another disk in Windows 7. I.e. from an SSD to a non-SSD drive. I've spent about two hours searching - Google, Bing, Blekko - and read many forums. Please…
JL.
  • 5,818
97
votes
6 answers

Disadvantages of partitioning an SSD?

A wise guy who goes by the name of NickN maintains a lenghty forum post on his views about building a powerful computer (directed towards playing Microsoft's Flight Simulator X, a very demanding piece of software). He sums up points about SSD drives…
MarioDS
  • 1,622
87
votes
4 answers

What does "Optimize Drives" do in Windows 8?

With Windows 8, there is an option to "optimize" a drive. This looks similar to the Defragment option of previous versions of Windows: I have an SSD and I know that SSDs shouldn't be defragmented. However, Windows 8 recognizes that the drive is…
Ry-
  • 2,118
86
votes
12 answers

Should I keep my swap file on an SSD drive?

I'm considering getting an SSD drive to run as the primary OS partition. As I understand, this should provide a substantial improvement in performance. My question is this: Should I leave the swap file on that drive? The swap partition will be…
Steve Rowe
  • 3,889
85
votes
5 answers

Why do SSDs have weird sizes?

Why do SSDs have sizes like 240 GB or 120 GB rather than the normal 256 GB or 512 GB? Those numbers make much more sense than 240 or 120.
Dudemanword
  • 953
  • 1
  • 6
  • 11
81
votes
4 answers

Why does performance of a regular hard drive decrease over the duration of a benchmark while SSD doesn't?

I use HD Tune to measure performance of the hard drive. The tests typically take 2-3 minutes and the transfer rate of a regular hard drive decreases dramatically as the test comes to a close. However, the SSD drive performance stays the same over…
AngryHacker
  • 19,327
80
votes
5 answers

What is the difference between mSATA and SATA SSDs?

Is there any difference between an mSATA SSD and an SATA SSD (other than the fact that the mSATA doesn't take up a disk slot)?
Andreas
  • 913
80
votes
7 answers

How does NTFS compression affect performance?

I've heard that NTFS compression can reduce performance due to extra CPU usage, but I've read reports that it may actually increase performance because of reduced disk reads. How exactly does NTFS compression affect system performance? Notes: I'm…
bwDraco
  • 46,683
78
votes
3 answers

What is the purpose of this 4-pin interface on SATA HDDs and why doesn't it exist on SSDs?

I have 4 HDDs here with me, from 3 different manufacturers, and all of them have the following 4-pin extra interface beside the SATA connector: HDD with 4-pin interface Looking on the internet, I can see that it exists on all HDD devices, but not…
Diogo
  • 30,792
75
votes
3 answers

Why are smaller capacity SSDs slower?

I was reading this Tom's Hardware article on testing SSDs and came across the following claim: With SSDs, performance varies by capacity point. Smaller drives tend to be slower than larger ones, even in the same family. However, the article…
PGmath
  • 1,750
73
votes
8 answers

Why not use SSD space as RAM?

I am new to the hardware side of things. I run a few machines which have 400GB+ SSD's and 32GB RAM. I have been thinking about going up to 64GB RAM, however, I was thinking, since SSD's are solid-state like RAM, can't my extra space be used as RAM?…
Jenny
  • 891
1
2 3
99 100