Cannot Move File To Trash

ubuntu 删除时不能移动到回收站,解决方法:

 

I had the same problem and enabled the trash function for ntfs and vfat partitions that are mounted by fstab as follows:

1) Backup fstab.

2) Add uid=1000,gid=1000 as options to the partition's fstab entry (see example below). 

3) Create a directory named .Trash-1000 in the partition's root.

4) Restart the computer.

Upon completion of the above, deleted files will be placed in a directory named files within the .Trash-1000 directory, and your Ubuntu desktop trash icon will show the deleted files.

~~~

Example fstab entry
UUID=44B5-9621 /media/store vfat defaults,utf8,umask=007,uid=1000,gid=1000 0 1

posted on 2013-10-31 23:22  一个石头  阅读(578)  评论(0)    收藏  举报