A systems administrator is tasked with mounting a USB drive on a system. The USB drive has a single partition, and it has been mapped by the system to the device /dev/sdb. Which of the following commands will mount the USB to /media/usb?
A. mount /dev/sdb1 /media/usb
Explanation:
The "mount" command is used to mount file systems, and in this case, we are using it to mount the USB drive. The device name for the USB drive is /dev/sdb, and since it has only one partition, the partition number is 1. Therefore, we need to mount /dev/sdb1 to the desired mount point, which is /media/usb. The correct command for this would be "mount /dev/sdb1 /media/usb". Option B is incorrect because the partition number is 1, not 0. Option C is incorrect because we need to specify the partition (/dev/sdb1) and not just the device (/dev/sdb). Option D is incorrect because "-t usb" is not a valid option for the mount command.
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Alizadeh
11 months, 2 weeks agolinux_admin
1 year, 5 months ago