Replacing an ssd on notebook The Next CEO of Stack OverflowFile system is not clean (The...
What's the best way to handle refactoring a big file?
How to make a variable always equal to the result of some calculations?
Do I need to enable Dev Hub in my PROD Org?
Why didn't Khan get resurrected in the Genesis Explosion?
Bold, vivid family
How to avoid supervisors with prejudiced views?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Unreliable Magic - Is it worth it?
"and that skill is always a class skill for you" - does "always" have any meaning in Pathfinder?
Why do remote companies require working in the US?
MessageLevel in QGIS3
What flight has the highest ratio of time difference to flight time?
SQL Server 2016 - excessive memory grant warning on poor performing query
If a black hole is created from light, can this black hole then move at speed of light?
What is ( CFMCC ) on ILS approach chart?
Is there an analogue of projective spaces for proper schemes?
Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?
What happened in Rome, when the western empire "fell"?
Make solar eclipses exceedingly rare, but still have new moons
Sending manuscript to multiple publishers
Novel about a guy who is possessed by the divine essence and the world ends?
Why am I allowed to create multiple unique pointers from a single object?
If the heap is initialized for security, then why is the stack uninitialized?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Replacing an ssd on notebook
The Next CEO of Stack OverflowFile system is not clean (The partition is misaligned by 1024 bytes)unable to dualboot win XP with Ubuntu 13.04 on Asus Zenbook UX32aTrying to add Windows 7 to grub2Boot linux on external hard disk - Send Grub RescueAdded one extra drive, old dual boot stopped workingIntel RAID5 array Shows < 50% spaceunable to mount 3TB Hdd (System HPFS/NTFS/exFAT)unable to boot windows after installing ubutu16.04 alongside.Problem with partitions after reinstallmentExtend filesystem after hdd-cloning 32GB to 500GB
I'm finally running out of space on a 128GB ssd on a notebook (asus N501VW) and am thinking of replacing it with a larger, 500GB, drive.
The setup:
- 1 notebook (N501VW) running Win 10 (x64)
- 3 drives (128GB ssd (M2) (C:), 1TB hdd (D:), 500GB ssd (M2))
128GB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo C:
NTFS Volume Serial Number : 0x246467166466ea4e
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x000000000ec25e12
Total Clusters : 0x0000000001d84bc2
Free Clusters : 0x000000000012ce83
Total Reserved : 0x00000000000450b8
Bytes Per Sector : 512
Bytes Per Physical Sector : 512
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000036840000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x00000000005404a0
Mft Zone End : 0x0000000000540760
Max Device Trim Extent Count : 512
Max Device Trim Byte Count : 0xffffffff
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 8A0D0FB6-C261-11E6-8455-9CEBE8321CA9
1TB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo D:
NTFS Volume Serial Number : 0x38f0efcbf0ef8e06
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x0000000074705fff
Total Clusters : 0x000000000e8e0bff
Free Clusters : 0x000000000497daa5
Total Reserved : 0x00000000000013ff
Bytes Per Sector : 512
Bytes Per Physical Sector : 4096
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000099940000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x0000000009a85600
Mft Zone End : 0x0000000009a8fd40
Max Device Trim Extent Count : 0
Max Device Trim Byte Count : 0x0
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 14ED2385-C262-11E6-A546-9CEBE8321CA9
500GB:
not purchased as of yet
The plan:
- Boot from a Linux (e.g. ubuntu) usb image
- Copy C: into D: (D: still has space)
- Shutdown, replace C: with larger ssd
- Boot (again) from usb
- Copy C: from D: into larger ssd
- Shutdown; boot from larger ssd
- If all's well, clear former C: from D:
The bad:
- Will a dd format the new ssd entirely upon copy (from D: to 500GB)?
- If not how much of 500GB will be usable?
- Since 128GB is small, there are many simlinks to D:. Will they be affected upon copy?
- Is this even the right way of doing this?
boot partitioning hard-drive backup ssd
add a comment |
I'm finally running out of space on a 128GB ssd on a notebook (asus N501VW) and am thinking of replacing it with a larger, 500GB, drive.
The setup:
- 1 notebook (N501VW) running Win 10 (x64)
- 3 drives (128GB ssd (M2) (C:), 1TB hdd (D:), 500GB ssd (M2))
128GB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo C:
NTFS Volume Serial Number : 0x246467166466ea4e
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x000000000ec25e12
Total Clusters : 0x0000000001d84bc2
Free Clusters : 0x000000000012ce83
Total Reserved : 0x00000000000450b8
Bytes Per Sector : 512
Bytes Per Physical Sector : 512
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000036840000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x00000000005404a0
Mft Zone End : 0x0000000000540760
Max Device Trim Extent Count : 512
Max Device Trim Byte Count : 0xffffffff
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 8A0D0FB6-C261-11E6-8455-9CEBE8321CA9
1TB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo D:
NTFS Volume Serial Number : 0x38f0efcbf0ef8e06
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x0000000074705fff
Total Clusters : 0x000000000e8e0bff
Free Clusters : 0x000000000497daa5
Total Reserved : 0x00000000000013ff
Bytes Per Sector : 512
Bytes Per Physical Sector : 4096
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000099940000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x0000000009a85600
Mft Zone End : 0x0000000009a8fd40
Max Device Trim Extent Count : 0
Max Device Trim Byte Count : 0x0
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 14ED2385-C262-11E6-A546-9CEBE8321CA9
500GB:
not purchased as of yet
The plan:
- Boot from a Linux (e.g. ubuntu) usb image
- Copy C: into D: (D: still has space)
- Shutdown, replace C: with larger ssd
- Boot (again) from usb
- Copy C: from D: into larger ssd
- Shutdown; boot from larger ssd
- If all's well, clear former C: from D:
The bad:
- Will a dd format the new ssd entirely upon copy (from D: to 500GB)?
- If not how much of 500GB will be usable?
- Since 128GB is small, there are many simlinks to D:. Will they be affected upon copy?
- Is this even the right way of doing this?
boot partitioning hard-drive backup ssd
add a comment |
I'm finally running out of space on a 128GB ssd on a notebook (asus N501VW) and am thinking of replacing it with a larger, 500GB, drive.
The setup:
- 1 notebook (N501VW) running Win 10 (x64)
- 3 drives (128GB ssd (M2) (C:), 1TB hdd (D:), 500GB ssd (M2))
128GB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo C:
NTFS Volume Serial Number : 0x246467166466ea4e
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x000000000ec25e12
Total Clusters : 0x0000000001d84bc2
Free Clusters : 0x000000000012ce83
Total Reserved : 0x00000000000450b8
Bytes Per Sector : 512
Bytes Per Physical Sector : 512
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000036840000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x00000000005404a0
Mft Zone End : 0x0000000000540760
Max Device Trim Extent Count : 512
Max Device Trim Byte Count : 0xffffffff
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 8A0D0FB6-C261-11E6-8455-9CEBE8321CA9
1TB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo D:
NTFS Volume Serial Number : 0x38f0efcbf0ef8e06
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x0000000074705fff
Total Clusters : 0x000000000e8e0bff
Free Clusters : 0x000000000497daa5
Total Reserved : 0x00000000000013ff
Bytes Per Sector : 512
Bytes Per Physical Sector : 4096
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000099940000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x0000000009a85600
Mft Zone End : 0x0000000009a8fd40
Max Device Trim Extent Count : 0
Max Device Trim Byte Count : 0x0
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 14ED2385-C262-11E6-A546-9CEBE8321CA9
500GB:
not purchased as of yet
The plan:
- Boot from a Linux (e.g. ubuntu) usb image
- Copy C: into D: (D: still has space)
- Shutdown, replace C: with larger ssd
- Boot (again) from usb
- Copy C: from D: into larger ssd
- Shutdown; boot from larger ssd
- If all's well, clear former C: from D:
The bad:
- Will a dd format the new ssd entirely upon copy (from D: to 500GB)?
- If not how much of 500GB will be usable?
- Since 128GB is small, there are many simlinks to D:. Will they be affected upon copy?
- Is this even the right way of doing this?
boot partitioning hard-drive backup ssd
I'm finally running out of space on a 128GB ssd on a notebook (asus N501VW) and am thinking of replacing it with a larger, 500GB, drive.
The setup:
- 1 notebook (N501VW) running Win 10 (x64)
- 3 drives (128GB ssd (M2) (C:), 1TB hdd (D:), 500GB ssd (M2))
128GB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo C:
NTFS Volume Serial Number : 0x246467166466ea4e
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x000000000ec25e12
Total Clusters : 0x0000000001d84bc2
Free Clusters : 0x000000000012ce83
Total Reserved : 0x00000000000450b8
Bytes Per Sector : 512
Bytes Per Physical Sector : 512
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000036840000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x00000000005404a0
Mft Zone End : 0x0000000000540760
Max Device Trim Extent Count : 512
Max Device Trim Byte Count : 0xffffffff
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 8A0D0FB6-C261-11E6-8455-9CEBE8321CA9
1TB:
C:WINDOWSsystem32>fsutil fsInfo ntfsInfo D:
NTFS Volume Serial Number : 0x38f0efcbf0ef8e06
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x0000000074705fff
Total Clusters : 0x000000000e8e0bff
Free Clusters : 0x000000000497daa5
Total Reserved : 0x00000000000013ff
Bytes Per Sector : 512
Bytes Per Physical Sector : 4096
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000099940000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x0000000009a85600
Mft Zone End : 0x0000000009a8fd40
Max Device Trim Extent Count : 0
Max Device Trim Byte Count : 0x0
Max Volume Trim Extent Count : 62
Max Volume Trim Byte Count : 0x40000000
Resource Manager Identifier : 14ED2385-C262-11E6-A546-9CEBE8321CA9
500GB:
not purchased as of yet
The plan:
- Boot from a Linux (e.g. ubuntu) usb image
- Copy C: into D: (D: still has space)
- Shutdown, replace C: with larger ssd
- Boot (again) from usb
- Copy C: from D: into larger ssd
- Shutdown; boot from larger ssd
- If all's well, clear former C: from D:
The bad:
- Will a dd format the new ssd entirely upon copy (from D: to 500GB)?
- If not how much of 500GB will be usable?
- Since 128GB is small, there are many simlinks to D:. Will they be affected upon copy?
- Is this even the right way of doing this?
boot partitioning hard-drive backup ssd
boot partitioning hard-drive backup ssd
asked 15 mins ago
SebiSebi
1641412
1641412
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- No. It will not format your new ssd properly. You will need to resize the partition on the new drive. The partition table will also probably be a little messed up but a utility like gparted should be able to easily fix it.
- Only 128GB will be available until you resize the partition.
- I dont see why this would be a problem.
- It seems reasonable to me. I did the exact same thing to replace a hard drive with an ssd.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129803%2freplacing-an-ssd-on-notebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- No. It will not format your new ssd properly. You will need to resize the partition on the new drive. The partition table will also probably be a little messed up but a utility like gparted should be able to easily fix it.
- Only 128GB will be available until you resize the partition.
- I dont see why this would be a problem.
- It seems reasonable to me. I did the exact same thing to replace a hard drive with an ssd.
add a comment |
- No. It will not format your new ssd properly. You will need to resize the partition on the new drive. The partition table will also probably be a little messed up but a utility like gparted should be able to easily fix it.
- Only 128GB will be available until you resize the partition.
- I dont see why this would be a problem.
- It seems reasonable to me. I did the exact same thing to replace a hard drive with an ssd.
add a comment |
- No. It will not format your new ssd properly. You will need to resize the partition on the new drive. The partition table will also probably be a little messed up but a utility like gparted should be able to easily fix it.
- Only 128GB will be available until you resize the partition.
- I dont see why this would be a problem.
- It seems reasonable to me. I did the exact same thing to replace a hard drive with an ssd.
- No. It will not format your new ssd properly. You will need to resize the partition on the new drive. The partition table will also probably be a little messed up but a utility like gparted should be able to easily fix it.
- Only 128GB will be available until you resize the partition.
- I dont see why this would be a problem.
- It seems reasonable to me. I did the exact same thing to replace a hard drive with an ssd.
answered 2 mins ago
Ryan J. YoderRyan J. Yoder
1266
1266
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129803%2freplacing-an-ssd-on-notebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown