I want to move my /Homes folder (with the Homes folder for 100+ users) to a different storage system, it’s currently on an array and takes up almost 12 TB of data.
How best to move it?
I want to move my /Homes folder (with the Homes folder for 100+ users) to a different storage system, it’s currently on an array and takes up almost 12 TB of data.
How best to move it?
For single users, you could use the usermod
(e.g. usermod -m -d /newhome/username username
). However, if you then create new users under the Rockstor WebUI, the default will still be /home
, I think. and doing this for 100+ users might be a bit cumbersome.
So, you probably want to do a move of the home
contents to a new partition (not the /home
directory itself, though) and then mount the “new home” into the /home
folder …