Hi,
I'm trying to setup my first AFS machine on a Solaris 10 box, using
sunx86_510.namei.tar.gz .
I can load the modules: libafs.nonfs.o and libafs64.nonfs.o.

# /etc/init.d/afs start
Entry for afs already exists in /etc/name_to_sysnum
Loading NFS server kernel extensions
Loading AFS kernel extensions
/usr/vice/etc/afsd does not exist. Not starting AFS client.

The mountall version of the Solaris 10 is different of the QuickBeginner's
Guide's mountall and I was not able to make the last modification.

Does someone have the modifications of mountall and fsckall needed for the
Solaris 10?

But even when I try to do mount manully, I got:

# mount -F afs /dev/dsk/c1d0s3 /vicepa/
mount: Operation not applicable to FSType afs

I also tried to "format" the slice as afs, as showed:
http://www.captain.at/programming/openafs/
using the mkfs -F afs
But the error persist.

There is no message on /var/adm/messages.

Thanks in advance.


/etc/vfstab

#device         device          mount           FS      fsck    mount
mount
#to mount       to fsck         point           type    pass    at boot
options
#
fd      -       /dev/fd fd      -       no      -
/proc   -       /proc   proc    -       no      -
/dev/dsk/c1d0s1 -       -       swap    -       no      -
/dev/dsk/c1d0s0 /dev/rdsk/c1d0s0        /       ufs     1       no      -
/dev/dsk/c1d0s3 /dev/rdsk/c1d0s3       /vicepa afs    2       yes     -
/dev/dsk/c2d0s3 /dev/rdsk/c2d0s3       /vicepb afs    2        yes     -
/devices        -       /devices        devfs   -       no      -
ctfs    -       /system/contract        ctfs    -       no      -
objfs   -       /system/object  objfs   -       no      -
swap    -       /tmp    tmpfs   -       yes     -

r...@master:~# mountall
mount: Operation not applicable to FSType afs
mount: Operation not applicable to FSType afs

Reply via email to