M
Mike S
I would like to check in with people here to see if I am approaching
this task in the right way.
I have an HP Pavilion DV7 3164cl 64bit laptop with a 320GB hdd, I just
purchased a 512GB SSD. I want to clone the C:\ and hidden restore/repair
partitions on the hdd to the SSD (by attaching the SSD with a USB
cable), then install Linux on the remaining 192GB so I will have a dual
boot machine. I was thinking of creating partitions on the SSD that are
the same size as the hdd has for C:\ and the hidden reinstall/repair
partition, using the approach described on the web page below to create
correctly aligned partitions, then simply cloning each partition before
installing Linux as the dual boot OS.
Does this procedure sound correct? Am I missing anything?
TIA,
Mike
---------------------------------------
Here's the page I was referring to:
---------------------------------------
The easiest way to align an SSD is to create an aligned partition on the
SSD with the help of Diskpart. Open an elevated command prompt and run
the following sequence of commands – each line followed by Enter.
Diskpart
List disk
Select disk n (where n is the number that was given for your SSD in List
disk)
Clean
Create partition primary align=1024
Format fs=ntfs quick
Active (assuming you want to install an OS)
Exit
Note: If you want to create a 100MB partition with alignment, the create
command is:
Create partition primary size=100 align=1024
The size unit is always MB.
Verification
If you want to verify the alignment (e.g. for a SSD where you are not
certain whether the proper alignment was done), you use the following
commands.
Diskpart
List disk
Select disk n
List partition
Now you should see a result like this.
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 59 GB 1024 KB - but 64KB or any number divisible by
4 is also good
The offset (in KBs) has to be divisible by 4.
Note: Some readers and users of this tutorial got confused because the
alignment numbers in a typical Windows7 installation are shown as:
1024KB for the 100MB partition
101MB for the next partition - which is most likely the C partition
They think that 101MB is not divisible by 4 and that there must be a
problem. But that is not so. If you convert 101MBs into KBs (multiply by
1024), then the number is divisible by 4 and the partition is aligned.
http://www.sevenforums.com/tutorials/113967-ssd-alignment.html
this task in the right way.
I have an HP Pavilion DV7 3164cl 64bit laptop with a 320GB hdd, I just
purchased a 512GB SSD. I want to clone the C:\ and hidden restore/repair
partitions on the hdd to the SSD (by attaching the SSD with a USB
cable), then install Linux on the remaining 192GB so I will have a dual
boot machine. I was thinking of creating partitions on the SSD that are
the same size as the hdd has for C:\ and the hidden reinstall/repair
partition, using the approach described on the web page below to create
correctly aligned partitions, then simply cloning each partition before
installing Linux as the dual boot OS.
Does this procedure sound correct? Am I missing anything?
TIA,
Mike
---------------------------------------
Here's the page I was referring to:
---------------------------------------
The easiest way to align an SSD is to create an aligned partition on the
SSD with the help of Diskpart. Open an elevated command prompt and run
the following sequence of commands – each line followed by Enter.
Diskpart
List disk
Select disk n (where n is the number that was given for your SSD in List
disk)
Clean
Create partition primary align=1024
Format fs=ntfs quick
Active (assuming you want to install an OS)
Exit
Note: If you want to create a 100MB partition with alignment, the create
command is:
Create partition primary size=100 align=1024
The size unit is always MB.
Verification
If you want to verify the alignment (e.g. for a SSD where you are not
certain whether the proper alignment was done), you use the following
commands.
Diskpart
List disk
Select disk n
List partition
Now you should see a result like this.
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 59 GB 1024 KB - but 64KB or any number divisible by
4 is also good
The offset (in KBs) has to be divisible by 4.
Note: Some readers and users of this tutorial got confused because the
alignment numbers in a typical Windows7 installation are shown as:
1024KB for the 100MB partition
101MB for the next partition - which is most likely the C partition
They think that 101MB is not divisible by 4 and that there must be a
problem. But that is not so. If you convert 101MBs into KBs (multiply by
1024), then the number is divisible by 4 and the partition is aligned.
http://www.sevenforums.com/tutorials/113967-ssd-alignment.html