kpmcore/src
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
..
backend Use lsblk's TYPE=disk when scanning for devices. 2017-06-22 03:11:58 +01:00
core Fix a possible null pointer dereference. 2017-07-04 21:07:54 +01:00
fs Add basic support for UDF filesystem 2017-08-31 10:12:44 +01:00
gui Fix a bug (that could result in data loss) where left handle of partition resize widget was not actually disabled. 2016-12-31 12:34:38 +02:00
jobs Fix online label support. 2017-04-09 17:49:55 +01:00
ops Use qAsConst in ranged based for loops. 2017-06-04 22:26:24 +01:00
plugins Add basic support for UDF filesystem 2017-08-31 10:12:44 +01:00
util Improve used space detection to use fs utils when not mounted. 2017-01-05 17:27:17 +00:00
CMakeLists.txt Suspend Plasma removable device automounting. 2017-06-07 19:21:59 +02:00
Messages.sh Remove kcfg and kcfgc files. 2015-07-21 12:44:40 +02:00