Speed of HDD getting extremly slowHow can I check the SMART status of a SSD or HDD on current versions of Ubuntu 14.04 through 18.10?How can I check the health of my hard drive?HDD performance is slow in ubuntuVery slow copying Ubuntu 12.10, AHCIWhy are all hard drives slow on my Ubuntu system?Proper use of my drives SSD & HDDExtremely low HDD read/write speedMove Ubuntu 16.04 to a SSD from HDD occurring error, no ssd shown in grub menudd command clones 10MB and stops
Why can XOR not be learnt by a linear model?
How to avoid getting angry during job interviews?
How to (or should one) distinguish between lowercase and uppercase alphabets orally when lecturing?
Am I being used by my supervisor?
60's or older story about two kinds of mutant telepaths
Is it acceptable to have a fraction in an eigenvector?
How did the Corona (Key Hole) satellites film canisters deorbit?
Is the "p" in "spin" really a "b"?
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
How strong is XOR encryption of 256 bit plain text with 256 bit key?
Question about ideal transformers and inductors
Is sometimes "how I shall" = "how shall I"?
Signed overflow in C++ and undefined behaviour (UB)
What is a Sexy Phrase™?
How can baseline humanity survive on its own in the future?
Do the holes in Jacquard loom punched cards represent input data or program code?
conductor formula
What difference does horsepower make? If the engine can spin the propeller fast enough, why does it need power behind it?
What was this pickled vegetable which I was served at a middle eastern restaurant (description inside)?
Life insurance as a lottery ticket
Fingering for Bach's Toccata in E-minor BWV914
Feasible explanation to the continued existence of dangerous magical creatures in a modern setting
Local bounding box doesn't work inside a scope
Using "um...zu" with past participle
Speed of HDD getting extremly slow
How can I check the SMART status of a SSD or HDD on current versions of Ubuntu 14.04 through 18.10?How can I check the health of my hard drive?HDD performance is slow in ubuntuVery slow copying Ubuntu 12.10, AHCIWhy are all hard drives slow on my Ubuntu system?Proper use of my drives SSD & HDDExtremely low HDD read/write speedMove Ubuntu 16.04 to a SSD from HDD occurring error, no ssd shown in grub menudd command clones 10MB and stops
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have two hard drives in my system one SSD
for the OS and a HDD
for data storage.
After a fresh restart I check the reading speed of my HDD
via:
sudo hdparm -t /dev/sdb
and I get quite varying results (between 15MB/s
and 200MB/s
) for it.
After I start a python
program which performs calculations on the HDD
the speed drops extremely (even after I stop the program).hdparm -t /dev/sdb
stops working and is not giving any results back.
From then on also copying files on or from the HDD
is very slow (or not working).
I am using ubuntu 18.04 LTS
and the Drive Settings
show me the HDD
is mounted by NTFS
I don't suspect my python code to be the problem since everything runs fine when I pull the data onto the SSD
.
It would be very helpful if you could give me advice how to find the source of the problem here!
18.04 hard-drive hdparm
add a comment
|
I have two hard drives in my system one SSD
for the OS and a HDD
for data storage.
After a fresh restart I check the reading speed of my HDD
via:
sudo hdparm -t /dev/sdb
and I get quite varying results (between 15MB/s
and 200MB/s
) for it.
After I start a python
program which performs calculations on the HDD
the speed drops extremely (even after I stop the program).hdparm -t /dev/sdb
stops working and is not giving any results back.
From then on also copying files on or from the HDD
is very slow (or not working).
I am using ubuntu 18.04 LTS
and the Drive Settings
show me the HDD
is mounted by NTFS
I don't suspect my python code to be the problem since everything runs fine when I pull the data onto the SSD
.
It would be very helpful if you could give me advice how to find the source of the problem here!
18.04 hard-drive hdparm
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
3
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42
add a comment
|
I have two hard drives in my system one SSD
for the OS and a HDD
for data storage.
After a fresh restart I check the reading speed of my HDD
via:
sudo hdparm -t /dev/sdb
and I get quite varying results (between 15MB/s
and 200MB/s
) for it.
After I start a python
program which performs calculations on the HDD
the speed drops extremely (even after I stop the program).hdparm -t /dev/sdb
stops working and is not giving any results back.
From then on also copying files on or from the HDD
is very slow (or not working).
I am using ubuntu 18.04 LTS
and the Drive Settings
show me the HDD
is mounted by NTFS
I don't suspect my python code to be the problem since everything runs fine when I pull the data onto the SSD
.
It would be very helpful if you could give me advice how to find the source of the problem here!
18.04 hard-drive hdparm
I have two hard drives in my system one SSD
for the OS and a HDD
for data storage.
After a fresh restart I check the reading speed of my HDD
via:
sudo hdparm -t /dev/sdb
and I get quite varying results (between 15MB/s
and 200MB/s
) for it.
After I start a python
program which performs calculations on the HDD
the speed drops extremely (even after I stop the program).hdparm -t /dev/sdb
stops working and is not giving any results back.
From then on also copying files on or from the HDD
is very slow (or not working).
I am using ubuntu 18.04 LTS
and the Drive Settings
show me the HDD
is mounted by NTFS
I don't suspect my python code to be the problem since everything runs fine when I pull the data onto the SSD
.
It would be very helpful if you could give me advice how to find the source of the problem here!
18.04 hard-drive hdparm
18.04 hard-drive hdparm
edited Sep 24 at 9:32
some_name.py
asked Sep 24 at 8:34
some_name.pysome_name.py
1012 bronze badges
1012 bronze badges
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
3
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42
add a comment
|
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
3
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
3
3
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42
add a comment
|
1 Answer
1
active
oldest
votes
I think I figured it out the problem was most likely that the drive was format in NTFS
. I formatted it to EXT4
and so far no more problems.
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/4.0/"u003ecc by-sa 4.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%2f1176252%2fspeed-of-hdd-getting-extremly-slow%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
I think I figured it out the problem was most likely that the drive was format in NTFS
. I formatted it to EXT4
and so far no more problems.
add a comment
|
I think I figured it out the problem was most likely that the drive was format in NTFS
. I formatted it to EXT4
and so far no more problems.
add a comment
|
I think I figured it out the problem was most likely that the drive was format in NTFS
. I formatted it to EXT4
and so far no more problems.
I think I figured it out the problem was most likely that the drive was format in NTFS
. I formatted it to EXT4
and so far no more problems.
answered Oct 1 at 7:41
some_name.pysome_name.py
1012 bronze badges
1012 bronze badges
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%2f1176252%2fspeed-of-hdd-getting-extremly-slow%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
Do you mean reading in your sentence I check the writing speed of my HDD?
– Yasen
Sep 24 at 9:29
Thanks ofc your right
– some_name.py
Sep 24 at 9:32
3
I would check the HDD health! If S.M.A.R.T. option is enabled in the BIOS, you can use the GUI tool Disks to get the info of the HDD health: askubuntu.com/q/528072/566421 and askubuntu.com/q/38566/566421
– pa4080
Sep 24 at 9:57
Thank you for your help! The sort Self-Test runs through without a problem, I will report if the longer version yields a problem. Up to now I suspected no hardware-problem because the reading/writing speed was restored after a restart of the system.
– some_name.py
Sep 24 at 11:42