Lines Matching refs:RESIZE
17 # Script for resizing devices (usable for LVM resize)
75 echo "${TOOL}: Utility to resize or check the filesystem on a device"
80 echo " ${TOOL} [options] resize device [new_size[BKMGTPE]]"
86 echo " -e | --ext-offline unmount filesystem before ext2/ext3/ext4 resize"
89 echo " -l | --lvresize Resize given device (if it is LVM device)"
237 # Resize ext2/ext3/ext4 filesystem
265 # Resize reiserfs filesystem
290 # Resize XFS filesystem
322 # Resize filesystem
324 resize() {
339 esac || error "Resize $FSTYPE failed"
393 "resize") RESIZE="$2"; NEWSIZE="$3" ; shift 2 ;;
401 elif [ -n "$RESIZE" ]; then
403 resize "$RESIZE" "$NEWSIZE"