Ubutnu 18.04 SSD sometimes freeze for seconds
I have ubuntu 18.04 in two computers (the same hardware) and sometimes during the day, the led of the SSD is lighten continual for a few seconds (almost 30) and the computer practically freezes during this time, happens randomly, for example , with something simple like open Gedit .
In the first place I installed POP OS 18.10 but I remove it thinking that was the problem.
Then I installed Ubuntu 18.04, but the problem continues, I also removed swap partition.
And I checked the SSD with smarttools and everything seems fine.
The SSD patitions:
Device Start End Sectors Size Type
/dev/sda1 2048 1953791 1951744 953M EFI System
/dev/sda2 1953792 99610623 97656832 46.6G Linux filesystem
/dev/sda3 99610624 937701375 838090752 399.6G Linux filesystem
I was testing with some commands and for explame, when is failing:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 2 MB in 16.79 seconds = 121.97 kB/sec
And normal:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 1004 MB in 3.00 seconds = 334.33 MB/sec
SSD Info:
Device Model: KINGSTON SA400S37480G
Firmware Version: SBFKB1C2
User Capacity: 480 103 981 056 bytes [480 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 4
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Fri Jan 4 16:43:40 2019 MST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
- Motherboar: Gigabyte H310M H
- CPU: Intel (R) Core (TM) i5-8400 CPU 2.80GHz
Memory: KINGSTON HYPER X FURY 8GB DDR4 2400MHZ x 2
total used free shared buff/cache available
Mem: 15G 6.6G 3.2G 904M 5.7G 7.8G
What could be the problem?
18.04 ssd freeze
New contributor
add a comment |
I have ubuntu 18.04 in two computers (the same hardware) and sometimes during the day, the led of the SSD is lighten continual for a few seconds (almost 30) and the computer practically freezes during this time, happens randomly, for example , with something simple like open Gedit .
In the first place I installed POP OS 18.10 but I remove it thinking that was the problem.
Then I installed Ubuntu 18.04, but the problem continues, I also removed swap partition.
And I checked the SSD with smarttools and everything seems fine.
The SSD patitions:
Device Start End Sectors Size Type
/dev/sda1 2048 1953791 1951744 953M EFI System
/dev/sda2 1953792 99610623 97656832 46.6G Linux filesystem
/dev/sda3 99610624 937701375 838090752 399.6G Linux filesystem
I was testing with some commands and for explame, when is failing:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 2 MB in 16.79 seconds = 121.97 kB/sec
And normal:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 1004 MB in 3.00 seconds = 334.33 MB/sec
SSD Info:
Device Model: KINGSTON SA400S37480G
Firmware Version: SBFKB1C2
User Capacity: 480 103 981 056 bytes [480 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 4
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Fri Jan 4 16:43:40 2019 MST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
- Motherboar: Gigabyte H310M H
- CPU: Intel (R) Core (TM) i5-8400 CPU 2.80GHz
Memory: KINGSTON HYPER X FURY 8GB DDR4 2400MHZ x 2
total used free shared buff/cache available
Mem: 15G 6.6G 3.2G 904M 5.7G 7.8G
What could be the problem?
18.04 ssd freeze
New contributor
3
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can rundmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in/var/log/syslog
where the most important entries from the kernel logs are saved.
– kasperd
2 days ago
add a comment |
I have ubuntu 18.04 in two computers (the same hardware) and sometimes during the day, the led of the SSD is lighten continual for a few seconds (almost 30) and the computer practically freezes during this time, happens randomly, for example , with something simple like open Gedit .
In the first place I installed POP OS 18.10 but I remove it thinking that was the problem.
Then I installed Ubuntu 18.04, but the problem continues, I also removed swap partition.
And I checked the SSD with smarttools and everything seems fine.
The SSD patitions:
Device Start End Sectors Size Type
/dev/sda1 2048 1953791 1951744 953M EFI System
/dev/sda2 1953792 99610623 97656832 46.6G Linux filesystem
/dev/sda3 99610624 937701375 838090752 399.6G Linux filesystem
I was testing with some commands and for explame, when is failing:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 2 MB in 16.79 seconds = 121.97 kB/sec
And normal:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 1004 MB in 3.00 seconds = 334.33 MB/sec
SSD Info:
Device Model: KINGSTON SA400S37480G
Firmware Version: SBFKB1C2
User Capacity: 480 103 981 056 bytes [480 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 4
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Fri Jan 4 16:43:40 2019 MST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
- Motherboar: Gigabyte H310M H
- CPU: Intel (R) Core (TM) i5-8400 CPU 2.80GHz
Memory: KINGSTON HYPER X FURY 8GB DDR4 2400MHZ x 2
total used free shared buff/cache available
Mem: 15G 6.6G 3.2G 904M 5.7G 7.8G
What could be the problem?
18.04 ssd freeze
New contributor
I have ubuntu 18.04 in two computers (the same hardware) and sometimes during the day, the led of the SSD is lighten continual for a few seconds (almost 30) and the computer practically freezes during this time, happens randomly, for example , with something simple like open Gedit .
In the first place I installed POP OS 18.10 but I remove it thinking that was the problem.
Then I installed Ubuntu 18.04, but the problem continues, I also removed swap partition.
And I checked the SSD with smarttools and everything seems fine.
The SSD patitions:
Device Start End Sectors Size Type
/dev/sda1 2048 1953791 1951744 953M EFI System
/dev/sda2 1953792 99610623 97656832 46.6G Linux filesystem
/dev/sda3 99610624 937701375 838090752 399.6G Linux filesystem
I was testing with some commands and for explame, when is failing:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 2 MB in 16.79 seconds = 121.97 kB/sec
And normal:
sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 1004 MB in 3.00 seconds = 334.33 MB/sec
SSD Info:
Device Model: KINGSTON SA400S37480G
Firmware Version: SBFKB1C2
User Capacity: 480 103 981 056 bytes [480 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 4
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Fri Jan 4 16:43:40 2019 MST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
- Motherboar: Gigabyte H310M H
- CPU: Intel (R) Core (TM) i5-8400 CPU 2.80GHz
Memory: KINGSTON HYPER X FURY 8GB DDR4 2400MHZ x 2
total used free shared buff/cache available
Mem: 15G 6.6G 3.2G 904M 5.7G 7.8G
What could be the problem?
18.04 ssd freeze
18.04 ssd freeze
New contributor
New contributor
New contributor
asked 2 days ago
Cesar QuinteroCesar Quintero
61
61
New contributor
New contributor
3
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can rundmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in/var/log/syslog
where the most important entries from the kernel logs are saved.
– kasperd
2 days ago
add a comment |
3
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can rundmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in/var/log/syslog
where the most important entries from the kernel logs are saved.
– kasperd
2 days ago
3
3
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can run
dmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in /var/log/syslog
where the most important entries from the kernel logs are saved.– kasperd
2 days ago
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can run
dmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in /var/log/syslog
where the most important entries from the kernel logs are saved.– kasperd
2 days ago
add a comment |
0
active
oldest
votes
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
});
}
});
Cesar Quintero is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1107053%2fubutnu-18-04-ssd-sometimes-freeze-for-seconds%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cesar Quintero is a new contributor. Be nice, and check out our Code of Conduct.
Cesar Quintero is a new contributor. Be nice, and check out our Code of Conduct.
Cesar Quintero is a new contributor. Be nice, and check out our Code of Conduct.
Cesar Quintero is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1107053%2fubutnu-18-04-ssd-sometimes-freeze-for-seconds%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
3
Disabling swap was not a sensible step to do in this case. At best it changed nothing. At worst it made the problem worse and you lost some useful information that could have helped debugging the problem. It would have been useful to know how much swap was in use and how much was free before it was disabled. There is however still other useful information for you to look at. You can run
dmesg
in a terminal to see kernel logs currently in memory. Additionally you can look in/var/log/syslog
where the most important entries from the kernel logs are saved.– kasperd
2 days ago