This has been done locally (and manually) on my desktop as a pilot
Time to change everything else over.
This can be done slowly over time, as there is a large impact of this change
The issue is here so the changes can be tracked more easily if they all refer to this issue number.
No branch necessary.
A non-exhaustive list of things to consider:
[x] Hard drive mounts on nas01
[x] Samba share configurations on nas01
[x] Backup destinations on all north-east hosts
[x] Changing network mounts points on other machines (mounting things into /mnt/)
Some things will probably break as a result of this, so make sure there is ample time to debug when making and testing these changes
Also consider making mount points into variables to make something like this easier in the future (hopefully it doesn't need to happen again for the existing hosts, but it may make it easier to implement on new hosts)
Previously, most mount points were in
/media
or/media/shared
However, multiple sources refer to using
/mnt
instead:This has been done locally (and manually) on my desktop as a pilot Time to change everything else over.
This can be done slowly over time, as there is a large impact of this change The issue is here so the changes can be tracked more easily if they all refer to this issue number. No branch necessary.
A non-exhaustive list of things to consider:
Some things will probably break as a result of this, so make sure there is ample time to debug when making and testing these changes Also consider making mount points into variables to make something like this easier in the future (hopefully it doesn't need to happen again for the existing hosts, but it may make it easier to implement on new hosts)