Hard disk extremely slow over certain times [on hold] The Next CEO of Stack OverflowHow do I destroy a hard disk?Hyper-V - Creating a large fixed disk - EXTREMELY SlowBad disk performance on HP DL360 with Smart Array P400i RAID controllerProblem with slow hard diskSlow webserver connection or hard diskExtremely High Hard Disk Reading UsageLinux - KVM - very slow disk ioSata Disk very poor performanceExtremely slow writing to external USB diskSlow Hard Disk Response Time

Purpose of level-shifter with same in and out voltages

What day is it again?

How to avoid supervisors with prejudiced views?

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

AB diagonalizable then BA also diagonalizable

What was Carter Burkes job for "the company" in "Aliens"?

Aggressive Under-Indexing and no data for missing index

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

Which one is the true statement?

Sulfuric acid symmetry point group

Can I use the word “Senior” as part of a job title directly in German?

Would a completely good Muggle be able to use a wand?

Expressing the idea of having a very busy time

How to set page number in right side in chapter title page?

Film where the government was corrupt with aliens, people sent to kill aliens are given rigged visors not showing the right aliens

Decide between Polyglossia and Babel for LuaLaTeX in 2019

Why the last AS PATH item always is `I` or `?`?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Is there a difference between "Fahrstuhl" and "Aufzug"?

What connection does MS Office have to Netscape Navigator?

How to use ReplaceAll on an expression that contains a rule

Easy to read palindrome checker

Won the lottery - how do I keep the money?

Can I calculate next year's exemptions based on this year's refund/amount owed?



Hard disk extremely slow over certain times [on hold]



The Next CEO of Stack OverflowHow do I destroy a hard disk?Hyper-V - Creating a large fixed disk - EXTREMELY SlowBad disk performance on HP DL360 with Smart Array P400i RAID controllerProblem with slow hard diskSlow webserver connection or hard diskExtremely High Hard Disk Reading UsageLinux - KVM - very slow disk ioSata Disk very poor performanceExtremely slow writing to external USB diskSlow Hard Disk Response Time










-1















I have a raspberry pi (running raspbian) and a 5 year old hard disk (NTFS). Everything operates normally most of time until there is a massive read/write occurring on the disk. Example:



m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
10240+0 records in
10240+0 records out
83886080 bytes (84 MB, 80 MiB) copied, 3.26341 s, 25.7 MB/s
m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
^C622+0 records in
622+0 records out
5095424 bytes (5.1 MB, 4.9 MiB) copied, 54.4939 s, 93.5 kB/s

m@raspberrypi:~/backupdisk $ ^C
m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
10240+0 records in
10240+0 records out
83886080 bytes (84 MB, 80 MiB) copied, 3.21822 s, 26.1 MB/s


When a slow down is experienced, the disk may not recover for 5-20 mins.



How can I figure out what is happening? Is it the USB bus or the hard disk or what else?



iotop is showing that writes are at 37kb/s and IO is at 99%. It is peculiar to say the least.










share|improve this question















put on hold as off-topic by joeqwerty, Michael Hampton yesterday


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – joeqwerty, Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.




















    -1















    I have a raspberry pi (running raspbian) and a 5 year old hard disk (NTFS). Everything operates normally most of time until there is a massive read/write occurring on the disk. Example:



    m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
    10240+0 records in
    10240+0 records out
    83886080 bytes (84 MB, 80 MiB) copied, 3.26341 s, 25.7 MB/s
    m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
    ^C622+0 records in
    622+0 records out
    5095424 bytes (5.1 MB, 4.9 MiB) copied, 54.4939 s, 93.5 kB/s

    m@raspberrypi:~/backupdisk $ ^C
    m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
    10240+0 records in
    10240+0 records out
    83886080 bytes (84 MB, 80 MiB) copied, 3.21822 s, 26.1 MB/s


    When a slow down is experienced, the disk may not recover for 5-20 mins.



    How can I figure out what is happening? Is it the USB bus or the hard disk or what else?



    iotop is showing that writes are at 37kb/s and IO is at 99%. It is peculiar to say the least.










    share|improve this question















    put on hold as off-topic by joeqwerty, Michael Hampton yesterday


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – joeqwerty, Michael Hampton
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      -1












      -1








      -1








      I have a raspberry pi (running raspbian) and a 5 year old hard disk (NTFS). Everything operates normally most of time until there is a massive read/write occurring on the disk. Example:



      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      10240+0 records in
      10240+0 records out
      83886080 bytes (84 MB, 80 MiB) copied, 3.26341 s, 25.7 MB/s
      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      ^C622+0 records in
      622+0 records out
      5095424 bytes (5.1 MB, 4.9 MiB) copied, 54.4939 s, 93.5 kB/s

      m@raspberrypi:~/backupdisk $ ^C
      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      10240+0 records in
      10240+0 records out
      83886080 bytes (84 MB, 80 MiB) copied, 3.21822 s, 26.1 MB/s


      When a slow down is experienced, the disk may not recover for 5-20 mins.



      How can I figure out what is happening? Is it the USB bus or the hard disk or what else?



      iotop is showing that writes are at 37kb/s and IO is at 99%. It is peculiar to say the least.










      share|improve this question
















      I have a raspberry pi (running raspbian) and a 5 year old hard disk (NTFS). Everything operates normally most of time until there is a massive read/write occurring on the disk. Example:



      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      10240+0 records in
      10240+0 records out
      83886080 bytes (84 MB, 80 MiB) copied, 3.26341 s, 25.7 MB/s
      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      ^C622+0 records in
      622+0 records out
      5095424 bytes (5.1 MB, 4.9 MiB) copied, 54.4939 s, 93.5 kB/s

      m@raspberrypi:~/backupdisk $ ^C
      m@raspberrypi:~/backupdisk $ dd if=/dev/zero of=output bs=8k count=10k; rm -f output
      10240+0 records in
      10240+0 records out
      83886080 bytes (84 MB, 80 MiB) copied, 3.21822 s, 26.1 MB/s


      When a slow down is experienced, the disk may not recover for 5-20 mins.



      How can I figure out what is happening? Is it the USB bus or the hard disk or what else?



      iotop is showing that writes are at 37kb/s and IO is at 99%. It is peculiar to say the least.







      hard-drive io






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday







      Michael

















      asked yesterday









      MichaelMichael

      1064




      1064




      put on hold as off-topic by joeqwerty, Michael Hampton yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – joeqwerty, Michael Hampton
      If this question can be reworded to fit the rules in the help center, please edit the question.







      put on hold as off-topic by joeqwerty, Michael Hampton yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – joeqwerty, Michael Hampton
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos