SYNTAX

    localdrive [options] [<operation>] [<drive>]


OPTIONS

-h (--help) bool

Display help.

-b (--bytes) bool

Display sizes in bytes rather than as human-readable strings - ie "1048576" rather than "1 MB".

-f (--file) filename

Use in conjunction with read and write to specify the file to read/write the raw partition data from/to.


ARGUMENTS

[<operation>]

Operation to perform.

list

List info about the given drive, or if not specified list all available local drives.

read

Dumps the raw contents of the specified drive to the file given by --file, or stdout if not specified.

write

Write the file specified by --file back into the partition given by <drive>. The file size must match the partition size exactly.

[<drive>]

The drive to operate on. Must be specified for read and write commands. [int]


DESCRIPTION

Manipulate local drives using RLocalDrive.


COPYRIGHT

Copyright (c) 2010 Accenture. All rights reserved.