this post was submitted on 28 Aug 2022
13 points (100.0% liked)

Linux

47362 readers
1137 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have been trying to use (#debian) #linux with separate partitions for /home and couple of others. However, I have been facing the problem of /var becoming full and thus blocking further updates and installations. Most of the time deleting /var/log/auth.log would help but now I have messed up and can't startup lightdm and using it from another tty. Can you guys share some tips and tricks as to avoiding this problem? I know keeping everything in one partition is one such trick. Anything else? #linux #foss #gnu #free_software #libre_software #disk #operatingsystems

you are viewing a single comment's thread
view the rest of the comments
[–] blueberry@lemmygrad.ml 4 points 2 years ago (1 children)

Why do you try to have different partitions for everything? Like what is your goal here? If you insist on separating /home and /, you could look into btrfs and subvolumes. You could have a single btrfs partition but with different subvolumes with names like @ROOT and @HOME which you then mount to / and /home.

[–] liberatedGuy@lemmy.ml 2 points 2 years ago (2 children)

I don't know I just did one of the options that was available during the Debian installation Thanks for the effort but sadly I don't understand things like btrfs and subvolumes I shall look into them Do you have any resources you can recommend?

[–] blueberry@lemmygrad.ml 4 points 2 years ago

It sounds like you are relatively new to linux. In that case I would really recommend just using one partition for everything and be done with it. There should be an option for this in the Debian installer. It will make your life so much easier.

For everything linux related, the Arch Linux Wiki is the most comprehensive resource. For btrfs it would be this page for example, but I fear that this won't help you much, because you are so new to everything.

If you really want to get to know the workings of a standard linux distribution and feel like you are in control of things, I can recommend trying to install Arch Linux. This is a good starting point for better understanding a linux system and getting to know the command line.

[–] coldhotman@nrsk.no 2 points 2 years ago

If I were in your situation I'd boot the computer from a live usb - Same procedure as when installing but selecting "Try" instead of "Install". Then I'd back up all important data. And start from scratch.

Full reinstall with defaults. Including reformatting and having everything on one partition. Good luck!