PT. 3 Ch. 15 Storage Media Flashcards
Command for mounting a file system
mount
command for unmounting a file system
umount
command to check and repair a file system
fsck
command to manipulate disk partition table
fdisk
command to create a file system
mkfs
commmand to convert and copy a file
dd
command to create an ISO 9660 image file
genisoimage (mkisofs)
command to write data to optical storage media
wodim (cdrecord)
command to calculate an md5 checksum
md5sum
What is the first step in managing a storage device?
attaching the device to the file system tree (mounting).
What does mounting allow?
It allows the device to interact with the operating system
What file contains the devices to be listed at boot time?
/etc/fstab (file system table)
What are the six fields describing the devices in less fstab?
- Device 2. Mount Point 3. File System Type 4. Options 5. Frequency 6. Order
What is the Description for Device in /etc/fstab?
This label is read by
the operating system when the device is attached to the
system. That way, no matter which device file is
assigned to the actual physical device, it can still be
correctly identified.
Describe the mount point filed of /etc/fstab
The directory where the device is attached to the file system tree.