Index: [Article Count Order] [Thread]

Date:  Thu, 02 Feb 2006 20:17:39 +0100
From:  Dennis <dennis (at mark) mixfans.org>
Subject:  [coba-e:03995] USB HDD Backup
To:  coba-e (at mark) bluequartz.org
Message-Id:  <43E25AD3.5020205 (at mark) mixfans.org>
In-Reply-To:  <00da01c62816$aa980980$05002c0a@WebHoster>
References:  <00da01c62816$aa980980$05002c0a@WebHoster>
X-Mail-Count: 03995

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