-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
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
Clarification of volume permissions? #26
Comments
Hey @hotio Honestly its because I haven't yet had time to verify that it works with read-only. I have a story tracking the use of I've just been busy with other features (like notifications & better device detection) so I haven't had time to work on that yet. |
It seems to work fine for me with |
Good news @Derkades @hotio @kinghat I just did a quick test replacing
Note: you'll need to add |
|
|
Yeah, my understanding is that I had a quick chat with Justin Cormack via the Docker community slack and he pointed out that:
So it looks like If you have a mix of both SATA/NVMe, you must include both flags:
|
fyi, now that it works....I only need the following stuff to get it working
so no |
Yeah, Though, if you don't have it, Scrutiny may use your serial number as a device identifier instead. |
This workaround isn't working for me at all. Is this still valid? Any changes? My docker:
|
Try to remap nvme devices to the "/dev/nvmeN" inside the container. Looks like the container can't recognize different names but "nvmeN" |
LOL! What a dumbass I am. Didn't even notice I kept the partitions listed on the nvme drives. All is good! Thanks for pointing out the Homer Simpson situation. |
What does this mean sorry? I am having the same problem |
I goofed by not stripping off the partition parts. So n1p1 on each needed deleted. |
So you only needed this?
|
Correct, assuming your device is nvme0 |
What is the reason for the volume
/dev/disk
having to need write permissions, instead of mounting it read-only?The text was updated successfully, but these errors were encountered: