Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion service/diskoperation/supportedfilesystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down