General

 

^ TOP

Operating System Support

 

^ TOP

Disk Label (Partition Table) support

 

^ TOP

Supported Filesystems


File system Detect Create Resize Copy Check
ext2 * * *1 *2 *3
ext3 * *1 *2 *3
FAT16 * * *4 *4 *
FAT32 * * * * *
linux-swap * * * * *
HFS / HFS+ * *1,5
JFS *
NTFS *
ReiserFS * *6 *1,6 *6 *3,6
UFS *
XFS *
  1. The start of the partition must stay fixed.
  2. The partition you copy to must be bigger or exactly the same size as the partition you copy from.
  3. Limited checking is done when the file system is opened. This is the only checking at the moment. All commands (including resize) will gracefully fail, leaving the file system intact, if there are any errors.
  4. You can always shrink your partition. If you can't use FAT32 for some reason, you may not be able to grow your partition due to restrictions in cluster size.
  5. Parted can only shrink HFS and HFS+ filesystems.
  6. ReiserFS support is enabled if you install libreiserfs, available here.