doublecmd-plugins icon indicating copy to clipboard operation
doublecmd-plugins copied to clipboard

Calcsize does not work on ExFat

Open dimebag2 opened this issue 5 years ago • 12 comments

Seems to be working on any other filesystem, but not ExFAT. Are there any issues?

dimebag2 avatar Dec 27 '19 14:12 dimebag2

can you specify what exactly is not working?

j2969719 avatar Dec 27 '19 17:12 j2969719

Yes,

Calcsize doesn't work on exFAT filesystem as i see.

Sent from my iPhone

On 27 Dec 2019, at 19:58, j2969719 [email protected] wrote:

 can you specify what exactly is not working?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dimebag2 avatar Dec 28 '19 02:12 dimebag2

tst hm, seems works fine for me..

size is not calculated for both files and folders? can you also provide any other details like distro/permissions for mountpoint etc..

j2969719 avatar Dec 28 '19 06:12 j2969719

maybe issue is related not with exfat filesystem itself, but with the way usb drive is connected?

wdx api work only for filesystem with direct access, so doublecmd simply doesn’t call wdx plugin, for example in the case of gvfs/mtp.

j2969719 avatar Dec 29 '19 06:12 j2969719

Well this is not a usb drive it's an internal hdd that i formated this way to be seen by more types of OS(linux, mac and windows).

What would direct access mean?

Sent from my iPhone

On 29 Dec 2019, at 08:48, j2969719 [email protected] wrote:

 maybe issue is related not with exfat filesystem itself, but with the way usb drive is connected?

wdx api work only for filesystem with direct access, so doublecmd simply doesn’t call wdx plugin, for example in the case of gvfs/mtp.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dimebag2 avatar Dec 30 '19 01:12 dimebag2

real file system, not virtual like gvfs, wfx or archive.

is mountpoint visible when you launch df? then most likely i simply screwed up somewhere¯_(ツ)_/¯

j2969719 avatar Dec 30 '19 07:12 j2969719

tst hm, seems works fine for me..

size is not calculated for both files and folders? can you also provide any other details like distro/permissions for mountpoint etc..

like tool menu logo, can you send me ?

Liuzhj avatar Mar 09 '24 08:03 Liuzhj

I like tools bar icon on your doublecmd,can you share me ?

Liuzhj avatar Mar 09 '24 13:03 Liuzhj

this is just a papirus icon theme

on linux, if this theme is selected, you will have the same icons on the toolbar too. on other platforms you will have to extract files starting with cm_ from the actions subfolder manually somewhere

j2969719 avatar Mar 10 '24 13:03 j2969719

image

On MAC OS platform not compatible ,how can i do it ?

Liuzhj avatar Mar 13 '24 12:03 Liuzhj

well, especially for other platform you need to compile the binary plugin from source code

..but most of my plugins are linux-only anyways since they usually use linux libs like glib/gtk/pkgconfig etc besides, i've never used mac and i dont even know if any of my shitcode can even be successfully compiled there, sorry(

j2969719 avatar Mar 13 '24 14:03 j2969719

@Liuzhj , you can try filecountwdx.lua (requires Lua library).

Skif-off avatar Mar 13 '24 22:03 Skif-off