You are not logged in.
Pages: 1
How does Arch Linux handle SSD's? Does Arch Linux or the 3.0 kernel natively support TRIM or some equivalent garbage collection mechanism? Is TRIM or whatever it uses enabled by default during an installation of Arch Linux or must I enable this in some way? Just trying to understand if making the switch to SSD versus traditional spindle drives is smart using Arch Linux.
./
Offline
Have you read https://wiki.archlinux.org/index.php/SSD ?
There's e.g.
DISCARD/TRIM feature is NOT SUPPORTED by device-mapper (but they are working on it, see here. August 2011 news: support will be in Linux 3.1, and involves a userspace dm-crypt update as well
https://wiki.archlinux.org/index.php/SSD#Mount_Flags
discard - The discard flag will enable the benefits of the TRIM command so long as one is using kernel version >=2.6.33. It does not work with ext3; using the discard flag for an ext3 root partition will result in it being mounted read-only.
Last edited by karol (2011-10-13 19:54:22)
Offline
When it say's "DISCARD/TRIM feature NOT SUPPORTED by device-mapper..." is this Arch Linux only or most common used distributions? I'm sorry I don't know what 'device-mapper' is or how many other distributions use it.
./
Offline
When it say's "DISCARD/TRIM feature NOT SUPPORTED by device-mapper..." is this Arch Linux only or most common used distributions? I'm sorry I don't know what 'device-mapper' is or how many other distributions use it.
http://en.wikipedia.org/wiki/Device_mapper
Seems like it's used for RAID.
Sorry I can't help you more.
Offline
It's a kernel thing, nothing special to Arch. Do you want to use LVM or encryption/LUKS? Then wait for 3.1.
Or do you want to use Ext4 filesystems directly on the SSD? Then go for it. (and read those links)
1000
Offline
So this is fixed in 3.1 final... perhaps the op can build up a git version of the kernel and get it?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Do you want to use LVM or encryption/LUKS? Then wait for 3.1.
Or do you want to use Ext4 filesystems directly on the SSD? Then go for it. (and read those links)
LVM is good for servers where you have multiple disks, but it's often an extra layer serving no real purpose on the desktop. A lot of distros (Fedora for example) enable it by default but if you're running arch on a single disk or hardware RAID, you're better off without it.
Wirth's law: "Software is getting slower more rapidly than hardware becomes faster"
Offline
For Laptops or other mobile computers, LUKS might be interesting, even without LVM..
Offline
Pages: 1