Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Live CD installer
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor torkiano on Live CD installer

Optimization on ubuntu for SSD drives with EXT4  
Written by ubuntosaure the 25 Jan 09 at 11:37. New
I think that ubuntu should recognize the SSD hard drive to optimize its life and speed. In the near future EXT4 will be implemented on ubuntu and it would be nice to have a optimized filesystem for SSD drivers so that the new implementation of microsoft exFAT is beaten, or other new filesystems.
http://en.wikipedia.org/wiki/ExFAT
484
votes
up equal down
Solution #1: EXT4 SSD profile
Written by ubuntosaure the 25 Jan 09 at 11:37.
With the coming of the new filesystem EXT4, create a mode which optimizes the performance on SSD drives.
40
votes
up equal down
Solution #2: Optimise for speed but not lifespan - short SSD write lifespan is a myth.
Written by r0g the 27 Jan 09 at 05:43.
I don't know if there would be any design trade-offs between speed and lifespan in such a profile but SSD's short write lifespan issues are a bit of a myth so if a call needs to be made between them we should go for speed!

See this site for why it's only a problem on the smallest of devices...

http://www.storagesearch.com/ssdmyths-endurance.html
33
votes
up equal down
Solution #4: Little package ssd-mode
Written by TuxHHG the 19 Apr 09 at 09:53.
Like laptop-mode there can be a package that change all ssd related points in one way.
1
votes
up equal down
Solution #5: SSD mode in Ubiquity
Written by HacKurx the 2 Jul 10 at 07:06.
Why not make the SSD option in the installer for all file systems.
It is easy to create it, simply activate SSD mode in ext4 and btrfs and write "noatime" into /etc/fstab.

Here's how it could look like:

Hebergement d'images
3
votes
up equal down
Solution #6: Suggest adequate filesystems
Written by caliga82 the 31 Aug 10 at 21:48.
(This may be just an addition/clarification to solution #1)

If a SSD is detected, the installer should inform the user how suitable a certain filesystem system is. In particular, if it supports the TRIM command.
Depending on the user's experience, there could be just an indicator (green, thumbs up...) or a complete explanation of the benefits of a filesystem with TRIM.
0
votes
up equal down
Solution #7: remove dmraid
Written by cordoba the 19 Jan 13 at 13:57.
the installer should have some hardware auto-detect (detecting ssd and uefi) and show suggestions (your computer could behave like this... do you want to change this options ?) or show multiple options: install this / that; disable uefi / ssd; create more parttions and so on....


this should work on some lenovo models:

1. Disabe RAID (select ACHI in BIOS)

2. Install windows to SSD.

3. Move user data and pagefile to HDD. Disable file indexing on SSD. Install most not system programs to HDD to economy free space. It will be even faster than cache, but you need to install big programs and games on D:\. Not every man can do it. Thats why they use cache as default.

4. Boot Ubuntu from CD, type in terminal "sudo apt-get remove dmraid"

5. Install Ubuntu as usual

6. If GRUB doesnt appear (it is because of UEFI) use Boot-Repair utility as described here https://help.ubuntu.com/community/Boot-Repair

7. If GRUB appears, but Ubuntu doesn't boot, then you need to break dmraid utility:

7.1 Boot Ubuntu from CD

7.2 type in terminal "sudo apt-get remove dmraid"

7.3 Open "Computer" on the desktop and open the disk where you have installed Ubuntu. On the top of the window will be some letters like 7bgetgu4uf87wch7wir6. Type in terminal "sudo rm /media/your partition/sbin/dmraid" where you replace your partition with this letters

7.4 "sudo touch /media/your partition/sbin/dmraid" and "sudo chmod +x /media/your partition/sbin/dmraid"

See the 14 comments or propose a solution (latest comment the 3 Mar 10 at 11:23) >>