"Fossies" - the Fresh Open Source Software Archive

Member "fatresize-1.1.0/README" (5 Apr 2020, 1034 Bytes) of package /linux/privat/fatresize-1.1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Compilation
    2 ===========
    3 
    4 Requirements:
    5  - autoconf >= 2.5
    6  - parted >= 2.4
    7  - e2fsprogs (uuid) >= 1.30
    8 
    9 From tarball:
   10 -------------
   11 Just run configure script with neccessary parameters
   12 
   13 From Git:
   14 ---------
   15 You need /usr/share/aclocal/parted.m4 file from parted distribution.
   16 Run autoreconf -fisv and then run configure script
   17 
   18 
   19 Using
   20 =====
   21 fatresize [options] device (e.g. /dev/hda2, /dev/evms/sda3)
   22     -s, --size SIZE      Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes or max
   23     -i, --info           Show volume information
   24     -f, --force-yes      Do not ask questions
   25     -n, --partition NUM  Specify partition number
   26     -p, --progress       Show progress of resizing
   27     -q, --quiet          Be quiet
   28     -v, --verbose        Verbose mode
   29     -h, --help           Display help screen
   30 
   31 Example:
   32 fatresize -s 2G /dev/evms/hdb2
   33 fatresize -q -s max /dev/hde6
   34 fatresize -i /dev/hdg3
   35 
   36 Size and device is required to run.
   37 You can resize device-mapped partitions.
   38 
   39 
   40 Note
   41 ====
   42 Please report bugs to Anton D. Kachalov <mouse at ya dot ru>