On 19/07/13 06:23, Paul Hartman wrote:
> On Thu, Jul 18, 2013 at 4:22 PM, luis jure <l...@internet.com.uy> wrote:
>>
>>
>> hello list,
> 
> Hi!
> 
>> i want to migrate my system, currently in a HD, to a new SSD. i thought it
>> would be easy, but i decided to read a little before partitioning the disk
>> (my first SDD) and now i'm really confused...
>>
>> i intend to have only two partitions in the SSD: one for / and the other
>> for /home. i have another HD for storage, where i'm going to put swap.
> 
> Sounds like a good plan. I used the same strategy here.
> 
>> apparently it's better to use a GPT partitioning. are there any catches i
>> should take into account? what about grub, can i just install it later on
>> the ssd?
> 
> GPT is not required, if you use MBR it should work just as well. If
> you use GPT you must enable GUID partition table support in your
> kernel and ensure your boot loader supports it.
> 
>> thanks for any comment or pointers, i found so many different "guides"
>> saying different things that i'm really confused.
> 
> Here are the basic steps I used for doing the same thing:
> 
> 1. partition SSD (start sector at a multiple of 1MB to ensure proper 
> alignment)
> 2. format new partitions using discard-capable filesystem like ext4, xfs, 
> btrfs
> 3. mount them in a temporary mount point
> 4. rsync your filesystem from old drive to new drive
> 5. edit /etc/fstab on the new drive to use the new mount points
> 6. edit boot loader config to point to correct drive
> 7. install boot loader on new drive if it becomes your new boot device
> 8. (optionally) swap drive cables so the new drive shows up first if
> it is your new boot device
> 
> Depending on whether you use UUID, labels, or device names you may not
> need to change names or swap cables in your computer so drives show up
> in the correct order.
> 
> Good luck :)
> 

Apple laptop (ssd only) - boot, swap and /.  btrfs, very fast and stable
but only gets light use.

Storage server for data and VM's with an (intel) ssd for boot, swap and
OS with data on WD 2G green drives (ceph cluster).  btrfs was a
disaster, etx4 is holding up ok but being an ssd I cant use reiserfs
which is my first choice, particularly where a filesystem gets hammered.
 I tried a number of configurations and the ceph journals are a lot
faster on ssd, and swap on ssd is also a big speedup (including
hibernate/resume).  Been running for few months now.

With the apple I dont get a choice where to put swap (which even with 8G
ram gets used) but tests between the server ssd and a 10000rpm spinner
sees the ssd win hands down most of the time.  The ceph journals are
definitely slower on spinner ... but did seem less prone to disaster.

My main point is ssd's are fast, but make sure you have good backups if
you are stressing them :)

BillK



Reply via email to