dorimanx / exfat-nofuse

Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems
GNU General Public License v2.0
710 stars 326 forks source link

exfat 1.2.9 #102

Closed umerov1999 closed 7 years ago

umerov1999 commented 7 years ago

Samsung updated exfat to 1.2.24, but your exfat is has old version

ismail commented 7 years ago

@umerov1999 Can you post the samsung kernel source link that you are using?

umerov1999 commented 7 years ago

https://github.com/jcadduono/linux_fs_exfat

ismail commented 7 years ago

@umerov1999 I mean an original release from Samsung itself.

umerov1999 commented 7 years ago

Samsung has removed exfat source from http://opensource.samsung.com. This is original source https://github.com/jcadduono/linux_fs_exfat/tree/samsung

diizzyy commented 7 years ago

@ismail http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=%20SM-G390F has 1.2.24 included

ismail commented 7 years ago

@diizzyy Very nice! @dorimanx I think we should synchronize with the latest release.

diizzyy commented 7 years ago

Agreed, it's beyond my abilities however...

diizzyy commented 7 years ago

@dorimanx Is this something you can have a look at?

diizzyy commented 7 years ago

Seems to be done here: https://github.com/coolshou/exfat

dorimanx commented 7 years ago

this is old driver, missing tons of changes already done here. i cant sync it. This driver is open source, if you like to update it, i will be happy to review the changes, make sure its working! And merge your pull request. till then, i have other things to do. Driver is OK as is. some issues are found on different linux builds, but they found only there. so not all depend on driver, FS changes in Linux kernel are very important too.