You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Dash. on windows from host, I tried running it via Docker but I couldn't get it to see my actual disk drives. I've got it running on windows from source just fine but I can't get the DASHDOT_FS_DEVICE_FILTER variable to filter out my boot drive
What am I missing?
This is how I'm setting the variable, I've tried with and without quotations set DASHDOT_FS_DEVICE_FILTER=\\\\.\\PHYSICALDRIVE0,\\\.\\PHYSICALDRIVE0,\\.\\PHYSICALDRIVE0,\.\\PHYSICALDRIVE0,.\\PHYSICALDRIVE0,\\PHYSICALDRIVE0,\PHYSICALDRIVE0,PHYSICALDRIVE0
This is my config (I'm trying all variants of the device name because I can't get any of them to work "fs_device_filter": [ "\\\\\\\\.\\\\PHYSICALDRIVE0", "\\\\\\.\\\\PHYSICALDRIVE0", "\\\\.\\\\PHYSICALDRIVE0", "\\.\\\\PHYSICALDRIVE0", ".\\\\PHYSICALDRIVE0", "\\\\PHYSICALDRIVE0", "\\PHYSICALDRIVE0", "PHYSICALDRIVE0" ]
not sure if you ever figured this out, but I'm seeing that you only need to define the device as its displayed in the /dev/ directory. the other items aren't needed. I don't think its a bug, i think its just defined incorrectly in the documentation.
so in my case, my line is this.
DASHDOT_FS_DEVICE_FILTER=nvme0n1,sda,sdb,sdc,sdd,sde,sdf,sdg,sdh,sdi,sdj,sdk
Description of the bug
I'm running Dash. on windows from host, I tried running it via Docker but I couldn't get it to see my actual disk drives. I've got it running on windows from source just fine but I can't get the DASHDOT_FS_DEVICE_FILTER variable to filter out my boot drive
What am I missing?
This is how I'm setting the variable, I've tried with and without quotations
set DASHDOT_FS_DEVICE_FILTER=\\\\.\\PHYSICALDRIVE0,\\\.\\PHYSICALDRIVE0,\\.\\PHYSICALDRIVE0,\.\\PHYSICALDRIVE0,.\\PHYSICALDRIVE0,\\PHYSICALDRIVE0,\PHYSICALDRIVE0,PHYSICALDRIVE0
This is my config (I'm trying all variants of the device name because I can't get any of them to work
"fs_device_filter": [ "\\\\\\\\.\\\\PHYSICALDRIVE0", "\\\\\\.\\\\PHYSICALDRIVE0", "\\\\.\\\\PHYSICALDRIVE0", "\\.\\\\PHYSICALDRIVE0", ".\\\\PHYSICALDRIVE0", "\\\\PHYSICALDRIVE0", "\\PHYSICALDRIVE0", "PHYSICALDRIVE0" ]
How to reproduce
No response
Relevant log output
Info output of dashdot cli
What browsers are you seeing the problem on?
Chrome
Where is your instance running?
Windows Server
Additional context
No response
The text was updated successfully, but these errors were encountered: