Deployment Solution

 View Only
  • 1.  Deploying images to SSD (Solid State Disk)

    Posted Feb 08, 2010 01:53 AM
    Hi,

    Currently i have Windows 7 image taken by RDeploy, but soon i will get laptops that have SSD storage.
    I have read that filesystem must be align correctly to get optimal performance.

    How to get RDeploy image to align correctly?

    Here are some info about this SSD alignment issue.
    http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/
    http://forum.notebookreview.com/showthread.php?t=350177


    I have found one way to make this using this tutorial.
    http://www.ocztechnologyforum.com/forum/showthread.php?48309-Partition-alignment-importance-under-Windows-XP-%2832-bit-and-64-bit%29-why-it-helps-with-stuttering-and-increases-drive-working-life

    Format disk before deploying image but im got 100% sure if RDeploy will use correct 4k block size.



  • 2.  RE: Deploying images to SSD (Solid State Disk)
    Best Answer

    Trusted Advisor
    Posted Feb 08, 2010 11:12 AM
     Hi,

    I haven't started using SSD technology, but am interested in knowing if there is anything concrete on the issue of RDeploy and SSD partition alignment.

    My ignorance aside I do though doubt whether RDeploy will,
    1. on-the-fly ammend the partitioning for SSD drives for the optimum offset
    2. when deploying one SSD image to another SSD drive whether any previous non-standard  alignment will be preserved
    The issue revolves around the standard partitioning rules being that partitions must start and stop on cylinder boundaries. The result is that historically the first partition started at the beginning of the 64th sector. The problem is that with SSD technology, this is smack in the middle of an SSD page, which can result in a 50% performance hit (and some people have reported even worse drive degradations). Not understanding this offset has probably been the cause of much bad press for SSD performance.

    In short then, for SSD technology, partitions should start at the 128th sector -a whole SSD page into the drive. This will result in 'optimised' performance.

    Microsoft recommends an offset of 2048 for the the primary partition on Windows 2003 Servers, as this accommodates most RAID strip unit sizes, and would also of course be nice for SSD too. I'm not sure if this implemented as standard in Windows 7 -must check....

    Kind Regards,
    Ian./