![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
/opt. But there is not enough space available
in the root partition.
/opt.
There are several possibilities :
Create the directory /opt and mount an empty partition
(/dev/sdb2 in our example) on it :
mkdir /opt
mount -t ext2 /dev/sdb2 /opt
There is still enough space on some other partition of your system, e.g. below
/usr. Create a directory there (e.g. opt) and create
a symbolic link :
cd /
mkdir /usr/opt
ln -s /usr/opt /opt
You can try to use the rpm-option --root .
However not every software package understands this option, so
be careful !.
![]()
Keywords: OPT, SPACE, ROOT, ROOTPARTITION, PARTITION, APPLIXWARE
![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch