A Linux systems administrator is configuring a new filesystem that needs the capability to be mounted persistently across reboots. Which of the following commands will accomplish this task? (Choose two.)
Select all that apply, then click Submit answer.
-
○
df -h /data
-
○
mkfs.ext4 /dev/sdc1
-
○
fsck /dev/sdc1
-
○
fdisk -l /dev/sdc1
-
○
echo "/data /dev/sdc1 ext4 defaults 0 0" >> /etc/fstab
-
○
echo "/dev/sdc1 /data ext4 defaults 0 0" >> /etc/fstab