Zend certified PHP/Magento developer

Explain _ Information: You may need to update /etc/fstab

with

neofetch --stdout |grep 'OS:'
OS: Kubuntu 22.04.3 LTS x86_64  

To re-purpose a drive …
this drive was made raw by:

  • deleting all files
  • deleting all partitions by
  • using badblocks command
  • writing ones (1s) to drive via a badblocks command.

.

To re-purpose drive, the first command was, make a Partition Table:
sudo parted --align opt /dev/sd_ mktable msdos
sd_ = sda

message1:
Information: You may need to update /etc/fstab.

With respect to Kubuntu 22.04.3 what does message1 mean?

Does message1 mean:

  • Ignore message1, keep going, partition disk, format …?
  • run sync command ?
  • Restart computer ?
  • Shut down computer ?
  • other actions?

.

a search engine found this …
message1:
Information: You may need to update /etc/fstab.

It is a message that normally appears in several
partition editors when you create a new partition,
it is to let you know that
if you want it to be mounted on boot it needs to be
added as an entry to
/etc/fstab like so:

[Identifier] [Mount point] [FS Type] [Mount Opts] [Dump] [FSCK Check order]  
LABEL=t-home2   /home      ext4    defaults,auto_da_alloc 0  2   

.

message1:
Information: You may need to update /etc/fstab.

With respect to Kubuntu 22.04.3 what does above message1 mean?