Paladin of the Pegasos
Posts: 1193 from 2003/2/24
From: Helsinki, Finland
Quote:
Yasu wrote:
Defrag maybe? How fast did it go before?
In addition to shortening the lifespan of the drive, it might also make it slower (due to moving data around, "known-to-be-unused" block might get written new data moved from elsewhere, which results in
both areas becoming "not known if used or not" (while only one is actually used).
The bottleneck (having to move drive head around the disk to find all parts of fragmented files) simply doesn't exist at all on SSD drives. There MIGHT be minimal speed decrease due to fragmentation anyway (caused by filesystem),
but that will likely get much worse, if you try to "fix" that by defrag
As for the most optimal way for reformatting a partition, I think it could be formatted with "TRIM-supporting" OS (which marks the area unused), and then
quick formatted on MorphOS (which, unlike full format, preserves much of the "unused" information)
Anyway, I'd probably just keep on using it as it is currently, and reformat only if I f.ex. want to change the filesystem.
And if you are
really worried about reduced performance due to lack of trim, use f.ex. EXT2 filesystem, and occassionally boot to linux, and manually run commands to automatically "trim" all unused space. Also remember that the slowdown is caused by write operations, not read operations, so if you're not writing much data, it won't be making much difference.