The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    mSata issue in my M18x R2

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by ht_addict, Mar 15, 2015.

  1. ht_addict

    ht_addict Notebook Evangelist

    Reputations:
    161
    Messages:
    341
    Likes Received:
    87
    Trophy Points:
    41
    Picked up a Crucial 550 mSata( 256G) to put in my M18xR2 and use as my Boot Drive. Drive is recognized in Win8.1 as well as diskpart. But when I go to set it up it will not format(diskpart, list disk, select disk 0, clean, create partition primary align=1024, format quick fs=ntfs). Get to the point of doing the quick format and it comes back with an error. I even tried setting it up in Diskmanger in Win8.1 and it also gives me an error when doing the quick format. Anyone have an idea what I'm doing wrong? Thanks
     
  2. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    Not too familiar with 8.1 but what error is it coming back with? Also since SSD's read in 4K segments I think an offset of 4096 is recommended.

    Also I thought starting with Windows 7 creating partitions and format was auto SSD aware and no need to set anything. Maybe I am all wrong here as have not had to do this in quite a while.
     
    Last edited: Mar 15, 2015
  3. octiceps

    octiceps Nimrod

    Reputations:
    3,147
    Messages:
    9,944
    Likes Received:
    4,194
    Trophy Points:
    431
    The align command is unnecessary unless cloning which you're not doing. Either 1024 (Windows default) or 4096 is fine, doesn't matter.

    convert gpt instead of create partition primary and format fs=ntfs quick if doing UEFI installation of Windows 8.1, otherwise active after format fs=ntfs quick.
     
    Last edited: Mar 15, 2015
  4. RCB

    RCB Notebook Deity

    Reputations:
    644
    Messages:
    1,065
    Likes Received:
    103
    Trophy Points:
    81
    FORMAT FS=NTFS LABEL="OS" QUICK
    or: FORMAT FS=NTFS QUICK

    W7 and up is SSD aware on a clean install.