Using F5-221 with TOS5 5.0.176 .
Volume1 is on SSDs, Volume2 is on 5400rpm drives.
When I add a new Volume2 from new Storage Pool, TOS5 remaps /home from Volume1 to point it to new Volume2. In the process anything previously saved under /Volume1/home disappears including all VMs for VirtualBox and others. Only way to recover is to ssh and move files over to Volume2.
Is this intentional, what would be the rationale for doing this, and how do I stop it? I don't want my /home to be on Volume2.
There are ways to remap other shared folders between Volumes, why not /home ?
TOS5 re-mounts /home to new Volume
Re: TOS5 re-mounts /home to new Volume
Please go to control panel - shared folders - advanced settings, "restore" to the original volume.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: TOS5 re-mounts /home to new Volume
Log in to SSH to mount /home to volume 1.
Code: Select all
umount /home
Code: Select all
mount /dev/mapper/vg0-lv0 /home
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)