Registry / utility / diskfs-go-diskfs

diskfs-go-diskfs

JSON →
library1.9.3gogounverified

Package diskfs implements methods for creating and manipulating disks and filesystems.

go get github.com/diskfs/go-diskfs
INSTALL
IMPORT
SIG · DISKFS-GO-DISKFS
D
diskfs-go-diskfs
utilitygov1.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

diskfs
github.com/diskfs/go-diskfs

Creates a raw disk image of 1MB.

package main import ( "fmt" "github.com/diskfs/go-diskfs" ) func main() { disk, err := diskfs.Create("test.img", 1024*1024, diskfs.Raw) if err != nil { panic(err) } defer disk.File.Close() fmt.Println("Disk created successfully") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
diskfs-go-diskfs — go get diskfs-go-diskfs · libregistry