Hi,
I'm using FreeNAS and access it on a regular basis via ssh.
Right now I have one zpool but plan on creating a second one and move some datasets to it.
What is disturbing to me is the fact, that I have no way in creating a softlink on a high level basis e.g. I have the paths
/mnt/zpool1/home/username/
/mnt/zpool1/film/
/mnt/zpool1/bittorrent/
If I add a new zpool (zpool2) and move 'film' over to this one the new path is:
/mnt/zpool2/film
Every script etc has to be modified in order to account this.
A softlink inside /mnt/ gets deleted after an update or reboot (I'm not sure, but it doesn't last long)
What I would like are paths like:
/symbolic/home/username
/symbolic/film
/symbolic/bittorrent
which do the abstraction to the real path.
I don't want to put softlinks inside a zpool as it only mitigates the problem and is useless if the the zpool the softlink is inside gets destroyed. (And it is ugly as hell, too
)
What can I do to achieve my goal?
Regards,
Solero
I'm using FreeNAS and access it on a regular basis via ssh.
Right now I have one zpool but plan on creating a second one and move some datasets to it.
What is disturbing to me is the fact, that I have no way in creating a softlink on a high level basis e.g. I have the paths
/mnt/zpool1/home/username/
/mnt/zpool1/film/
/mnt/zpool1/bittorrent/
If I add a new zpool (zpool2) and move 'film' over to this one the new path is:
/mnt/zpool2/film
Every script etc has to be modified in order to account this.
A softlink inside /mnt/ gets deleted after an update or reboot (I'm not sure, but it doesn't last long)
What I would like are paths like:
/symbolic/home/username
/symbolic/film
/symbolic/bittorrent
which do the abstraction to the real path.
I don't want to put softlinks inside a zpool as it only mitigates the problem and is useless if the the zpool the softlink is inside gets destroyed. (And it is ugly as hell, too
What can I do to achieve my goal?
Regards,
Solero