[Digikam-devel] [digikam] [Bug 327244] Automatic album generation produces only lower case album / folder names
Teemu Rytilahti
tpr at iki.fi
Thu Dec 5 00:16:13 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=327244
--- Comment #3 from Teemu Rytilahti <tpr at iki.fi> ---
I think there's no need nowadays for undercasing the paths
>From my quick tests on Arch with a test file, the original problems sounds like
a mounting problem of the distribution or that things have changed since then.
You can try the following:
tuli:/tmp:% dd if=/dev/zero of=fat32.disk bs=1K count=1M
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 0.89088 s, 1.2 GB/s
tuli:/tmp:% mkfs.vfat fat32.disk
mkfs.fat 3.0.23 (2013-10-15)
tuli:/tmp:% mkdir fattest
mkdir: cannot create directory ‘fattest’: File exists
tuli:/tmp:% rm -rf fattest
tuli:/tmp:% mkdir fattest
tuli:/tmp:% sudo mount fat32.disk fattest
tuli:/tmp:% mkdir fattest/FOO
mkdir: cannot create directory ‘fattest/FOO’: Permission denied
tuli:/tmp:% sudo !!
tuli:/tmp:% sudo mkdir fattest/FOO
tuli:/tmp:% sudo touch fattest/foo/bar
tuli:/tmp:% sudo touch fattest/FOO/Quux
tuli:/tmp:% ls -al fattest/FOO/quux
-rwxr-xr-x 1 root root 0 Dec 5 01:13 fattest/FOO/quux
tuli:/tmp:% ls -al fattest/FOO/Quux
-rwxr-xr-x 1 root root 0 Dec 5 01:13 fattest/FOO/Quux
tuli:/tmp:% ls -alR fattest/
fattest/:
total 8
drwxr-xr-x 3 root root 4096 Dec 5 01:13 .
drwxrwxrwt 71 root root 2000 Dec 5 01:12 ..
drwxr-xr-x 2 root root 4096 Dec 5 01:13 FOO
fattest/FOO:
total 8
drwxr-xr-x 2 root root 4096 Dec 5 01:13 .
drwxr-xr-x 3 root root 4096 Dec 5 01:13 ..
-rwxr-xr-x 1 root root 0 Dec 5 01:13 bar
-rwxr-xr-x 1 root root 0 Dec 5 01:13 Quux
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list