Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silentgameplays committed Jan 19, 2023
1 parent 4eeb035 commit d5e26c6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,16 @@ Add this line:
* sudo apt install fonts-hack-ttf
* sudo apt install papirus-icon-theme
# (Optional) Adding a secondary SSD/HDD in fstab manually:

# If it is an existing SSD/HDD that you already formatted with ext4 or btrfs and automounted in filemanager like Dolphin or Nemo,then you have to check in properties for example "/media/user/Backup" that is your mount point.
*sudo lsblk -f
*sudo nano /etc/fstab

* sudo lsblk -f

* sudo nano /etc/fstab

# Contents of FSTAB:

* <file system> <mount point> <type> <options> <dump> <pass>
* # <file system> <mount point> <type> <options> <dump> <pass>

* / was on /dev/sda2 during installation
* UUID=362fe9a2-29fc-43fe-824d-09d1d93b1549 / ext4 errors=remount-ro 0 1
Expand Down

0 comments on commit d5e26c6

Please sign in to comment.