The trim tag has no wiki summary.
3
votes
1answer
93 views
Maintenance (TRIM) of SSDs in HW RAIDs
I have 2 ARECA 8040 HW-RAIDs, with 8 SSDs each. One is RAID10 with Intel 520 SSDs, the second is RAID5 with Samsung 840 SSDs. Both are connected to the Server with one shared LSI Logic / Symbios Logic ...
1
vote
1answer
51 views
TRIM persistence across reboots
Let's say we have an ext4 filesystem image we dumped onto an SSD (with dd). After a few mounts we learn that we should use the discard flag to emit TRIM commands to the drive. As it is unclear ...
0
votes
0answers
28 views
Software Raid1 with Trim [duplicate]
Possible Duplicate:
Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux?
I have two Crucial C300 SSD disks that I would like to use as my OS disks in my new ...
0
votes
0answers
25 views
Does SSD TRIM (discard) work on ext4 + nested LVM in Linux? [duplicate]
Possible Duplicate:
Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux?
I will be setting up KVM guests on a computer of mine soon. I plan to run Ubuntu ...
0
votes
1answer
356 views
Is wiper.sh working?
I'm setting up a server running Ubuntu Precise, and I'm trying to verify if SSD TRIM is working.
fstrim is failing:
~ sudo fstrim -v /
fstrim: /: FITRIM ioctl failed: Operation not supported
So ...
2
votes
0answers
645 views
TRIM on OCZ RevoDrive 3 on CentOS
I've got an OCZ RevoDrive 3 mounted as / on my CentOS 6.3 box running kernel 2.6.32-220.17.1.el6.x86_64. /boot is on a HDD since OCZ's driver apparently doesn't yet support booting directly to it. ...
4
votes
1answer
251 views
Is TRIM passed through a LVM-based PV Xen domU to the underlying SSD
Scenario:
-- Debian Xen dom0
-- SSD drive setup as LVM PV/single Volume Group.
-- Debian pv_ops-based domU setup on LVM logical volume.
-- File system inside domU is ext4 with discard option enabled.
...
1
vote
2answers
340 views
Ssd TRIM/DISCARD details
I am writing a script and I have a few questions about the inner workings of the TRIM command. If TRIM is issued for an entirely empty (zeroed) erase block, does the garbage collector still delete the ...
3
votes
1answer
2k views
Do I need to trim my SSD? How?
I have been using a pair of Intel 320 in RAID 1 on my busy Ubuntu server for about 4 month. While the disk usage never reached 50% of the capacity, but I FEEL that the server has become less ...
0
votes
2answers
828 views
TRIM in centos 5.X?
I've got a bunch of centos 5 boxes with Intel X-25 drives (x25-m in dev, x25-e in prod, I think). We're seeing severely degraded disk performance on one of our dev boxes (which easily does 5+ gb of ...
3
votes
3answers
515 views
Using SSD drives in a raid in an operation involving little to no deletes
From what I've been able to understand when reading about the case with Solid State drives and raids, the problem is that TRIM cannot be used for them in a raid configuration, thus, resulting in the ...
19
votes
6answers
6k views
Verify TRIM support with BtrFS on SSD
We are looking into using BtrFS on an array of SSD disks and I have been asked to verify that BtrFS does in fact perform TRIM operations upon deleting a file. So far I have been unable to verify that ...
3
votes
1answer
965 views
Is TRIM possible on SSD disks in RAID 1?
I am going to build a new server to handle a high-traffic php/mysql site. I am going to use SSD disks to benefit from fast random read performance but really got confused about choosing the right SSD ...
1
vote
2answers
2k views
Does Ubuntu 10.04 support TRIM for SSD?
I read here that:
[T]o use TRIM, you need a OS that supports it, such as Windows 7, Mac
OS X and some variants of Linux being the only ones as far as I know.
You also need a SSD that supports ...
2
votes
2answers
176 views
SSD TRIM Support in Snow Leopard
Does Mac OS X Snow Leopard officially support SSD TRIM yet? If not, is there an expected availability? Also, is there a brand of SSD that is most compatible with a late-2009 Mac Pro?
1
vote
0answers
530 views
VMware Esxi with Kingston SSDNow (No Trim but S.M.A.R.T Garbage Collection)
I recently posted asking whether Trim is supported on VMware Esxi (here) and found out it is NOT.
I've read that some SSDs, such as the Kingston SSDNow have hardware garbage collection. Would this ...
3
votes
2answers
3k views
SSD on Vmware ESXI 4 (TRIM? Good Idea?)
I just posted about finding bottle necks and have narrowed it down to having way too many VMs on my machine on one 15K SAS drive. I have plenty of cores and plenty of ram.
So I am planning on putting ...
11
votes
3answers
3k views
SSD TRIM (discard) problems with ext4 on Crucial C300 SSDs with CentOS 5.5
Playing around with using a modern kernel (2.6.37 currently) on an older OS (CentOS 5.5) so we can get TRIM (discard) working on our SSDs (Crucial C300s).
The most recent hdparm (9.37) concurs that ...
16
votes
6answers
8k views
Possible to get SSD TRIM (discard) working on ext4 + LVM + software RAID in Linux?
We use RAID1+0 with md on Linux (currently 2.6.37) to create an md device, then use LVM to provide volume management on top of the device, and then use ext4 as our filesystem on the LVM volume groups.
...
0
votes
3answers
852 views
SSD Harddisk and linux distro with TRIM support
I have a Corsair Force Series SSD harddrive which I plan to put in a 1 unit linux box as a linux server.
The server itself will be making a lot of random reads and very little writes, which makes SSD ...
1
vote
2answers
2k views
Trim on intel x25-m G2 when connected by iscsi
I am running a windows 7 vm on esxi connected to x25-M G2 via iscsi, which is running starwind iscsi on server 2008. Is trim a function of the vm OS or the iscsi server OS or not applicable with ...
4
votes
4answers
3k views
Linux tool to reset Intel X25 SSDs wear leveling tables?
I'm aware of the DOS utility to "Reset" an Intel SSD to factory settings, but I'd rather not shut down my system to do this to my SSDs.
Supposedly newer kernels support TRIM, but I haven't found any ...