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
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
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
add a comment |
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
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
add a comment |
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
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
hard-drive io
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
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
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes