kpmcore/src/plugins/libparted
Pali Rohár feec00f4e7 Add basic support for UDF filesystem
For reading UDF label and UUID is needed blkid >= 2.30. For creating new
UDF filesystem is needed mkudffs binary from the udftools package.

When creating new UDF fileystem, revision 2.01 for hard disk media is used.
Therefore it is not possible to use it for optical (or other) medias.

Problems:
* Check for min and max capacity is incorrect as it depends on logical
  (sector) size of the disk.
* Check for max label length is incorrect too as it depends on characters
  itself in label.
* Specifying label is not working yet as FileSystem::create() does not get
  label parameter.
* UDF filesystem should be used on unpartitioned disk, without MBR or GPT
  and spanning whole disk, but KDE Partition Manager does not support it.
* When MBR is used, MBR partition id should be 0x07, but currently it is
  incorrect 0x83. See: https://serverfault.com/a/829172 (same for GPT)
2017-08-31 10:12:44 +01:00
..
CMakeLists.txt Do not link to KAuth. 2016-12-18 19:44:57 +00:00
libpartedbackend.cpp Add basic support for UDF filesystem 2017-08-31 10:12:44 +01:00
libpartedbackend.h Revert KAuth support. At the moment it causes more problems than helps. 2016-10-29 19:45:33 +01:00
libparteddevice.cpp Remove obsolete headers. 2016-11-30 16:42:03 +01:00
libparteddevice.h Use more compact syntax for passing and returning kauth helper arguments. 2016-07-29 14:19:12 +01:00
libpartedpartition.cpp Use more compact syntax for passing and returning kauth helper arguments. 2016-07-29 14:19:12 +01:00
libpartedpartition.h Use more compact syntax for passing and returning kauth helper arguments. 2016-07-29 14:19:12 +01:00
libpartedpartitiontable.cpp Replace VLA with new[]. 2017-06-01 01:36:38 +01:00
libpartedpartitiontable.h Remove reduntant virtual keywords. 2016-05-17 18:01:31 +01:00
pedflags.h Add forgotten file. 2016-07-24 10:08:05 +01:00
pmlibpartedbackendplugin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2017-02-05 06:03:02 +01:00