Skip to content

Commit db3d1ce

Browse files
wangrong1069deepin-bot[bot]
authored andcommitted
fix: Fix fail to format disk to FAT32
Remove support for FAT32 format. Log: Fix fail to format disk to FAT32 Bug: https://pms.uniontech.com/bug-view-299499.html
1 parent 62494be commit db3d1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/diskoperation/supportedfilesystems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SupportedFileSystems::SupportedFileSystems()
4040
m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4);
4141
// m_fs_objects[FS_F2FS] = new f2fs();
4242
// m_fs_objects[FS_FAT16] = new fat16(FS_FAT16);
43-
m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
43+
// m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
4444
// m_fs_objects[FS_HFS] = new hfs();
4545
// m_fs_objects[FS_HFSPLUS] = new hfsplus();
4646
// m_fs_objects[FS_JFS] = new jfs();

0 commit comments

Comments
 (0)