Open main menu

CDOT Wiki β

Changes

OPS235 Lab 1 - Fedora17

29 bytes added, 17:27, 14 September 2010
Investigation 2: How do you create a vfat or ext3 filesystem?
# Attempt to unmount the USB flash drive. What was the result? Why? Record your findings in your notes.
# Solve the error and unmount the device.
# Consult the man pages for <code>mkfs</code> and <code>mkfs.ext3</code> to see how to reformat format the device again (using <code>mkfs</code>)to a ext3 file system with a volume label that is the same as your learn ID.
# Enter the command to reformat the device.
# The <code>dumpe2fs /dev/sdb1</code> command will allow us to see detailed information about ext3 filesystems. Use it to confirm your volume label is correct and record the size of your journal.