Questions tagged [hard-drive]

Questions about hard disks' performance, issues, tips, and software.

Questions about hard disks performance, issues, tips, and related software, e.g. data recovery or disk test software.

2448 questions
14
votes
3 answers

How to determine disc spindown time

I am able to set both APM and spindown times using the command: hdparm -S 246 -B 128 /dev/sda Unfortunately I can only find the APM value in the information output: hdparm -I /dev/sda | grep Advanced How can I see the spindown time value? I…
lzap
  • 2,882
  • 2
  • 23
  • 23
14
votes
5 answers

Linux: How to see live numbers of bytes/second transferred to/from hard drive?

I want to see something for Linux similar to the Perfmon program under Windows. Does such a thing exist that is terminal friendly and not a gui program? Thanks.
eee
  • 143
  • 1
  • 4
14
votes
5 answers

Does this SMART selftest indicate a failing drive?

I'm wondering if the results of this SMART selftest indicate a failing drive, this is the only drive that comes up with 'completed: read failure' in the results. # smartctl -l selftest /dev/sde smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C)…
Jeff Welling
  • 422
  • 1
  • 4
  • 11
14
votes
5 answers

Virtualbox booting from a real drive?

I'm about to take the plunge and install Win7 RC1 on my desktop machine. However I want to preserve access to my old HDD with XP on it. I don't really want to use full dual-boot since that would leave my new Win7 install on the d:\ drive, which it…
Alnitak
  • 21,191
  • 3
  • 52
  • 82
13
votes
5 answers

How do I measure disk thrashing on linux?

How do I accurately observe and measure the amount of virtual memory utilization and activity on Linux? I know there is vmstat, but how do I interpret the results? Or, what is better?
randomx
  • 1,004
  • 1
  • 8
  • 14
13
votes
5 answers

Disk Usage Analyzer on Synology

How can I get an overview of the disk usage on a Synology hard drives like this:
kimliv
  • 233
  • 1
  • 2
  • 6
13
votes
3 answers

Relation between disk IOPS and sar tps

I'm trying to estimate IOPS requirements of my application running on 32-bit CentOS 6.2. I started to take some measurement on a machine with SATA disks and I'm quite confused of difference between IOPS and tps measured by sar. According to…
pystole
  • 355
  • 2
  • 3
  • 8
13
votes
2 answers

What are 19mm high 3.5" hard disks called?

According to Wikipedia a normal 3.5" harddisk is 25.4mm high, but then there exist also a 19mm version, which I need for a HP ProLiant MicroServer. Looking at our resellers webshop I see the following options 1/3H SlimLine 1/2H 1/4H LFF When I…
Sandra
  • 10,303
  • 38
  • 112
  • 165
13
votes
5 answers

How do services with large ingest rates install enough hard disks fast enough?

Amazon, Facebook and Google must take in TBs if not PBs per day, so does that mean they have people continuously installing new hard disks and cables in new racks in the same way you might build a regular server, or is there a different technology…
jl6
  • 2,575
  • 2
  • 18
  • 19
13
votes
2 answers

df vs du. Is my disk really full?

Strange problem... Why i have full / partition used, but it's not really used? Fast info: xwing ~ # df -h Filesystem Size Used Avail Use% Mounted on rootfs 16G 15G 75M 100% / /dev/root 16G 15G 75M 100% / devtmpfs …
morsik
  • 260
  • 1
  • 8
13
votes
4 answers

Why HDD rotate at 7200 rpm?

I was wondering why hard drives rotate at these specific speed (5400,7200, ...) and not other values.
Guillaume Rose
  • 149
  • 1
  • 7
12
votes
8 answers

Disk usage per user in Linux / Unix

I need to find out how much disk space is being occupied by each user on the network. I am aware of df and du commands: I could list the entire filesystem and AWK the output, but I wonder if there is a more standard command. The output I am looking…
Escualo
  • 221
  • 1
  • 2
  • 4
12
votes
2 answers

Why is ZFS so much slower than ext4 and btrfs?

Problem I recently installed a new disk and created a zpool on it: /# zpool create morez /dev/sdb After using it for a while, I noticed it was quite slow: /morez# fio --name rw --rw rw --size 10G read: IOPS=19.6k, BW=76.6MiB/s…
Snowball
  • 1,503
  • 1
  • 12
  • 13
12
votes
2 answers

How can I tell if the server supports hot-swapping drives?

I recently purchased a used server (the type that fits into a rack, rather than a free-standing machine). One nice feature, is rather than having to open up the cover and unscrew the harddrives, this machine has eight "easy to use" caddies on the…
IQAndreas
  • 1,550
  • 2
  • 20
  • 39
12
votes
5 answers

Is it bad to have a very full hard drive on a high traffic database server?

Running an Ubuntu server with MySQL for a high traffic production database server. Nothing else is running on the machine except the MySQL instance. We store daily database backups on the DB server, is there any performance hit or reason why we…
MikeN
  • 8,442
  • 5
  • 23
  • 18