Is there a way to disable write cache on NVMe devices using udisks? #1240
-
NVMe support has been added recently to Udisks daemon but there are no NVMe-specific settings in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We currently don't support that. The NVMe support is for now limited to SMART (health and self tests) and secure erase. I am not sure about the future plans, @tbzatek? |
Beta Was this translation helpful? Give feedback.
-
NVMe support in UDisks is currently limited to a couple of features and the intention has always been to add new features per "as-needed" basis. We just need a feedback/request just like you do here. I'll put this on a TODO list then, the API might be perhaps similar to the However, what we're not going to do, is to provide extensive NVMe functionality in |
Beta Was this translation helpful? Give feedback.
NVMe support in UDisks is currently limited to a couple of features and the intention has always been to add new features per "as-needed" basis. We just need a feedback/request just like you do here. I'll put this on a TODO list then, the API might be perhaps similar to the
org.freedesktop.UDisks2.Drive.Ata
interface.However, what we're not going to do, is to provide extensive NVMe functionality in
udisksctl
. You should be usingnvme-cli
directly for that, it's the common code (provided bylibnvme
) behind that after all.