monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
8.99k stars 3.11k forks source link

Incorrect warning when blockchain on LUKS encrypted SSD volume => "W The blockchain is on a rotating drive: this will be very slow, use an SSD if possible" #7865

Closed xanoni closed 3 years ago

xanoni commented 3 years ago

monerod shows the message W The blockchain is on a rotating drive: this will be very slow, use an SSD if possible when the blockchain is indeed stored on a LUKS-encrypted SSD volume, which uses more CPU but still has great random read/write performance.

selsta commented 3 years ago

It's what the OS returns. Not much we can do here.

https://github.com/monero-project/monero/blob/89664fcee58688b7e439fb8fcdce0c3792195dd3/src/common/util.cpp#L813

xanoni commented 3 years ago

K. Well. Guess I can live with it.