Context? Cleaning up and starting over XD
I know I can remove the full volume, though I was looking for a 'local' explorer - it could have been in the GUI. But you guys are right, a Network AS... Of course, my folders should be shared by default. I couldn't find a solution, so I started to wonder... Surely, somebody else thought it was convenient to work locally on your data. I liked the Midn. Commander tip. I might look into that.
And maybe it helps if I tell you guys I've been working with 'puters over 25 years, including FreeBSD in 1996. I might have my own way of doing things and I certainly have to figure FreeNAS out to get a good grip on it, but I do understand some basic concepts ;-)
I
have done that on occasion. Some context is useful,
@devnullius.
It's the only way I do it (Remote Desktop). Explorer just can't handle network shares and IO very well. Therefore tools like robocopy. I'm an old fox, hard to change some routines :)
I had to look up server-side copy (
https://wiki.samba.org/index.php/Server-Side_Copy)
Client Support
Windows
- Windows Server 2012 and later: via Windows Explorer or Robocopy
- Windows 8 and later: via Windows Explorer or Robocopy
- Windows Server 2008: via Robocopy only
- Windows 7: via Robocopy only
For other tools, ask the respective vendor for SMB2 FSCTL_SRV_COPYCHUNK support.
Linux
The Linux Kernel CIFS client
includes support for issuing SMB2 FSCTL_SRV_COPYCHUNK_WRITE server-side copy requests. This feature can currently only be utilised by issuing a special CIFS_IOC_COPYCHUNK_FILE ioctl, as done by
cloner in the xfstests Git repository. Attempts to plumb Copy-Chunk server-side copy support into the
cp --reflink code path
were rejected.