Change of capitalization in filenames on FAT32
Bug #315782 reported by
Nicklas W Bjurman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GLib |
Expired
|
Medium
|
|||
Linux |
New
|
Undecided
|
Unassigned | ||
coreutils |
New
|
Undecided
|
Unassigned | ||
coreutils (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned | ||
glib2.0 (Ubuntu) |
Won't Fix
|
Low
|
Ubuntu Desktop Bugs | ||
linux (Ubuntu) |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: nautilus, mv
It is not possible to change the capitialization of filenames on a FAT32 volume. This is a bug because, although FAT32 is not case-sensitive, it still have the ability to preserve the case of filenames.
Steps to reproduce:
1. Create file "test" on FAT32 volume
2. Try to rename new file to "TEST" using nautilus or mv
Actual results:
Displays an error 'The name "TEST" is already used in this folder. Please use a different name'
Expected results:
The filename should change to new requested filename
Does this happen every time?
Yes
Changed in glib: | |
status: | Unknown → New |
Changed in glib2.0: | |
assignee: | nobody → desktop-bugs |
Changed in coreutils: | |
status: | New → Confirmed |
status: | Confirmed → New |
description: | updated |
Changed in glib: | |
status: | New → Invalid |
Changed in glib: | |
status: | Invalid → Confirmed |
Changed in glib: | |
importance: | Unknown → Medium |
Changed in glib: | |
status: | Confirmed → Expired |
To post a comment you must log in.
(IMO this is a bug because, while FAT32 isn't case-sensitive, it is case-preserving.)