| Summary: | kernel 3.6-rc1 - creating new files on NTFS fails with ntfs-3g: Invalid arguments. Fixed with linux-3.6.0-rc3. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | jospezial <jospezial> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugzilla.kernel.org/show_bug.cgi?id=45661 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | config-3.6.0-rc1 | ||
|
Description
jospezial
2012-08-08 03:24:39 UTC
We don't seem to have that version in the tree yet. joerg@jlgentoo ~ $ sudo /usr/sbin/mount.ntfs-3g /dev/sdc1 /mnt/sdc1/ -o rw,nosuid,nodev,uhelper=udisks2,debug,no_detach Passwort: FUSE library version: 2.9.1 nullpath_ok: 0 nopath: 0 utime_omit_ok: 1 Version 2012.1.15 external FUSE 29 Mounted /dev/sdc1 (Read-Write, label "8gb_jl", NTFS 3.1) Cmdline options: rw,nosuid,nodev,uhelper=udisks2,debug,no_detach Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,fsname=/dev/sdc1,blkdev,blksize=4096 Ownership and permissions disabled, configuration type 7 unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0 INIT: 7.19 flags=0x0000047b max_readahead=0x00020000 INIT: 7.19 flags=0x00000051 max_readahead=0x00020000 max_write=0x00020000 max_background=0 congestion_threshold=0 unique: 1, success, outsize: 40 and after touch /mnt/sdc1/x touch: kann „/mnt/sdc1/x“ nicht berühren: Datei oder Verzeichnis nicht gefunden joerg@jlgentoo ~ $ unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 42, pid: 2420 LOOKUP /x getattr /x unique: 2, error: -2 (Datei oder Verzeichnis nicht gefunden), outsize: 16 unique: 3, opcode: CREATE (35), nodeid: 1, insize: 58, pid: 2420 create flags: 0x8841 /x 0666 umask=0022 Invalid arguments. unique: 3, error: -2 (Datei oder Verzeichnis nicht gefunden), outsize: 16 unique: 4, opcode: LOOKUP (1), nodeid: 1, insize: 42, pid: 2420 LOOKUP /x getattr /x unique: 4, error: -2 (Datei oder Verzeichnis nicht gefunden), outsize: 16 tested vanilla-sources-3.5.1 and there is all ok but problem still exists with latest git-sources snapshot. Tested on two Gentoo linux computers. Bugs for development, unreleased kernels should go upstream at http://bugzilla.kernel.org Fixed with linux-3.6.0-rc3. I looked for the fixing commit but didn't find the right one in kernel git. |