Skip to content

Update exFAT from 1.2.6 to 1.2.7 #482

Merged
merged 2 commits into from
Sep 8, 2017
Merged

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Sep 8, 2017

No description provided.

Release notes [1]:

> *   Fixed handling of two last clusters: operations with files that
>     occupy these clusters could fail.
> *   Fixed crash when started with stdin, stdout or stderr closed.

[1] https://github.com/relan/exfat/releases/tag/v1.2.7
Currently using `udisks --mount /dev/sdb1` with an exFAT partition,
currently doesn’t work.

Using `strace`, it looks like, `mount` only looks in `/sbin`.

```
$ sudo strace mount /scratch/local/exfat.img /scratch/local/mnt2
[…]
munmap(0x7f53721c7000, 266240)          = 0
stat("/sbin/mount.exfat", 0x7fffaf76fa60) = -1 ENOENT (No such file or directory)
stat("/sbin/fs.d/mount.exfat", 0x7fffaf76fa60) = -1 ENOENT (No such file or directory)
stat("/sbin/fs/mount.exfat", 0x7fffaf76fa60) = -1 ENOENT (No such file or directory)
lstat("/run/mount/utab", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/run/mount/utab", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 3
close(3)
[…]
```

So create a symbolic link. It works then.
@pmenzel pmenzel force-pushed the update-exfat-from-1.2.6-to-1.2.7 branch from a8b3fa6 to dd6b702 Compare September 8, 2017 14:26
@donald donald merged commit 4dd0035 into master Sep 8, 2017
@donald donald deleted the update-exfat-from-1.2.6-to-1.2.7 branch October 9, 2017 11:13
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants