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
isSystem: boolean: should be filtered by true (or do we need to take USB-Drives/SD-Cards into account? Is it also true for an HDD without OS?) mountpoints: any[]: contains a list of the drive names device: string/raw: string: contains the drive's name (may be important if mountpoints is an empty array)
Because there are issues with
path.join(<DRIVELETTER>)
and in order to make it work on different OSs, system drives should be persisted differently.Using
drivelist
package, the information about the system drives can be the following (see https://github.com/balena-io-modules/drivelist):Possibility A: Make it an own entity / save in own table
Possibility B: Add attribute
isSystemDrive: boolean
in Folder entityRelated: #10
The text was updated successfully, but these errors were encountered: