User Tools

Site Tools


tasks

Differences

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

Link to this comparison view

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