...its going to be interesting comparing the intel g2 80Gb drive in my whitebook to the 64 Gb WD going into my eeePC (when it hopefully gets here next week)...
...its going to be interesting comparing the intel g2 80Gb drive in my whitebook to the 64 Gb WD going into my eeePC (when it hopefully gets here next week)...
So, if you find yourself needing to reset your SSD back to fresh fro mthe factory performance.
Step1: use Carbon Copy or Super Duper to create a fill image of it
Step2: Using disk Utility, delete the partition(s) on it
Step3: use Carbon Copy or Super Duper to restore it
The whole process should take about an hour. The reason this works is because removing the partition map, clears the file system "super blocks" which hold the free inode lists --- the codes that says where free, used, and previously used space exists.
...the 64 Gb WD going into my eeePC (when it hopefully gets here next week)...
...well, either I was expecting too much from the WD SSD or the CPU in my netbook is just really weak (its an Atom N270 1.6 Ghz with the 533 Mhz FSB and 2 Gb Ram).
I'm thinking of doing a clean install of winXP vs. the clone of the original HDD I originally did... its a "little" snappier but not what I was expecting vs. the WD Scorpio blue 250 Gb HDD it replaced...
I haven't installed the Intel drive yet for comparison....![]()
Intel x25-v makes a HUGE difference in a 1005H eeePC. I get boots, with apps opening, in the 10-sec range.
... The trick is to hot-swap the SSD drive after booting the linux distribution (I used GParted) to get the drive in an unlocked state.
Dennis
I'm not a linux user at all, never used it until this week when I wanted to rejuvenate my MBP apple SSD.
I followed the instructions provided at
https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase
Thanks MBHockey. Quality!
I did not have to hot-swap, I simply used the trick indicated at Step 1a:
Put linux in sleep mode, wake it up immediately after. it takes 10 seconds and the drive is not frozen anymore. the rest was as easy as it could get, and again, this was the first time I used linux.
the erase took 31 seconds
the terminal looks scary to use but just follow everything to the letter and you'll be fine. I did have to make one single change: I had to add sudo in front of each command, otherwise i got a "permission denied" error message.
I did all of this from Ubuntu a 10.04 LTS live CD
I restored the SSD from a superduper backup. Everything went fine.
the average speed was 66.45 MB/s (via a G-RAID Mini on firewire 800). It was done in 27 minutes. I think I'm gonna do this refresh every 2 months.
Let's hope that in the near future, apple will bring some TRIM support in mac os.
Thanks a zillion for this thread.
TRIM really does need to be implemented by the filesystem drivers - there's no way around it - the bottom line is that hard drives ,as we've known them up until now (not counting the new "ATA secure erase" functions) - have been completely agnostic block storage devices that didn't need to know anything about what was stored on them. SSDs are changing that.
So one newb question: Will a future update of OSX potentially fix this TRIM support issue or will only future new Macs have this? Essentially my question is: Can TRIM support be added ex-post or only with new systems?
![]()
I'm not a linux user at all, never used it until this week when I wanted to rejuvenate my MBP apple SSD.
I followed the instructions provided at
https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase
Thanks MBHockey. Quality!
Issue the following command, where "X" matches your device (eg. sda).
hdparm -I /dev/X
What did you put for the X? If I try /dev/sda it tells me I don't have permission and if I try /media/SSD which I believe is the path to the drive I get an "inappropriate ioctl" error.
Any ideas?
I havn't done an ATA_SE in a while but if I recall....the "X" should be your device name like disk0 or something. There should be a partition utility that either opens up on bootup of the ubuntu distro mentioned in the wiki, or you should be able to navigate to it. Either way, making sure it's the only drive connected to your system will make it a bit easier.
Thanks. I got it figured out. Turns out /dev/sda was the correct drive, I just needed to put a sudo in front of all the commands. I'm not really sure what I just did or why it was necessary but I'm crossing my fingers that it'll alleviate some of the hangups I've been getting.
I'm not a linux user either, and though I'm generally pretty decent with computers I can't seem to get past the first step in those instructions:
What did you put for the X? If I try /dev/sda it tells me I don't have permission and if I try /media/SSD which I believe is the path to the drive I get an "inappropriate ioctl" error.
Any ideas?
sudo hdparm -I /dev/sda
Yes, like I wrote back in September, you have to put sudo in front of the command.
and sda is also my first drive (on the mac book pro)
Per the comments on made on the first post from the Mac Performance Guide, I just kept it simple, and installed a Mercury Extreme SSD from OWC, given theses have not shown performance degradation over time.
Call me lazy, but I have no interest in trying to keep up with the nuances of TRIM support (or lack thereof on the Macs), Garbage Collection, reformatting, etc. I just wanted something that plain works, for a long time. So far, I'm loving my OWC drive.