[NFS] Child datasets / server side copy

  • Thread starter Deleted member 104047
  • Start date
D

Deleted member 104047

Guest
Hello everyone,

I've set up some datasets like this:

> Pool
>> Downloads
>> Media
>>> Movies
>>> Series
>>> Music

And I shared Downloads and Media as two separate NFS shares. For Media I've set "All Directories".

On the client I mount these folders to /mnt/downloads and /mnt/media.

I faced two problems:
- I can't access the child datasets / subfolders of Media.
- Copying files from Downloads to Media takes a while because everything is sent over my 1Gbit network.

How would a proper setup of this look like?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hello everyone,

I've set up some datasets like this:

> Pool
>> Downloads
>> Media
>>> Movies
>>> Series
>>> Music

And I shared Downloads and Media as two separate NFS shares. For Media I've set "All Directories".

On the client I mount these folders to /mnt/downloads and /mnt/media.

I faced two problems:
- I can't access the child datasets / subfolders of Media.
This is expected behavior for NFS. You can't access child datasets.

- Copying files from Downloads to Media takes a while because everything is sent over my 1Gbit network.

How would a proper setup of this look like?

Server-side copy and mountpoint traversal are both possible over SMB :)
 
D

Deleted member 104047

Guest
So you think I should just switch everything over to SMB?
 
Top