Hide Forgot
Description of problem: At present, ext4 is the only fully-supported file system that supports TRIM. To enable TRIM commands on a device, use the mount option discard. For example, to mount /dev/sda2 to /mnt with TRIM enabled, run: mount -t ext4 -o discard /dev/sda2 /mnt By default, ext4 does not issue the TRIM command. This is mostly to avoid problems on devices which may not properly implement the TRIM command. The Linux swap code will issue TRIM commands to TRIM-enabled devices, and there is no option to control this behaviour. BUY man page of mount missing the discard option for ext4. Version-Release number of selected component (if applicable): util-linux-ng-2.17.2-6.el6.x86_64
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
This will be fixed in the pending RHEL6.1 update.