»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 5
»
Question 15/23
15.You have created a local ext2 file system on the third partition of your first IDE disk drive. You want to facilitate easy manual mounting but you DO NOT wish the file system to be automatically mounted at a boot. What is the correct /etc/fstab entry?
/dev/hda3/newfilesystem ext2 noboot 0 1
/newfilesystem /dev/hda3 ext2 defaults 0 1
/newfilesystem ext2 /dev/hda3 user 0 1
/dev/hda3/newfilesystem ext2 noauto 0 1
/dev/hda3 ext2 /newfilesystem defaults 0 -1
Explanation
« Question 14
Question 16 »