Skip to content

My adventures in go; a small collection of disk utilities

License

Notifications You must be signed in to change notification settings

SeeSpotRun/go-disk-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-disk-utils

My adventures in go; a small collection of disk utilities

Overview

This started out as a teach-myself-go exercise but seems to be evolving into something useful so I decided to share on github.

It's under heavy development and has had limited testing so no responsibility taken if your cat spontaneously combusts when you run this software

Installation

Assuming you have Go already installed and set up, simply run:

go get github.com/SeeSpotRun/go-disk-utils
go get github.com/SeeSpotRun/go-fibmap

You will also need to install some dependencies:

go get github.com/docopt/docopt-go

hddreader

A package for governing file reads from an hdd to try to optimise performance.

sum

A utility which uses hddreader and walk to do (hopefully) high-speed checksum calculations

About

My adventures in go; a small collection of disk utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages