Filesystems lab

Question 7: Make the mount persistent across reboot.

** Use rw option with the dump and pass numbers both set to 0**

I tried solving this question and even tried using the hint but couldn’t solve it. It shows some kinda error,


need some help!

Because this file has opened in somewhere other tabs. Please check the point 1.
and If you want to edit this same file then press E.

I executed the first command in the hint and the screen appears like this. where should I add the second line of the hint to complete the task?

Please check this description: -

       The file fstab contains descriptive information about the
       filesystems the system can mount. fstab is only read by programs,
       and not written; it is the duty of the system administrator to
       properly create and maintain this file. The order of records in
       fstab is important because fsck(8), mount(8), and umount(8)
       sequentially iterate through fstab doing their thing.

       Each filesystem is described on a separate line. Fields on each
       line are separated by tabs or spaces. Lines starting with '#' are
       comments. Blank lines are ignored.

Reference link: - fstab(5) - Linux manual page

Regards,