drivelist
Advanced tools
Comparing version 2.0.8 to 2.0.9
ChangeLog | ||
--------- | ||
### v2.0.9 | ||
- Use `udev` to determine if a drive is removable on GNU/Linux. | ||
- Mark internal and non-removable drives as system drives in OS X. | ||
- Omit loop devices in GNU/Linux. | ||
- Omit CD/DVD drives in GNU/Linux. | ||
### v2.0.8 | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "drivelist", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -5,0 +5,0 @@ "main": "build/drivelist.js", |
@@ -17,3 +17,3 @@ drivelist | ||
- Windows. | ||
- GNU/Linux distributions that include [util-linux](https://github.com/karelzak/util-linux). | ||
- GNU/Linux distributions that include [util-linux](https://github.com/karelzak/util-linux) and [udev](https://wiki.archlinux.org/index.php/udev). | ||
- Mac OS X. | ||
@@ -69,5 +69,7 @@ | ||
{ | ||
device: '/dev/sr0', | ||
description: 'DVD+-RW GU90N', | ||
size: '1024M', | ||
device: '/dev/sdb', | ||
description: 'DataTraveler 2.0', | ||
size: '7.3G', | ||
mountpoint: '/media/UNTITLED', | ||
name: '/dev/sdb', | ||
system: false | ||
@@ -74,0 +76,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29570
156