linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Should nossd mount option be used for an HDD detected as non-rotational?
@ 2019-07-13  9:22 R. Schwartz
  2019-07-13 11:06 ` Andrei Borzenkov
  0 siblings, 1 reply; 3+ messages in thread
From: R. Schwartz @ 2019-07-13  9:22 UTC (permalink / raw)
  To: linux-btrfs

My HDD (one partition, BTRFS) reports itself as non-rational:

    $ cat /sys/class/block/sda/queue/rotational
    0

According to btrfs(5), by default, BTRFS detects this value and turns on
SSD optimizations for the HDD. Naturally, I'm puzzled...

My question is: should I use the nossd mount option for the HDD?

Following is more details about this HDD.

It's a recent Western Digital Blue 2TB HDD, model WD20EZAZ. Given its
cache size is a rather large 256MB, some people say it's likely an SMR
(shingled magnetic record) HDD.

Since Host-Managed and Host-Aware SMR HDDs support the `REPORT_ZONES`
ATA/SCSI command, I ran this test using `sg3_utils`:

    # sg_rep_zones -R /dev/sda
    Report zones command not supported
    sg_rep_zones failed: Illegal request, Invalid opcode

Therefore, _if_ it's SMR, it must be Drive-Managed SMR.

So is there a good reason why the HDD reports itself as non-rotational?
Does it have to do with SMR?

Additioanlly, the HDD is connected through a SATA to USB connector. I
original suspected it was an issue with the connector, but I tested with
other HDDs with the same connector and they all report as rotational.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-13 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-13  9:22 Should nossd mount option be used for an HDD detected as non-rotational? R. Schwartz
2019-07-13 11:06 ` Andrei Borzenkov
2019-07-13 11:18   ` R. Schwartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).