Hi Linux Lemmites. Recently finished up school and started working full time and kind of miss working on personal projects. I’m looking to try to make something in rust and try out gpui if I can figure it out or maybe egui. I also want to make something maybe even a handful of people would actually use as I find that motivating, so I ask what would actually be useful to you?


Nano is the way to do it in CLI.
Should be:
sudo nano /etc/fstab
Should bring your fstab file up right in the terminal. Make the edits and then hit Ctrl+x to exit and save. Reboot to see if it worked.
Problem is that I don’t know the format and I couldn’t find any documentation on the matter.
You can’t exactly type “man nano /etc/fstab” into the console.