LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-02-2015, 06:54 AM   #16
pcninja
Member
 
Registered: Oct 2013
Location: SE Wisconsin, USA
Distribution: Arch Linux
Posts: 93

Rep: Reputation: Disabled

Quote:
Originally Posted by Darth Vader View Post
No one need beyond of one standard/cheappo 128GB SSD for his personal Slackware root filesystem, with a WD Blue about 1TB for /home and swap; and some RAID5 or even RAID6 made from 4 to 6 x3TB Enterprise grade WD, for the personal collection of Pron, if case. For developers, an aditional 500GB WD Black Edition will be useful.

Offtopic: For gamers, should the WD blue drive be sued for games or should a gamer take the additional 500GB WD Black drive you recommended for developers, and substitute it for a 1TB WD black drive? I'm not in the market for new hard drives, but I am just wondering.
 
Old 11-02-2015, 07:16 AM   #17
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by dalgrim View Post
Thanks for all the responses. I'll have my new SSD on wednesday. I'll probably just put /tmp and maybe /var on the old HDD and discard,noatime the rest of / on the SSD.
Most SlackBuild are designed to compile and package the files in /tmp, which could obviously benefit from the high speed of an SSD. For modern SSDs, there really shouldn't be a worry that you'll exceed the drives ability to write the cells. TechReport did a test where they subjected drives to a bombardment of writes and erases. A quick report shows:

Quote:
The first lesson came quickly. All of the drives surpassed their official endurance specifications by writing hundreds of terabytes without issue.
If we take that a drive is able to write 100TB before it starts having issues (they all greatly surpassed that amount considering the first (receoverable) errors started around 200TB and the first drive to die was at just over 700TB), and we throw some huge writing number, like 50GB/day, that drive would last for over 5 years. But who is going to write 50GB a day, every day, for 5 years straight? One drive lasted to 2.4PB of data written, which would take 131 years for someone to do with 50GB/day.

I write this to say, use the drive to best help your computing. /tmp will benefit, as will a swap (if you ever use a swap). The nand cells will likely outlast the rest of the hardware on the drive, so it's best to use it to speed up as much as you can.

Quote:
Originally Posted by pcninja View Post
Offtopic: For gamers, should the WD blue drive be sued for games or should a gamer take the additional 500GB WD Black drive you recommended for developers, and substitute it for a 1TB WD black drive? I'm not in the market for new hard drives, but I am just wondering.
You'll see better load times with a black drive, since it is able to perform reads faster than a blue drive. It is up to the user to determine whether that is worth the extra money. I'd certainly recommend using black over blue for gaming (if not already using an SSD). As for the space, it depends on what the user intends on installing. Games are taking up more and more space, especially if you have a lot of steam games, so it could be worth spending the extra for a larger drive.
 
Old 11-07-2015, 11:34 AM   #18
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

I also just got new SSD and yesterday I replaced my HDD with it. It's Samsung 850 PRO 256GB.
I ran 3 basic tests with bonnie++ to test the 3 different schedulers and there is almost no difference.
Filesystem is ext4.
I choose to go with noop, just because it does nothing [Less complex algorithm, less troubles].

The results are:
Code:
$ bonnie++ -d /home/test -s 16G -n 0 -f -b -u test
noop:     olab,16G,,,493435,45,251189,30,,,598691,43,1673.2,10,,,,,,,,,,,,,
deadline: olab,16G,,,494219,42,251666,29,,,594158,42,1626.2,10,,,,,,,,,,,,,
cfq:      olab,16G,,,485003,42,247597,29,,,597754,43,1631.3,11,,,,,,,,,,,,,
All this being said, I must ADMIT that replacing HDD with SSD has brought new level of experience into my life
I have ThinkPad T520i and I said to myself that putting the SSD is the last upgrade I'm going to make to this puppy.
I must say I'm impressed how much faster it runs. Not that all important to me, but the boot time went down from 60s to 20s.
In general, everything runs faster, particularly when it comes to application load time. I haven't tested the performance too much, but the impression I have is very good.

--
Best regards,
Andrzej Telszewski
 
Old 11-08-2015, 12:00 PM   #19
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just for completeness, Phoronix just released benchmark numbers for different schedulers on a SSD: http://openbenchmarking.org/result/1...HA-SCHEDULER12
 
Old 11-08-2015, 12:09 PM   #20
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Quote:
Originally Posted by TobiSGD View Post
Just for completeness, Phoronix just released benchmark numbers for different schedulers on a SSD: http://openbenchmarking.org/result/1...HA-SCHEDULER12
This clearly shows that noop (as all the others) is a good choice for SSD.
Stock Slackware doesn't have support for BFQ, so I'm not gonna comment on that.

--
Best regards,
Andrzej Telszewski
 
Old 11-09-2015, 06:58 AM   #21
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by atelszewski View Post
Stock Slackware doesn't have support for BFQ, so I'm not gonna comment on that.
This is because it currently is only available as patches to kernels. It hasn't been officially added to the kernel, although, they are working towards inclusion (although, it's anybody's guess on how long that will take).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Looking to buy SSD and need advice. linustalman Linux - Hardware 15 07-22-2015 03:13 PM
Migrating existing partitions to SSD + HDD memilanuk Linux - General 6 03-24-2013 02:26 PM
SSD raid1 vs SSD raid10 advice ? wonker Linux - Hardware 8 05-23-2012 01:46 AM
Moving existing system from one computer to another Bill1 Linux - General 4 04-20-2009 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration