02-18-2015, 09:04 PM
It's always advisable to do a fresh install when major updates happen.
I always store my data not the OS's on a data partition using symlinks to home, the partition loads in fstab with this code
I never use a swap partition I use a swapfile on my data partition for all my OS's, if it's good enough for MS it's OK by me, I also always put my home(user) folder in root so one OS one partition.
All OS's become swollen/bloated in time and a fresh install can often work wonders.
![[Image: Lfizk6t.png]](http://i.imgur.com/Lfizk6t.png)
Bye bye
![[Image: man-walking-door_zpscqtay5pu.gif]](http://i724.photobucket.com/albums/ww242/ukbrian/man-walking-door_zpscqtay5pu.gif)
I always store my data not the OS's on a data partition using symlinks to home, the partition loads in fstab with this code
Code:
# Swap space created during install
/home/user/data/swap/salineos-swap none swap sw 0 0
# cdrom
/dev/cdrom /media/cdrom udf,iso9660 user,noauto,exec,utf8 0 0
LABEL=data /home/user/data ntfs-3g defaults,uid=1000 0 0
I never use a swap partition I use a swapfile on my data partition for all my OS's, if it's good enough for MS it's OK by me, I also always put my home(user) folder in root so one OS one partition.
All OS's become swollen/bloated in time and a fresh install can often work wonders.
![[Image: Lfizk6t.png]](http://i.imgur.com/Lfizk6t.png)
Bye bye
![[Image: man-walking-door_zpscqtay5pu.gif]](http://i724.photobucket.com/albums/ww242/ukbrian/man-walking-door_zpscqtay5pu.gif)