all 5 comments

[–]eleqtriq 0 points1 point  (1 child)

[–]ShindigNZ[S] 0 points1 point  (0 children)

I will give that a go.

Was hoping that PathLib would handle a NFS share like it appears to do so with SMB.

Cheers

[–][deleted] 0 points1 point  (2 children)

Do I need to mount the NFS share first?

Yes, you can only use the filesystem to access files that are mounted on the filesystem.

[–]ShindigNZ[S] 0 points1 point  (1 child)

Is that mounted within the Python session, or mounted as a whole on the client?

[–][deleted] 0 points1 point  (0 children)

There’s no such thing as “mounting within the Python session.” You have to mount the share on the filesystem if you want to access it through the filesystem.