SOLVED Paths for a NFS share must reside within the same filesystem

Ofloo

Explorer
Joined
Jun 11, 2020
Messages
60
But they are all within the same filesystem. I can add them all at some point add a new one.

All paths are subdirectories of

/mnt/lake/public/media

Because I can't do alldirs because all of the subdirectories are datasets and I apparently can't create new share with the same network. How do I solve this?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
A dataset can be considered an independent filesystem. To do what you want, the content has to be moved to directories within the parent dataset, after which alldirs will work.
 

Ofloo

Explorer
Joined
Jun 11, 2020
Messages
60
I did:

/mnt/lake/public/media
/mnt/lake/public/media/something1
/mnt/lake/public/media/something2
/mnt/lake/public/media/something3

...

For now I created different shares for each path. This seems to work. At first it complained about the network being the same but for some reason it doesn't do that anymore.
 
Top