ExamQuestions.com

Register
Login
CompTIA Server+ Exam Questions

CompTIA

CompTIA Server+

204 / 420

Question 204:

A technician has connected a previously formatted ext4 eSATA drive to a Linux server. Given the following output: Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 382818 cylinders, total 1953525168 sectors Units = sectors of 1 * 512 `" 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0009f31a - Device Boot Start End Blocks Id System /dev/sdb1 * 20481 953525168 976761560 83 Linux Which of the following commands should the technician use to make the partition available under /data/drive0? 

Answer options:

A. fdformat -type Linux /dev/sdbl -d /data/drive0
B. ext2 0x0009f31a /data/drive0
C. net use /data/drive0 /dev/sdb
D. mount /dev/sdbl /data/drive0
E. fdisk -l /data/drive0