You are not logged in.
hello
when trying to delete a file from a mounted ntfs partition with ntfs-3g gives me the following error "Unable to find or create trash directory"
I use fedora 16 with xfce 4.8
Greetings.
Offline
Hi,
exactly the same here. (archlinux)
Tried to change the permissions of .Trash folders, but its still not working.
regards,
hansi
Edit:
Ups, i have the problem with NFS mounts, i should improve my reading skills. :-(
Last edited by hansi999 (2012-03-23 15:48:05)
Offline
Could this be because fat/ntfs filesystems don't support the same permissions used by linux filesystems like ext4? Files on ntfs/fat typically obtain their user/group properties from the mount options that you provide. I'm just guessing, but if this is your problem, then it is mentioned here.
Offline
not working
Offline
In fstab :
LABEL=Data /mnt/data ntfs-3g defaults,umask=077,uid=1000,gid=100,users,exec,noauto,noatime 0 0
The important parts being umask, uid and/or gid.
Offline
Creating a .Trash-1000 folder in the root of your mounted ntfs partition will fix this.
Offline
In fstab :
LABEL=Data /mnt/data ntfs-3g defaults,umask=077,uid=1000,gid=100,users,exec,noauto,noatime 0 0The important parts being umask, uid and/or gid.
i had simillar problem with deluge(it said that can't reach files), adding "uid" and "gid" to fstab line helped.
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 535.19 KiB (Peak: 536.03 KiB) ]