User Tools

Site Tools


tasks

This is an old revision of the document!


Create new partition

  1. stop jellyfin
  2. stop sshfs mounts
  3. umount /srv/hdd0
  4. umount /srv/hdd1
  5. resize /srv to create 64GB
  6. create /var on this new partition
  7. copy /var (use rsync) to /new-var
  8. sudo rsync -avxHAX --progress /var/* /mnt/newvar/
  9. edit fstab - set /var using /new-var
  10. reboot
  11. we should now be using /hdd0/var-bak as /var
  12. we should now not be using /srv
  13. umount old-var
  14. umount /srv
  15. resize /srv using parted - create 64GB
  16. resize old-var == +64GB
  17. reboot
  18. we should now be using /hdd0/var-bak and have original /var+64GB
  19. edit fstab - move /var back to /var+64GB
  20. reboot
  21. we should now be using /var+64GB as /var in original location
  22. check+confirm
  23. complete?
tasks.1787920253.txt.gz · Last modified: by 172.216.14.116