User Tools

Site Tools


tasks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tasks [2026/08/28 12:14] 172.216.14.116tasks [2026/08/28 12:36] (current) 172.216.14.116
Line 1: Line 1:
 ==== Create new partition ==== ==== Create new partition ====
-stop jellyfin +  - stop jellyfin 
-stop sshfs +  stop sshfs mounts 
- +  - umount /srv/hdd0 
- +  - umount /srv/hdd1 
-backup /var (use rsync) to /hdd0/var-bak +  - umount /srv 
-edit fstab - move /var using /hdd0/var-bak +  - resize /srv to create 64GB 
-reboot +  - create /var on this new partition 
- +  - copy /var (use rsync) to /new-var 
-we should now be using /hdd0/var-bak as /var +  <code>sudo rsync -avxHAX --progress /var/* /mnt/newvar/</code> 
- +  edit fstab - set /var using /new-var 
- +  reboot 
- +   
-we should now not be using /srv +  we should now be using /hdd0/var-bak as /var 
- +   
-umount old-var +   
-umount /srv +   
-resize /srv using parted - create 64GB +  we should now not be using /srv 
-resize old-var == +64GB +   
-reboot +  umount old-var 
- +  umount /srv 
- +  resize /srv using parted - create 64GB 
-we should now be using /hdd0/var-bak and have original /var+64GB +  resize old-var == +64GB 
- +  reboot 
-edit fstab - move /var back to /var+64GB +   
-reboot +   
- +  we should now be using /hdd0/var-bak and have original /var+64GB 
- +   
-we should now be using /var+64GB as /var in original location  +  edit fstab - move /var back to /var+64GB 
- +  reboot 
-check+confirm +   
- +   
- +  we should now be using /var+64GB as /var in original location  
-complete?+   
 +  check+confirm 
 +   
 +   
 +  complete?
tasks.1787919249.txt.gz · Last modified: by 172.216.14.116