Your hdb1 partition is mounted at /usr/mnt/hdb1, but your qtp-config is pointing to /mnt/hdb1.

Assuming there's nothing you want to keep on /mnt/hdb1 (I don't see anything there that's not disposable), I would fix this by doing:
# rm -rf /mnt/hdb1
# umount /dev/hdb1
# rmdir /usr/mnt/hdb1

Then edit /etc/fstab, replacing /usr/mnt/hdb1 with /mnt/hdb1, and then:
# mount /mnt/hdb1

I think that'll fix it up.

--
-Eric 'shubes'

Jesús Arnáiz wrote:
Yes:

-
df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1             775M  370M  366M  51% /
/dev/hda7             8.3G  2.4G  5.5G  30% /data
/dev/hda5             775M   17M  719M   3% /tmp
/dev/hda3             996M  672M  273M  72% /var
/dev/hda2             8.1G  1.6G  6.1G  21% /usr
tmpfs                 252M     0  252M   0% /dev/shm
/dev/hdb1             9.9G  189M  9.2G   2% /usr/mnt/hdb1

# ls -l /mnt/hdb1
total 28
drwx------  2 root root 16384 Aug 16 17:45 lost+found
drwxr-xr-x 17 root root  4096 Aug 16 17:49 qtp-overlay
drwxr-xr-x 17 root root  4096 Aug 16 17:49 qtp-sandbox
drwxr-xr-x  6 root root  4096 Aug 16 17:46 qtp-upgrade

---


El 16/08/2010 22:13, Eric Shubert escribió:
Please post:
# df -h
# ls -l /mnt/hdb1


--------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!



---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to