1,885
edits
Changes
→Investigation 6: How do we automatically mount a new partition in Fedora?
#Create the empty directory /lab5
#Reformat <code>/dev/sda5</code> as ext3
#Check the man page for <code>/etc/fstab</code> by entering the command <cdoecode>man fstab</code>
#Edit your <code>/etc/fstab</code> file to mount the partition <code>/dev/sda5</code> to <code>/lab5</code>
#Issue this command: