[gparted/ataraid] Enable basic supported actions for ATARAID members (#75)
- From: Mike Fleetwood <mfleetwo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted/ataraid] Enable basic supported actions for ATARAID members (#75)
- Date: Tue, 26 Nov 2019 22:11:43 +0000 (UTC)
commit a067d0c76de52c260c3902d17e9fb5392ea60e3d
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Thu Nov 21 07:59:07 2019 +0000
Enable basic supported actions for ATARAID members (#75)
When an ATARAID member is inactive allow basic supported actions of
copy and move to be performed like with other recognised but only basic
supported types.
Closes #75 - Errors with GPT on RAID 0 ATARAID array
src/SupportedFileSystems.cc | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/SupportedFileSystems.cc b/src/SupportedFileSystems.cc
index a9cfdc2c..80b28e02 100644
--- a/src/SupportedFileSystems.cc
+++ b/src/SupportedFileSystems.cc
@@ -81,6 +81,7 @@ SupportedFileSystems::SupportedFileSystems()
m_fs_objects[FS_UDF] = new udf();
m_fs_objects[FS_XFS] = new xfs();
m_fs_objects[FS_APFS] = NULL;
+ m_fs_objects[FS_ATARAID] = NULL;
m_fs_objects[FS_BITLOCKER] = NULL;
m_fs_objects[FS_GRUB2_CORE_IMG] = NULL;
m_fs_objects[FS_ISO9660] = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]