Here's a test case from one of the duplicates:

1. create a ntfs loopback file and mount it
$ sudo aptitude install ntfsprogs
$ dd if=/dev/zero of=/tmp/blah bs=1M count=2
$ sudo losetup /dev/loop0 /tmp/blah
$ sudo mkfs.ntfs /dev/loop0
$ sudo losetup -d /dev/loop0
$ mkdir /tmp/foo
$ sudo mount -t ntfs-3g /tmp/blah /tmp/foo

2. create a directory structure
$ mkdir -p /tmp/foo/bar/baz

3. try to remove /tmp/foo/bar using nautilus. A "Error while deleting."
message should appear.

-- 
cannot delete files off of an Fuse mounted NTFS partition in nautilus
https://bugs.launchpad.net/bugs/186569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to