Multiple choice technology operating systems

While attempting to mount the /fstest filesystem the system administrator gets the following error: mount: 0506-324 Cannot mount /dev/fstestlv on /fstest: A file or directory in the path name does not exist.What is the most likely cause of the error?

  1. The /fstest filesystem is out of space

  2. The volume group containing the file system is not imported.

  3. The /fstest directory has been removed.

  4. A user is logged into the /fstest filesystem.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The mount point directory /fstest must exist before mounting. The error explicitly states a path component doesn't exist, which directly points to a missing directory. Out of space would return different errors (ENOSPC), and a logged-in user wouldn't block mounting.