We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to create a new partition table, I was foiled:
[growlight](0)> blockdev mktable nvme2n1 gpt Failed writing to nvme2n1/rescan (No such file or directory?) [growlight](0)>
and indeed, no entry in /sys/block/* appears to have rescan anymore.
/sys/block/*
rescan
The text was updated successfully, but these errors were encountered:
It would appear that regular disks have device/rescan now, and NVMe has device/rescan_controller :/.
device/rescan
device/rescan_controller
Sorry, something went wrong.
sync to master, rescan nvme properly #81
3d9c4a4
Let's not mark this closed until it's merged to master.
dankamongmen
No branches or pull requests
Attempting to create a new partition table, I was foiled:
and indeed, no entry in
/sys/block/*
appears to haverescan
anymore.The text was updated successfully, but these errors were encountered: