Giter Club home page Giter Club logo

Comments (8)

relan avatar relan commented on September 15, 2024

Glad to see someone updated a FreeBSD port. It's 2 versions behind the upstream, but that's much better than staying in 2013.

Ignoring consistency checks is not a solution. Need to figure out why this checksum mismatch happens.

What is your FreeBSD version and hardware architecture? What kind of device is that with exFAT FS?

from exfat.

vermaden avatar vermaden commented on September 15, 2024

Hi,

I have created 'bugs' for maintainers to update the port(s):

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217061
sysutils/exfat-utils: Please update to latest 1.2.6

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217060
sysutils/fusefs-exfat: Please update to latest 1.2.6

What is your FreeBSD version and hardware architecture?

FreeBSD 10.3-RELEASE-p11 on amd64.

What kind of device is that with exFAT FS?
'Typical' USB 2.5 Disl Drive - WD My Passport - 1 TB Drive.

The FS was created with this command:
# mkexfatfs -n 1TB -s 128KB /dev/da0

Regards,
vermaden

from exfat.

relan avatar relan commented on September 15, 2024

I have created 'bugs' for maintainers to update the port(s)

That's a good idea, 1.2.5 and 1.2.6 contain important fixes.

FreeBSD 10.3-RELEASE-p11 on amd64.

Will try to reproduce this issue, but it'll take some becuase I'll have to setup a FreeBSD box.

from exfat.

vermaden avatar vermaden commented on September 15, 2024

I have the same problem on Raspberry Pi 2 on FreeBSD 11.0-RELEASE on armv6 architecture if that helps.

# mount.exfat /dev/da0 /mnt
FUSE exfat 1.2.4
ERROR: invalid VBR checksum 0x2f823ee7 (expected 0x5823efc).

Regards,
vermaden

from exfat.

relan avatar relan commented on September 15, 2024

Do you get invalid VBR error when you check FS immediately after creation? I.e. what does this command print:

mkexfatfs /dev/da0 && exfatfsck /dev/da0

from exfat.

vermaden avatar vermaden commented on September 15, 2024

The error I submitted here is the first time exfat worked 'bad' on FreeBSD for me.

Here are commands outputs:

# mkexfatfs /dev/da0
mkexfatfs 1.2.4
Creating... done.
Flushing... done.
File system created successfully.

# exfatfsck /dev/da0
exfatfsck 1.2.4
Checking file system on /dev/da0.
File system version           1.0
Sector size                 512 bytes
Cluster size                 32 KB
Volume size                7388 MB
Used space                 1178 KB
Available space            7387 MB
Totally 0 directories and 0 files.
File system checking finished. No errors found.

# mount.exfat /dev/da0 /mnt/tmp
FUSE exfat 1.2.4
# echo $?
0

# df -m /mnt/tmp
Filesystem 1M-blocks Used Avail Capacity  Mounted on
/dev/fuse       7388    1  7387     0%    /mnt/tmp

# mount | grep /mnt/tmp
/dev/fuse on /mnt/tmp (fusefs, local, synchronous)

# umount /mnt/tmp

# exfatfsck /dev/da0
exfatfsck 1.2.4
Checking file system on /dev/da0.
File system version           1.0
Sector size                 512 bytes
Cluster size                 32 KB
Volume size                7388 MB
Used space                 1178 KB
Available space            7387 MB
Totally 0 directories and 0 files.
File system checking finished. No errors found.

from exfat.

relan avatar relan commented on September 15, 2024

The error I submitted here is the first time exfat worked 'bad' on FreeBSD for me.

Oh, now I see what you are talking about. There is a general bug about exfatfsck being unable to fix errors: #3. So I close this in favor of that one.

BTW, I couldn't reproduce this issue in a FreeBSD VM. Let's consider it an accidental failure for now.

from exfat.

vermaden avatar vermaden commented on September 15, 2024

For the thread/issue to be complete, here is the exact error message:

ERROR: invalid VBR checksum 0x2f823ee7 (expected 0x5823efc).

Regards,
vermaden

from exfat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.