The purpose of this assignment is to familiarize you with some of the
disk and storage commands, and to teach you how to do backups using the
dump
and restore
commands.
                
For each item, copy the successful execution of the command and its
output to the R4.log
file, which you will show to receive credit for
this lab. Add answers to questions or comments as requested in a short
paragraph.
                
sudo -s
to become super user.
df -h
to list the mounted drives on the system.
/etc/fstab
configuration file.
/proc/partitions
file to see the disk partitions.
man proc
to find out.
umount
device.
/dvd
to mount the DVD.
mount -t iso9660 /dev/sr0 /dvd
/dvd/md5sum.txt
?
md5sum
command to verify the DVD data integrity.
Use the dump and restore commands to backup the entire set of home directories on your system, as follows:                 
dump
command with no arguments, to verify that it’s installed.
If the command isn’t installed, then install it.
kennedy
, and create several files and
directories in the associated home directory.
/tmp/complete
using
the command dump -0uf /tmp/complete /home
, and list the size of the
resulting backup.
kennedy
, then do an
incremental backup of /home
into /tmp/incremental
, and list
the size of the resulting backup.
/home/kennedy
and restore it using
the command restore -rf /tmp/complete
from the complete backup.
R4.log
.
Show R4.log
to the TA.
                
Modified: 2015-10-08T22:22                  User: Guest                  Check: HTML CSSEdit History Source |
Apply to CSU |
Contact CSU |
Disclaimer |
Equal Opportunity Colorado State University, Fort Collins, CO 80523 USA © 2015 Colorado State University |