node-disk icon indicating copy to clipboard operation
node-disk copied to clipboard

A node library for nice & easy disk interaction

Results 5 node-disk issues
Sort by recently updated
recently updated
newest added

Add methods to resize partitions: - Support resizing extended / logical partitions - Bounds check on device size - Methods to resize the underlying device, when the device is an...

See [apple-partition-map](https://github.com/jhermsmeier/node-apple-partition-map)

feature

Use [vhd](https://github.com/jhermsmeier/node-vhd) to model entire disks including backup GPTs, file system VBRs, etc. without having image files getting too large by using sparse / dynamic VHDs

tests

Specify & consolidate an API that file system drivers would implement to make them interoperate with node-disk, so that file systems could be automatically detected & mounted. **Prototype API Example:**...

Attempt to read extended / logical partitions when reading a MBRs partition table, and the partition type indicates an extended partition (i.e. partition type `0x0F`).

feature