trouble accessing directory with quotes in read-only mode
Bug #129542 reported by
Ori Avtalion
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| ntfs-config |
Invalid
|
Undecided
|
Unassigned | ||
| linux-source-2.6.20 (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned | ||
| linux-source-2.6.22 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Using feisty amd64.
When mounting an ntfs drive with read-only support, I cannot access/modify directories that have quotes (") in their name.
To test:
1) Mount a drive with enabled write support.
2) Create a directory called "foo" (with the quotes).
3) Unmount the drive and mount it again without write support.
4) Try accessing the dir, renaming it, ls -l'ing it to get info - nothing will work.
When mounted in read-only mode, the /etc/fstab flags are "umask=222,utf8".
When mounted with write enabled, the flags are "defaults,
Is it possible that the problem is caused due to the locale not being specified?
| Changed in linux-source-2.6.20: | |
| assignee: | txwikinger → nobody |
To post a comment you must log in.
This seams to be a problem with the ntfs kernel driver.
Files with quotes can be access correctly with both ntfs-3g & ntfs-fuse,
but not with the ntfs kernel driver