You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
Are you also maintaining the exfat module already incorporated into the kernel?
The time stamps are incorrect .A typical use case is a digital camera with an exfat formatted SD card. I use a Sony RX100 camera and upon transferring the files to the computer all times are wrong.
Please find below the output for mounting via kernel and via exfat-fuse:
*** Mount via kernel (Linux InaUbuntu 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux)
-rwxr-xr-x 1 georg georg 20658688 2022-09-05 23:48:08.000000000 +0200 DSC01565.ARW <==== not correct the picture was taken two hours earlier
-rwxr-xr-x 1 georg georg 20663296 2022-09-06 00:11:34.000000000 +0200 DSC01566.ARW <==== not correct the picture was taken two hours earlier
-rwxr-xr-x 1 georg georg 20671488 2022-09-06 00:24:58.000000000 +0200 DSC01567.ARW <==== not correct the picture was taken two hours earlier
/dev/sdc1 on /media/georg/disk type exfat (rw,nosuid,nodev,relatime,uid=1001,gid=1001,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2)
Camera with exfat formatted card & Linuxbox is on CEST+DST (+0200)
timedatectl
Local time: Mo 2022-09-05 22:42:20 CEST
Universal time: Mo 2022-09-05 20:42:20 UTC
RTC time: Mo 2022-09-05 20:42:20
Time zone: Europe/Zurich (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
It appears that the UTC+0200 is added when establishing the files with the mounted filesystem.
Best regards,
Georg
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Park,
Are you also maintaining the exfat module already incorporated into the kernel?
The time stamps are incorrect .A typical use case is a digital camera with an exfat formatted SD card. I use a Sony RX100 camera and upon transferring the files to the computer all times are wrong.
Please find below the output for mounting via kernel and via exfat-fuse:
*** Mount via kernel (Linux InaUbuntu 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux)
*** Mount via sudo mount.exfat-fuse /dev/sdb1 ./mount (https://github.com/relan/exfat)
Camera with exfat formatted card & Linuxbox is on CEST+DST (+0200)
It appears that the UTC+0200 is added when establishing the files with the mounted filesystem.
Best regards,
Georg
The text was updated successfully, but these errors were encountered: