[gparted/ataraid: 12/17] Enable basic supported actions for ATARAID members (#75)



commit 425dfa370928902dfdca2eb3b9105127d302c2da
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]