fatresize  1.1.0
About: fatresize is a command line tool for non-destructive resizing of FAT16/FAT32 file systems (based on GNU parted).
  Fossies Dox: fatresize-1.1.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

fatresize Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies fatresize-1.1.0.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README

Compilation

Requirements:

  • autoconf >= 2.5
  • parted >= 2.4
  • e2fsprogs (uuid) >= 1.30

From tarball:

Just run configure script with neccessary parameters

From Git:

You need /usr/share/aclocal/parted.m4 file from parted distribution. Run autoreconf -fisv and then run configure script

Using

fatresize [options] device (e.g. /dev/hda2, /dev/evms/sda3) -s, --size SIZE Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes or max -i, --info Show volume information -f, --force-yes Do not ask questions -n, --partition NUM Specify partition number -p, --progress Show progress of resizing -q, --quiet Be quiet -v, --verbose Verbose mode -h, --help Display help screen

Example: fatresize -s 2G /dev/evms/hdb2 fatresize -q -s max /dev/hde6 fatresize -i /dev/hdg3

Size and device is required to run. You can resize device-mapped partitions.

Note

Please report bugs to Anton D. Kachalov