Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Of course it does not affect anything rebooting it :) But I reboot it because I edited fstab a couple of times and rebooted it to test the new settings I made. I move the files just fine on the GUI of Raspbian and via terminal. So it must be something with samba. But shouldn't the error be "not permitted" or "not allowed" instead of "operation is not supported" Commented Jan 2, 2020 at 19:41
  • 1
    I'm not sure whether the error should read exactly, "not permitted", or "operation is not supported"... Doesn't really matter, though. Now that you know it's samba, you can focus on that. What directory are you having trouble renaming files in? The Mert share or the HOMEPI share? Commented Jan 2, 2020 at 21:30
  • 1
    The Mert share obviously because it is where the problem is because of the mounted drive located in /media/Merts-HDD/NAS folder. Commented Jan 2, 2020 at 23:24
  • Your samba config is forcing user "pi" and group "nas" ... Can you make sure the "pi" user and "nas" group have permissions to rename/delete files in /media/Merts-HDD/NAS/Mert? What is the output of, ls -l /media/Merts-HDD/NAS/Mert? Commented Jan 3, 2020 at 18:43
  • No, I solved it already. The drive is mounted correct. But the fruit options in smb.conf messed everything up. Commented Jan 3, 2020 at 19:11