I suspect the df check is not checking the linked /opt directory, it is
checking the drive the link is on.  And that drive is probably full.

  Try this, temporarily (as root)

  rm /opt

  mkdir /opt

  umount /apps       (unmounting /hdb1)

  mount /dev/hdb1 /opt

  install the code


  reverse the procedure.


  otherwise, copy /usr to /apps, and rm -rf usr, then create a link to it. Then
unlink /opt, and create it as a directory.  That should free up enough space
for applixware to install.


bug



Gianmaria Fontana di Sacculmino wrote:

> My posting didn't received much response and the problem is still
> unresolved; sorry for reposting.
>
> ------------<reposted mail>-------------------------------
>
> I just installed RH 5 on a dedicated machine ( only Linux, no Win ).
> The box has two HDDs, the master ( 540 Mb) and the slave ( 2Gb).
> RH is installed in hda1, the 540Mb master disk and the slave 2Gb hdb1 is
> empty. I want to install Applixware and have to  install it on the new
> empty hdb1 disk since hda1 is almost full. I'm having problems.
>
>  hdb1  was partitioned in a single 2Gb partition and formatted. It was
>  also
> permanently mounted in /etc/fstab adding the line:
> /dev/hdb1   /apps     ext2     defaults 1 2
>
> In order to install Applixware on hdb1, I also gave the commands:
>
> mkdir -p /mnt/hdb1/apps/opt
> rm -f /opt
> ln -s /mnt/hdb1/apps/opt /opt
>
> This should have created a link between the two disks but when I give the
> command to install ( ./install) Applixware tells me that there is not
> enough space, so I think it doesn't "see"  the link to hdb1.
>
> I don't know how to solve this; I'm sure I'm doing something wrong and am
> missing some important step and would be grateful for some help or any
> input. From now on all my subsequent applications will be installed in
> this hdb1 disk and I should be able to handle it :-)
>
> Thanking you,
>
> Gianmaria
>
> Gianmaria Fontana di Sacculmino, Esq.
>
> Embassy of India - Bratislava, Slovakia
> mailto:[EMAIL PROTECTED]




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to