The last line makes the init try to attach an ext4 filesystem at /media/data. Where does this partition come from? An external disk? A partition on /dev/sda you have removed since then? The init does not find it, hence the error, which would be suppressed if you remove or comment (inserting # at the beginning) the last line of /etc/fstab. To do so, you need administrative privileges: $ sudo pluma /etc/fstab # you can substitute pluma with your favorite text editor

Reply via email to