TOS5 re-mounts /home to new Volume

RAID, Volume, storage pool, hard drive, USB, SSD cache and iSCSI LUN
Locked
User avatar
miji22
Posts: 6
Joined: 30 Nov 2020, 03:24
Canada

TOS5 re-mounts /home to new Volume

Post by miji22 »

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 ?
User avatar
TMnorah
TerraMaster Team
Posts: 117
Joined: 17 Aug 2021, 09:51

Re: TOS5 re-mounts /home to new Volume

Post by TMnorah »

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)
User avatar
miji22
Posts: 6
Joined: 30 Nov 2020, 03:24
Canada

Re: TOS5 re-mounts /home to new Volume

Post by miji22 »

TMnorah wrote: 13 Nov 2022, 18:04 Please go to control panel - shared folders - advanced settings, "restore" to the original volume.
I tried that. /home is not a shared folder, and unfortunately "restore" has no effect in my case.
User avatar
TMSupport
TerraMaster Team
Posts: 2313
Joined: 13 Dec 2019, 15:15

Re: TOS5 re-mounts /home to new Volume

Post by TMSupport »

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)
Locked

Return to “Storage”