Upgrading the system hard drive to SSD

I am planning to switch my system/boot drive to SSD.

I have been taking backups of the system drive using
dump -0Lauf /newdisk/backup.dump /dev/ada0p2

the steps I am working on are:
  • install the SSD and format
  • restore backup
  • make the SSD the boot drive
  • change configuration for system to work properly with SSD
I need help with any missing steps (and the right order) and the commands I need to run for each step.

I have FreeBSD 10 and I understand that it supports TRIM. How do I enable it and are there any other SSD specific configurations to change?

Thanks for the help.
 
Back
Top