I am trying to implement a USB HDD for backup purposes
I have two issues
1. I added the USB HDD with mount /dev/sda1 to /mnt/backjup
than I added
# /dev/sda1 /mnt/backup ext2
defaults 1 2
in /etc/fstab
As yum also updates kernels I thought it would be a good idea to restart
but than during restart the stuff keeps hanging for ages on
"unregistering netfilter hooks'"
Finally after 1 hour thinking and trying I managed to get back to fstab
again through the rescue option
and removed the above line
What am I doing wrong? and what is the best way to backup the bluequartz
data.
Dennis