[gparted/ataraid: 7/12] Enable basic supported actions for ATARAID members (#75)
- From: Mike Fleetwood <mfleetwo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted/ataraid: 7/12] Enable basic supported actions for ATARAID members (#75)
- Date: Mon, 2 Dec 2019 09:30:09 +0000 (UTC)
commit f302ecf851133b3dda128f509d206659475d6ef2
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]