From: Stelian P. <st...@po...> - 2008-08-20 21:30:08
|
Le mercredi 20 août 2008 à 17:34 +0200, Dr. Daniel Eichelsbacher a écrit : > /dev/hde1: File not found by ext2_lookup while translating var/www/foobar This means that you want to backup the var/www/foobar directory which is supposed to be on /dev/hde1, but is it not there. Most probably you have another filesystem mounted upon var/ or var/www/ and 'foobar' is part of the other filesystem. However, dump should have found out by itself the correct filesystem (dump looks at /etc/mtab and /etc/fstab, in this order, and search for a mounted filesystem on /var/www/foobar, then on /var/www, then on /var, and finally on /). Do you see something strange on /etc/mtab or /etc/fstab that could explain your problem ? -- Stelian Pop <st...@po...> |