Partitioning for two separate SSDs
I'm installing Ubuntu on my laptop with two SSD drives:
- 24 GB Sandisk SSD i100 with read/write performance of 450/350 MB/s
- 256 GB Samsung 840 Pro with read/write performance of 540/520 MB/s
The layout I've been thinking is:
/boot
partition- swap partition
- partition for the rest
As you see, the Samsung should be far more performant. So, does putting any of these on the Sandisk make sense? Is there something that would? Or should I just leave it empty?
installation partitioning ssd
add a comment |
I'm installing Ubuntu on my laptop with two SSD drives:
- 24 GB Sandisk SSD i100 with read/write performance of 450/350 MB/s
- 256 GB Samsung 840 Pro with read/write performance of 540/520 MB/s
The layout I've been thinking is:
/boot
partition- swap partition
- partition for the rest
As you see, the Samsung should be far more performant. So, does putting any of these on the Sandisk make sense? Is there something that would? Or should I just leave it empty?
installation partitioning ssd
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58
add a comment |
I'm installing Ubuntu on my laptop with two SSD drives:
- 24 GB Sandisk SSD i100 with read/write performance of 450/350 MB/s
- 256 GB Samsung 840 Pro with read/write performance of 540/520 MB/s
The layout I've been thinking is:
/boot
partition- swap partition
- partition for the rest
As you see, the Samsung should be far more performant. So, does putting any of these on the Sandisk make sense? Is there something that would? Or should I just leave it empty?
installation partitioning ssd
I'm installing Ubuntu on my laptop with two SSD drives:
- 24 GB Sandisk SSD i100 with read/write performance of 450/350 MB/s
- 256 GB Samsung 840 Pro with read/write performance of 540/520 MB/s
The layout I've been thinking is:
/boot
partition- swap partition
- partition for the rest
As you see, the Samsung should be far more performant. So, does putting any of these on the Sandisk make sense? Is there something that would? Or should I just leave it empty?
installation partitioning ssd
installation partitioning ssd
asked Dec 31 '12 at 17:14
hleinonehleinone
4001313
4001313
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58
add a comment |
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58
add a comment |
2 Answers
2
active
oldest
votes
If you don't care about using Samsung SSD space put everything in there as it's the best choice, although putting /boot partition on Sandisk SSD can save you some space in the Samsung SSD and it won't affect too much your system, the only thing that would change is a boot time increased for about 5 or 10 seconds.
add a comment |
It has become common practice to put / on a small SSD (32 or 64Gb) and /home on an much larger HDD, SAS or SSHD to speed things up and keep it all low cost and take advantage of cheep access to very large drives (2, 4 or event 8Tb HDD or SSHD). You can access both drives at the same time and read and write will also increase marginally.
Putting / on a small SSD and /home on a larger SSD is even better, access time being that small, no noticeable difference there, but on read and write, certainly so... Mind you, you won't see any noticeable difference if both are M.2... Than comes the question of what to do with swap??? 1. If you have over 8Gb of RAM, I doubt that you'll ever need one. Swap is faster on SSD, but never as fast as RAM; and keep in mind that swap on an SSD shortens its life, so go for more RAM instead. But, should you need one, put it on the small SSD if it is is at least 64Gb or otherwise on the larger one if it is only 32Gb. To lengthen the life of the 64Gb SSD, get an SLC instead of an MLC SSD... Don't forget that you should always keep at least 10% of your SSD free at all times
New contributor
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%2f234719%2fpartitioning-for-two-separate-ssds%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you don't care about using Samsung SSD space put everything in there as it's the best choice, although putting /boot partition on Sandisk SSD can save you some space in the Samsung SSD and it won't affect too much your system, the only thing that would change is a boot time increased for about 5 or 10 seconds.
add a comment |
If you don't care about using Samsung SSD space put everything in there as it's the best choice, although putting /boot partition on Sandisk SSD can save you some space in the Samsung SSD and it won't affect too much your system, the only thing that would change is a boot time increased for about 5 or 10 seconds.
add a comment |
If you don't care about using Samsung SSD space put everything in there as it's the best choice, although putting /boot partition on Sandisk SSD can save you some space in the Samsung SSD and it won't affect too much your system, the only thing that would change is a boot time increased for about 5 or 10 seconds.
If you don't care about using Samsung SSD space put everything in there as it's the best choice, although putting /boot partition on Sandisk SSD can save you some space in the Samsung SSD and it won't affect too much your system, the only thing that would change is a boot time increased for about 5 or 10 seconds.
answered Dec 31 '12 at 17:22
Rodrigo MartinsRodrigo Martins
4,31263064
4,31263064
add a comment |
add a comment |
It has become common practice to put / on a small SSD (32 or 64Gb) and /home on an much larger HDD, SAS or SSHD to speed things up and keep it all low cost and take advantage of cheep access to very large drives (2, 4 or event 8Tb HDD or SSHD). You can access both drives at the same time and read and write will also increase marginally.
Putting / on a small SSD and /home on a larger SSD is even better, access time being that small, no noticeable difference there, but on read and write, certainly so... Mind you, you won't see any noticeable difference if both are M.2... Than comes the question of what to do with swap??? 1. If you have over 8Gb of RAM, I doubt that you'll ever need one. Swap is faster on SSD, but never as fast as RAM; and keep in mind that swap on an SSD shortens its life, so go for more RAM instead. But, should you need one, put it on the small SSD if it is is at least 64Gb or otherwise on the larger one if it is only 32Gb. To lengthen the life of the 64Gb SSD, get an SLC instead of an MLC SSD... Don't forget that you should always keep at least 10% of your SSD free at all times
New contributor
add a comment |
It has become common practice to put / on a small SSD (32 or 64Gb) and /home on an much larger HDD, SAS or SSHD to speed things up and keep it all low cost and take advantage of cheep access to very large drives (2, 4 or event 8Tb HDD or SSHD). You can access both drives at the same time and read and write will also increase marginally.
Putting / on a small SSD and /home on a larger SSD is even better, access time being that small, no noticeable difference there, but on read and write, certainly so... Mind you, you won't see any noticeable difference if both are M.2... Than comes the question of what to do with swap??? 1. If you have over 8Gb of RAM, I doubt that you'll ever need one. Swap is faster on SSD, but never as fast as RAM; and keep in mind that swap on an SSD shortens its life, so go for more RAM instead. But, should you need one, put it on the small SSD if it is is at least 64Gb or otherwise on the larger one if it is only 32Gb. To lengthen the life of the 64Gb SSD, get an SLC instead of an MLC SSD... Don't forget that you should always keep at least 10% of your SSD free at all times
New contributor
add a comment |
It has become common practice to put / on a small SSD (32 or 64Gb) and /home on an much larger HDD, SAS or SSHD to speed things up and keep it all low cost and take advantage of cheep access to very large drives (2, 4 or event 8Tb HDD or SSHD). You can access both drives at the same time and read and write will also increase marginally.
Putting / on a small SSD and /home on a larger SSD is even better, access time being that small, no noticeable difference there, but on read and write, certainly so... Mind you, you won't see any noticeable difference if both are M.2... Than comes the question of what to do with swap??? 1. If you have over 8Gb of RAM, I doubt that you'll ever need one. Swap is faster on SSD, but never as fast as RAM; and keep in mind that swap on an SSD shortens its life, so go for more RAM instead. But, should you need one, put it on the small SSD if it is is at least 64Gb or otherwise on the larger one if it is only 32Gb. To lengthen the life of the 64Gb SSD, get an SLC instead of an MLC SSD... Don't forget that you should always keep at least 10% of your SSD free at all times
New contributor
It has become common practice to put / on a small SSD (32 or 64Gb) and /home on an much larger HDD, SAS or SSHD to speed things up and keep it all low cost and take advantage of cheep access to very large drives (2, 4 or event 8Tb HDD or SSHD). You can access both drives at the same time and read and write will also increase marginally.
Putting / on a small SSD and /home on a larger SSD is even better, access time being that small, no noticeable difference there, but on read and write, certainly so... Mind you, you won't see any noticeable difference if both are M.2... Than comes the question of what to do with swap??? 1. If you have over 8Gb of RAM, I doubt that you'll ever need one. Swap is faster on SSD, but never as fast as RAM; and keep in mind that swap on an SSD shortens its life, so go for more RAM instead. But, should you need one, put it on the small SSD if it is is at least 64Gb or otherwise on the larger one if it is only 32Gb. To lengthen the life of the 64Gb SSD, get an SLC instead of an MLC SSD... Don't forget that you should always keep at least 10% of your SSD free at all times
New contributor
New contributor
answered Mar 8 at 21:33
EmJayEmJay
111
111
New contributor
New contributor
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%2f234719%2fpartitioning-for-two-separate-ssds%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
I have a Zenbook with a 24GB SSD and a 500GB HDD I tried putting it onto the SSD but did not win. Would I get much benefit from installing it here as opposed to the HDD? Can it boot from the 24GB Sandisk?
– Bronson
May 29 '13 at 2:29
It sounds just like mine. I just replaced the 500 GB HDD with the Samsung SSD. According to the article on Ultrabook News it should be possible to install the OS on the SSD drive. Although the performance of the 24 GB SSD is not that great so the benefit might be debatable.
– hleinone
Jun 3 '13 at 6:58