diff --git a/README.md b/README.md index c65151d..384e14b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # systeminformation -![micro-monitor](https://www.plus-innovations.com/images/system-information-100.png) +![micro-monitor](https://www.plus-innovations.com/images/system-information-full-400.png) Simple system and OS information library for [node.js][nodejs-url] diff --git a/lib/filesystem.js b/lib/filesystem.js index b6f6f06..9b3a2ec 100644 --- a/lib/filesystem.js +++ b/lib/filesystem.js @@ -262,7 +262,7 @@ function blockDevices(callback) { resolve(data); } if (_windows) { - let drivetypes = ['Unknown', 'NoRoot', 'Removable', 'HDD', 'Network', 'CD/DVD', 'RAM']; + let drivetypes = ['Unknown', 'NoRoot', 'Removable', 'Local', 'Network', 'CD/DVD', 'RAM']; try { exec(util.getWmic() + ' logicaldisk get Caption,Description,DeviceID,DriveType,FileSystem,FreeSpace,Name,Size,VolumeName,VolumeSerialNumber /value', opts, function (error, stdout) { if (!error) {