Complete XBOX 360 filesystem support (FATX) including:
- fusefatx: mount filesystem
- mkfs.fatx: make filesystem
- fsck.fatx: check and correct filesystem
- label.fatx: change or display volume name
- unrm.fatx: undelete files
Try fatx manual pages to get help (man fatx)
NTFS USN journal reader for Python. The USN Journal is a system management feature that records changes to all files, streams and directories on the volume, as well as their various attributes and security settings.
Expand a TrueCrypt volume on the fly without reformatting. All kind of volumes (container files, disks and partitions) formatted with the NTFS file system are supported.
PyVSS is a python module which allows you to copy files using Volume Shadow Copy Service (http://en.wikipedia.org/wiki/Shadow_Copy). It is in an early development phase, yet is stable, simple and straight-forward to use.