diff --git a/debian/control b/debian/control index e175c90..07df937 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.1.3 Package: deepin-diskmanager Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, smartmontools, exfat-fuse +Depends: ${shlibs:Depends}, ${misc:Depends}, smartmontools Description: Disk Utility is a disk management tool for creating, reorganizing and formatting partitions. Disk Utility is a disk management tool for disk. diff --git a/service/diskoperation/supportedfilesystems.cpp b/service/diskoperation/supportedfilesystems.cpp index ccc2288..53b0374 100644 --- a/service/diskoperation/supportedfilesystems.cpp +++ b/service/diskoperation/supportedfilesystems.cpp @@ -40,7 +40,7 @@ SupportedFileSystems::SupportedFileSystems() m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4); // m_fs_objects[FS_F2FS] = new f2fs(); // m_fs_objects[FS_FAT16] = new fat16(FS_FAT16); - m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32); + // m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32); // m_fs_objects[FS_HFS] = new hfs(); // m_fs_objects[FS_HFSPLUS] = new hfsplus(); // m_fs_objects[FS_JFS] = new jfs();