🖥️
Born2BeRoot
  • 📘Born2BeRoot
  • 🛠️Installing the virtual machine
    • 💿Virtual machine ISO
    • 🖥️VirtualBox
    • 💿Attaching ISO to VirtualBox
  • 🌀Installing Debian
    • 🌍Configure locals
    • 📶Configure the network
    • 🔐Set up users and passwords
    • 🕚Configure the clock
    • 💾non-BONUS: Partition disks
    • 💾BONUS: Partition Disks
      • 💾BONUS: primary partition
      • 💾BONUS: logical partition
      • 💾BONUS: encrypt logical partition
      • 💾BONUS: logical volume manager
      • 💾BONUS: logical volume group
      • 💾BONUS: logical volume root
      • 💾BONUS: logical volume swap
      • 💾BONUS: logical volume home
      • 💾BONUS: logical volume var
      • 💾BONUS: logical volume srv
      • 💾BONUS: logical volume tmp
      • 💾BONUS: logical volume var-log
      • 💾BONUS: file system of all logical volumes
    • 📦Configure the package manager
    • 🖥️Install the GRUB boot loader
    • 🎉Finish installation
  • ⚙️Virtual machine setup
    • ⚙️First connection
    • 👤Installing sudo & configuration of user and groups
      • 👤Creating a user
      • 👥Creating a group
      • 🫂Adding a user to a group
    • 📶Installing & configuring SSH
      • 📶Configuring SSH
      • 👬Connecting via SSH
    • 🔥Installing & configuring UFW 🔥🧱 Firewall
      • 🔥Allow a port to firewall
    • 🔐sudo policies
    • 🔑password policy 🔑
    • 🧾Script 🚨
    • ⏰Crontab
    • ✒️Signature.txt
  • 😊BONUS Services
    • 💡Lighttpd
    • 📰WordPress
    • 🐬Mariadb
      • 🐬Create database on Mariadb
    • 🐘PHP
    • 📰WordPress configuration
    • ⚡LiteSpeed
  • ✅Correction preparation
    • ✅Correction sheet
    • ❤️‍🩹Evaluation answer
    • ⌨️Evaluation commands
      • ✅Check no graphical interface
      • ✅Check UFW
      • ✅Check SSH service
      • ✅Check OS
      • ✅Check user and group
        • ✅Add user and check password policy
        • ✅Check group creation
        • ✅Check adding to group
      • ✅Check hostname
        • ✅Check change hostname
      • ✅Check all partitions
      • ✅Check sudo
        • ✅Check add user to sudo group
        • ✅Check sudo rules
        • ✅Check sudo logs
      • ✅Check UFW advanced
        • ✅Check UFW active rules
        • ✅Check rule creation
      • ✅Check SSH advanced
        • ✅Check SSH usage
      • ✅Check crontab of script
      • 🎉Finish !
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Installing Debian
  2. BONUS: Partition Disks

BONUS: file system of all logical volumes

PreviousBONUS: logical volume var-logNextConfigure the package manager

Last updated 1 year ago

Was this helpful?

  1. Now we can see how in the section where it shows us all our partitions and free space, all the logical partitions that we just created are already appearing. Good, we must configure all of them to select the file system that we want and the mount point indicated in the subject. Again we will go in order and select the first one that appears, which is home.

  2. Show us the configuration of the partition. We must choose a file system as it currently does not have one.

  3. Choose the Ext4 file system, it is the most commonly used file system in Linux distributions.

  4. Now we need to select the mount point.

  5. We select home as indicated in the subject.

  6. Once we have selected it, we will finish the configuration of the partition.

  7. Again, these steps can become very repetitive so I won't comment much. We repeat everything the same way (except for the mount point) for root.

  8. Repeat the process for srv and change the mount point.

  9. For swap, we will make an exception because the file system will be different. We select swap.

  10. Once the previous step is completed, we will finish the partition configuration.

  11. Now we will do the same thing as before, but now we will do it with tmp and changing the mount point.

  12. We repeat the process again for var, changing the mount point.

  13. Once we have completed all of the previous steps, we are almost finished. We must click 'finish partitioning' to save all of the changes to the disk.

  14. We accept the message and the changes will be saved. Make sure that all of the partitions look the same as in the screenshot.

🌀
💾
💾
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian
Partition disks configuration on Debian