Skip to main content.

General

 

^ TOP

Operating System Support

 

^ TOP

Disk Label (Partition Table) support

 

^ TOP

Supported Filesystems


Note: Based on the fact that parted is a partition editor and not a filesystem editor, the removal of the filesystem support is currently being discussed. Moreover, parted does not have support for lots of filesystem options that are available when using filesystem specific applications. Finally, the filesystem support in parted is known to be buggy and unreliable. The parted project will, however, maintain the filesystem code that is necessary for some partition related actions (like resizing). These are all changes that are planned for the next major release of parted.

File system Detect Create Resize Copy Check
ext2 * * *1 *2 *3
ext3 * *1 *2 *3
ext4
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.