[OpenAFS] OpenAFS client install problem on RH 7.3
Andrew Bacchi
bacchi@rpi.edu
Wed, 5 Jun 2002 11:54:35 -0400 (EDT)
Yes, the partition for all machines is the same. Here is the part table
from my kickstart file. The /usr/vice/cache partition is listed as ext2,
I made this change on this machine this morning. Other machines are ext3.
Problem persists on both part types. None of this happened on 7.2 builds
using the same scheme.
part /boot --fstype ext3 --size 50 --asprimary --ondisk sda
part / --fstype ext3 --size 500 --asprimary --ondisk sda
part swap --size 2000 --asprimary --ondisk sda
part /usr/vice/cache --fstype ext2 --size 512 --ondisk sda
part /var --fstype ext3 --size 1500 --ondisk sda
part /tmp --fstype ext3 --size 1500 --ondisk sda
part /home --fstype ext3 --size 10 --ondisk sda
part /usr --fstype ext3 --size 5000 --grow --ondisk sda
part /var/ldap --fstype ext3 --size 5000 --grow --asprimary --ondisk sdb
On 5 Jun 2002, Derek Atkins wrote:
> Is /usr/vice/cache it's own partition?
>
> -derek
>