tancsattilaNézted a linket? Ott írja a kolléga mit kéne beleírni hogy jó legyen:
Try adding this option to the line, "uid=1000", assuming you are the original user. If not, use the "id" command to find your uid number.
/dev/sda3 /home/user/shared ntfs defauls,uid=1000,noatime 0 0
This will make you the owner and should create a .Trash-1000 folder where deleted files will be placed. I've not placed a mountpoint where you have but I assume it would work the same way there.
Once you have saved the fstab file, umount and remount the partition.
Code:
sudo umount /dev/sda3 && sudo mount -a