Quantcast
Channel: Linux.org.ru: Форум (тех. форум)
Viewing all articles
Browse latest Browse all 73859

Вопрос из теста про /etc/fstab (на англ.)

$
0
0

Which statement is true as it relates to adding entries to the /etc/fstab file to have file systems mount automatically at boot time?

  • 1) You cannot use a file system label instead of the device name.
  • 2) The third field must always be ext3.
  • 3) Any mount options set in the fourth column are ignored.
  • 4) Mount options in the fourth column cannot override any default options.
  • 5) The directory mount point must exist for the entry to mount successfully.

Первый ответ точно неверный, проверил на практике. 2 уж сразу отпадает, ибо можно монтировать другие файловые системы атвоматом тоже. Пятый тоже не подходит (да, я был в шоке, когда проверил на практике).

Остаётся 3 и 4 варианты. Но 3 абсурден, т.к. можно опции монтрования задавать в fstab. Остаётся 4 вариан. Но ведь мы можем указать ro вместо defaults и диск будет примонтирован как read only, т.е. мы можем «перезаписать» дефолтные опции.

Так какой ответ правильный?

 , ,


Viewing all articles
Browse latest Browse all 73859

Trending Articles