Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Four Tweaks for Using Linux with Solid State Drives
Tombuntu ^ | September 4th, 2008 | Tom

Posted on 05/04/2009 9:39:22 AM PDT by Ernest_at_the_Beach

SSDs (solid state drives) are great. They’re shock resistant, consume less power, produce less heat, and have very fast seek times. If you have a computer with an SSD, such as an Eee PC, there are some tweaks you can make to increase performance and extend the life of the disk.

  1. The simplest tweak is to mount volumes using the noatime option. By default Linux will write the last accessed time attribute to files. This can reduce the life of your SSD by causing a lot of writes. The noatime mount option turns this off.

    Open your fstab file:
    sudo gedit /etc/fstab

    Ubuntu uses the relatime option by default. For your SSD partitions (formatted as ext3), replace relatime with noatime in fstab. Reboot for the changes to take effect.

  2. Using a ramdisk instead of the SSD to store temporary files will speed things up, but will cost you a few megabytes of RAM.

    Open your fstab file:
    sudo gedit /etc/fstab

    Add this line to fstab to mount /tmp (temporary files) as tmpfs (temporary file system):

    tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0

    Reboot for the changes to take effect. Running df, you should see a new line with /tmp mounted on tmpfs:
    tmpfs 513472 30320 483152 6% /tmp


(Excerpt) Read more at tombuntu.com ...


TOPICS: Computers/Internet
KEYWORDS: hitech; netbook; netbooks; ssd
Navigation: use the links below to view more comments.
first previous 1-2021-22 last
To: Ernest_at_the_Beach

Ah, yes.

I run Slackware (Linux) on an embedded VIA Eden 400/667 MHz computer that controls my pellet stove.

It uses a CompactFlash card, so I did the first two of these tweaks. (as well as disabling logging)


21 posted on 05/04/2009 10:54:25 PM PDT by Fichori (The only bailout I'm interested in is the one where the entire Democrat party leaves the county)
[ Post Reply | Private Reply | To 1 | View Replies]

To: martin_fierro

Its amazing what people have done with Ubuntu.

My experience with it has really impressed me.

There is a [free] CNC machine control version that lets you connect your CNC mill or lathe controller to the printer port [or other IO card] and and carve out shapes under high precision computer control.

Those EEE computers are kinda neat too!


22 posted on 05/04/2009 11:02:44 PM PDT by Fichori (The only bailout I'm interested in is the one where the entire Democrat party leaves the county)
[ Post Reply | Private Reply | To 14 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-22 last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson