[Bug 315782] Re: Change of capitalization in filenames on FAT32

2018-05-25 Thread Bug Watch Updater
** Changed in: glib Status: Confirmed => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/315782 Title: Change of capitalization in filenames on FAT32 To manage notifications about

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2010-09-15 Thread Bug Watch Updater
** Changed in: glib Importance: Unknown = Medium -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-06-30 Thread Chris Coulson
Based on Jim's comment, the user-space tasks for this bug should be closed too ** Changed in: glib2.0 (Ubuntu) Status: Triaged = Won't Fix ** Changed in: coreutils (Ubuntu) Status: New = Won't Fix -- Change of capitalization in filenames on FAT32

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-06-26 Thread Jim Lieb
It is correct that the kernel is that gating issue for making this change. There are technical issues that make the change difficult. The rename syscall is defined to be atomic to fix race and consistency problems with the original link+unlink behavior. Making an attempt to fix it in userspace,

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-04-15 Thread Bug Watch Updater
** Changed in: glib Status: Invalid = Confirmed -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-04-06 Thread Bug Watch Updater
** Changed in: glib Status: New = Invalid -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Nicklas W Bjurman
I posed a question where to begin digging on the Linux kernel mailing list, the filesystem maintainer, OGAWA Hirofumi replied as below: This is known issue for case-insensitive fs. (BTW, CI is case- insensitive). To allow rename(filename, FILENAME), we have to fix two issues. One is

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Nicklas W Bjurman
** Also affects: coreutils Importance: Undecided Status: New ** Changed in: coreutils Status: New = Confirmed ** Changed in: coreutils Status: Confirmed = New -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Loïc Minier
Nicklas, great; do you know whether there are any upstream bugs in coreutils or linux tracking these? -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Chris Coulson
Thanks for looking in to this Nicklas. One thing to point out though - when you discover that the bug affects another source package in Ubuntu, you should click on the Also affects distribution link above, select Ubuntu and then specify the name of the source package. This way, the bug is assigned

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Nicklas W Bjurman
** Also affects: coreutils (Ubuntu) Importance: Undecided Status: New -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread Nicklas W Bjurman
** Description changed: - Binary package hint: nautilus + Binary package hint: nautilus, mv - Can not change the name of a file called foo to Foo on FAT32 file- - systems because of the case-insensitive feature of FAT32. + It is not possible to change the capitialization of filenames on a

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-27 Thread hggdh
This has been discussed on the coreutils mailing list some time ago: - http://lists.gnu.org/archive/html/bug-coreutils/2007-08/msg00042.html - no real conclusion, except that there was an agreement that there were doubts on the behaviour; -

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-26 Thread Nicklas W Bjurman
No, it is not glib that does this. The terminal also shows the same behavior: lordmetr...@lordmetroid-laptop:/media/disk$ mv test Test mv: `test' and `Test' are the same file It has to be in the implementation of the filesystem... ** Also affects: linux Importance: Undecided Status:

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-26 Thread Chris Coulson
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-26 Thread Chris Coulson
When you ran mv there, it exited before even calling the rename() system call (I ran it through strace), so that could just be a bug in coreutils. However, I just compiled a little test program (attached) and ran it through strace with some interesting results: 20:29:01 execve(./rename_file,

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-26 Thread Chris Coulson
Thanks Nicklas ** Changed in: linux (Ubuntu) Importance: Undecided = Low Status: New = Confirmed -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-26 Thread Nicklas W Bjurman
There was some confusion when I talked to other people if renaming files in this manner actually was possible to do on Windows. Just want to mention that it is possible to rename a file from test to Test on Windows XP. -- Change of capitalization in filenames on FAT32

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-14 Thread Pedro Villavicencio
** Changed in: glib2.0 (Ubuntu) Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-10 Thread Colin Watson
(IMO this is a bug because, while FAT32 isn't case-sensitive, it is case-preserving.) -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-10 Thread Chris Coulson
Thanks, this looks like a glib bug though. Nautilus tries to change the filename with g_file_set_display_name_async () in both successful and unsuccessful attempts at changing the filename (I ran it through GDB to see), so it seems that the problem is in glib. ** Changed in: glib2.0 (Ubuntu)

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-10 Thread Chris Coulson
Thank you for your bug report. This bug has been reported to the developers of the software. You can track it and make comments here: http://bugzilla.gnome.org/show_bug.cgi?id=567290 ** Changed in: glib2.0 (Ubuntu) Status: Confirmed = Triaged ** Also affects: glib via

[Bug 315782] Re: Change of capitalization in filenames on FAT32

2009-01-10 Thread Bug Watch Updater
** Changed in: glib Status: Unknown = New -- Change of capitalization in filenames on FAT32 https://bugs.launchpad.net/bugs/315782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list