1.0.0 • Published 9 years ago

blkid v1.0.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

blkid

usage

blkid = require 'blkid'
  
blkid.all (partitions) ->
  # [{
  #   partition : '/dev/sdx',
  #   uuid      : 'xxx',
  #   uuid_sub  : 'xxx',
  #   type      : 'fs-type',
  #   partlabel : 'primary',
  #   partuuid  : 'xxx'
  # }]

blkid.partitions ['/dev/sda1'], (partitions) -> 
# will output the infos for sda1
  

blkid.devices (devices) -> # ['sda', 'sdb', 'sdc', 'sdx']
1.0.0

9 years ago