After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 554031 - please make shortname=mixed the default for vfat
please make shortname=mixed the default for vfat
Status: RESOLVED INCOMPLETE
Product: gnome-mount
Classification: Deprecated
Component: programs
unspecified
Other All
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
Depends on:
Blocks:
 
 
Reported: 2008-09-27 03:42 UTC by Paul Wise
Modified: 2010-10-16 01:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Wise 2008-09-27 03:42:52 UTC
Please describe the problem:
Forwarding these two bugs from the Debian BTS:

http://bugs.debian.org/476903
http://bugs.debian.org/497121

In short:

This file:

	/usr/share/gconf/schemas/gnome-mount.schemas

Contains this:

	<default>[shortname=lower,uid=]</default>

This is wrong because it makes files who have all-uppercase names in
Windows are listed as all-lowercase on GNOME.

This should be changed to this so that GNOME and Windows show the
filenames exactly the same:

	<default>[shortname=mixed,uid=]</default>

Ideally it would change in the kernel, but gnome-mount needs to change too.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 ulrik sverdrup 2009-06-24 13:01:43 UTC
This should be mixed.

With shortname=lower, it's impossible to create git repositories on an usb stick(!).

My usecase is simply to create a bare git repository on a usb stick, and push to it for backup. Now, with shortname=lower, this happens:

cd /mount/usbstick
mkdir bup.git
cd bup.git
git init --bare
git branch -a
fatal: Not a git repository (or any of the parent directories): .git

Git creates a file HEAD, but it is rendered as head.
Comment 2 Paul Wise 2009-06-24 14:05:18 UTC
I've sent a patch for Linux to the Linux fat fs maintainer, hopefully it will be included in Linux 2.6.31.

In any case gnome-media also needs to change its overrides, either to remove shortname=lower or change it to shortname=mixed.

I guess people will want to run newer GNOME on older kernels sometimes so changing it to shortname=mixed might be best.
Comment 3 Fabio Durán Verdugo 2010-09-04 03:39:14 UTC
This bug was reported against a version which is not supported any more. Developers are no longer working on this version so there will not be any bug fixes for it.
Can you please check again if the issue you reported here still happens in a recent version of GNOME and update this report by adding a comment and adjusting the 'Version' field?

Again thank you for reporting this and sorry that it could not be fixed for the version you originally used here.

Without feedback this report will be closed as INCOMPLETE after 6 weeks.
Comment 4 Fabio Durán Verdugo 2010-10-16 01:57:55 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!