• 8 Posts
  • 57 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle

  • Evidenced report after report shows that poverty is rising fast in wealthy countries. In the UK, a G7 economy, people in full time employment doing a decent job (eg teachers) can’t afford to buy a home or pay the rent and rely on food banks. Life expectancy is decreasing too. This is the first time this is happening after many decades. You would think that in a G7 economy these people would at least be able to survive, or even thrive. Instead, people have to make a choice between ‘heating and eating’, and young people are forced to live with their parents in their 30s.

    There are many reports on children poverty too. This is not going to end well.

    Frankly, the rising standards and choice narratives are not just misguided. They are insulting.














  • I have been wondering about this. People recommend backing up /home and then reinstalling very casually, eg many recommend a new install when the new Debian stable is released every two years. My personal files and most of my user setup are stored in /home but wouldn’t many customisations be stored in /? I have been tweaking things for nearly a year to get everything working. I wouldn’t want to spend ages to reinstall applications (flatpaks and all) and re-create my working setup. People being so relaxed about nuking their setup tells me I may be missing something here.




  • I’d rather have a single large /home partition, and the LVM method sounds less risky if I find out how to do it safely. I am sure I read somewhere that LVM is the clean way to manage partitions.

    I see my fstab says the following, so it’s UUIDs although I am not sure about that /swapfile:

    # / was on /dev/sda6 during installation
    UUID=9178d5fa-87a7-4e65-ba88-726f41c84186   /                        ext4   errors=remount-ro   0 1 
    # /boot/efi was on /dev/sda5 during installation
    UUID=0B9E-D68E                              /boot/efi                vfat   umask=0077          0 1 
    # /home was on /dev/sda8 during installation
    UUID=0a3aa38a-1673-4064-b573-9a090be7f3cb   /home                    ext4   defaults            0 2 
    # swap was on /dev/sda7 during installation
    # UUID=ca915564-2474-4399-ae6c-b4d9b73e69d1 none            swap    sw              0       0
    #
    # added swapfile
    /swapfile                                   none                     swap   sw                  0 0 
    /dev/sdb1                                   /media/myuser/backintime   ext4   nofail              0 0 
    

  • I am happy to leave the fat32 partitions alone, and deleting the first two NTFS partitions and merging them is easy. What troubles me is how to move the new big partition next to /home so that I can merge them. I hadn’t considered using creating an LVM to merge them logically. It sounds less risky for a newbie if I find how to do it.