Discussion:
Bug#755434: pmount: please support exfat filesystem (via fuse)
(too old to reply)
Bernd Zeimetz
2014-07-20 18:30:02 UTC
Permalink
Package: pmount
Version: 0.9.99-alpha-1
Severity: wishlist

hi,

please support the exfat filesystem, using exfat-fuse (and exfat-utils)
if installed.

thanks,

bernd


-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pmount depends on:
ii libblkid1 2.20.1-5.8
ii libc6 2.19-1

pmount recommends no packages.

Versions of packages pmount suggests:
ii cryptsetup 2:1.6.4-4

-- Configuration Files:
/etc/pmount.conf changed [not included]

-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-dist-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Marvin Renich
2017-09-08 19:30:02 UTC
Permalink
tags 755434 patch
thanks

Vincent Danjean added a patch in his msg on 25 Dec 2016. I'm setting
the appropriate tag, and adding my "please apply this patch" to the bug
report.

Many thanks for maintaining this package, as well as (hopefully) adding
this patch!

...Marvin
Vincent Fourmond
2017-09-08 20:20:02 UTC
Permalink
Oops, looks like I completely missed the patch.

I'll review/apply ASAP, but I need to wait until my updated key is
back in the keyring.

Thanks for your patience,

Vincent
Post by Marvin Renich
tags 755434 patch
thanks
Vincent Danjean added a patch in his msg on 25 Dec 2016. I'm setting
the appropriate tag, and adding my "please apply this patch" to the bug
report.
Many thanks for maintaining this package, as well as (hopefully) adding
this patch!
...Marvin
Marvin Renich
2017-09-08 21:40:01 UTC
Permalink
Post by Vincent Fourmond
Oops, looks like I completely missed the patch.
I'll review/apply ASAP, but I need to wait until my updated key is
back in the keyring.
Thanks for your patience,
No problem.

I had prepared an almost identical patch before looking to see if there
was already a bug. My patch included a change to src/pmount.c at line
365:

- else if(! strcmp(fsname, "vfat") && fs->iocharset_format) {
+ else if((!strcmp(fsname, "vfat") || !strcmp(fsname, "exfat")) && fs->iocharset_format) {

It seems to be a workaround for a bug in mount specific to vfat, so it
is probably unnecessary. But I thought I would mention it, in case it
jogs your memory about why that test was added.

...Marvin
Bernd Zeimetz
2018-10-17 03:00:01 UTC
Permalink
Hi,

any news on this bug? Would be pretty awesome to have exfat support
in pmount for buster.

Thanks,

Bernd
--
Bernd Zeimetz Debian GNU/Linux Developer
http://bzed.de http://www.debian.org
GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
V***@csiro.au
2019-02-27 05:40:01 UTC
Permalink
Hi,

this package never got migrated to salsa, I think it is dead upstream.

The archived git is here
https://alioth-archive.debian.org/git/pmount/pmount.git.tar.xz
https://alioth-archive.debian.org/git/pmount/pmount-debian.git.tar.xz

I've attached a debdiff of what I had to do with the stretch package
source to get it working.

Cheers
Vince
Dmitry Bogatov
2019-02-28 12:10:01 UTC
Permalink
Post by V***@csiro.au
this package never got migrated to salsa, I think it is dead upstream.
The archived git is here
https://alioth-archive.debian.org/git/pmount/pmount.git.tar.xz
https://alioth-archive.debian.org/git/pmount/pmount-debian.git.tar.xz
I've attached a debdiff of what I had to do with the stretch package
source to get it working.
[...]
Well, it works as-is for me. (pmount=0.9.23-3+b2) Dead upstream is sad,
by do we have replacement? If not, I would definitely object removal.
--
Note, that I send and fetch email in batch, once every 24 hours.
If matter is urgent, try https://t.me/kaction
--
Jennifer Morrow
2020-02-24 19:00:01 UTC
Permalink
I also would prefer to stay on the maintained branch and have support for exFAT. Is there any way to see when the patch might get merged? It doesn’t look like support has been added since October 2019.
Currently using pmount 0.9.23 and wishing this little patch was forthcoming in a new release.
Sure, can apply the patch and build from source, but... would prefer to stay on the maintained branch.
[CONFIDENTIALITY AND PRIVACY NOTICE] Information transmitted by this email is proprietary to Medtronic and is intended for use only by the individual or entity to which it is addressed, and may contain information that is private, privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please delete this mail from your records. To view this notice in other languages you can either select the following link or manually copy and paste the link into the address bar of a web browser: http://emaildisclaimer.medtronic.com
Alexander Huemer
2023-06-19 14:50:01 UTC
Permalink
The last update to this bug was made 3 (!) years ago.
Can we please finally have exfat support for pmount.
Graham Inggs
2024-03-01 12:40:02 UTC
Permalink
Control: tags -1 + fixed-upstream

This was fixed upstream [1] (without mention in the ChangeLog), and
included in release 0.9.23.1 [2].


[1] https://github.com/MisterDA/pmount/commit/b05aa2191a4097c8f8cdccdd7ee52d983cdf0287
[2] https://github.com/MisterDA/pmount/releases/tag/v0.9.23.1

Loading...