Which of the following commands cannot be used to create an exFAT filesystem on a USB thumb drive that is recognized as /dev/sdb?
A. mkfs.exfat /dev/sdb1
B. mkfs exfat /dev/sdb1
C. mkexfatfs /dev/sdb1
D. mke2fs.exfat /dev/sdb1
Answer: B
Computer Science & Information Technology
You might also like to view...
To create an OU, you must be a member of the Account Operators group
Indicate whether the statement is true or false
Computer Science & Information Technology
The ____ paging policy determines when the pager copies a page from disk to memory.
A. placement B. replacement C. fetch D. paging
Computer Science & Information Technology
Briefly describe the ROM Monitor mode.
What will be an ideal response?
Computer Science & Information Technology
Which of the following assigns ALT+C as a mnemonic key for the JButton object, clearButton?
A) clearButton.addMnemonic(KeyEvent.VK_C); B) clearButton.setMnemonic(KeyEvent.C); C) clearButton.setMnemonic(KeyEvent.VK_C); D) clearButton.assignMnemonic(KeyEvent.VK_C);
Computer Science & Information Technology