This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbavery
Recipients Windson Yang, giampaolo.rodola, rbavery, tarek
Date 2019-05-07.19:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGn0gb5K+k7yzmCuQGLT8u43QGr2=a-ctjq87DocxxrEYJ1mZg@mail.gmail.com>
In-reply-to <1557219673.76.0.0299349666148.issue36823@roundup.psfhosted.org>
Content
I'm actually not sure what the expected behavior would be, because I can
use the os module to copy, rename, and remove files and folders in this
mounted File Share. Before encountering this error, I would expect shutil
to do the same. But since this error comes up it would make more sense for
shutil to not copy anything.

Here are the permissions for the mounted directory, which is "."
drwxrwxrwx 2 root root    0 May  3 17:44 .
drwxr-xr-x 4 root root 4096 May  3 17:57 ..
drwxrwxrwx 2 root root    0 Apr  8 22:07 external
drwxrwxrwx 2 root root    0 May  7 00:16 landsat-1024-cp
drwxrwxrwx 2 root root    0 Apr  8 23:02 regional_annotation_projects
drwxrwxrwx 2 root root    0 May  3 21:08 results
drwxrwxrwx 2 root root    0 May  3 03:53 western_nebraska_landsat_scenes

On Tue, May 7, 2019 at 2:01 AM Windson Yang <report@bugs.python.org> wrote:

>
> Windson Yang <wiwindson@outlook.com> added the comment:
>
> Just to make sure, the expected behavior would be the items should not be
> copied because of the permission and the error messages above, right?
>
> ----------
> nosy: +Windson Yang
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue36823>
> _______________________________________
>
History
Date User Action Args
2019-05-07 19:20:16rbaverysetrecipients: + rbavery, giampaolo.rodola, tarek, Windson Yang
2019-05-07 19:20:16rbaverylinkissue36823 messages
2019-05-07 19:20:16rbaverycreate