[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NFS mount Problem mit tcp Option



Hallo Gerald,

Am 2006-01-25 16:32:26, schrieb Gerald Holl:
> Hallo!
> 
> Hab ein Problem mit meinem NFS Server/Client. Ich möchte clientseitig
> das nfs share via TCP mounten, das sollte so gehen (/etc/fstab Eintrag):
> 192.168.0.1:/home/ /mnt/home        nfs     rw,user,auto,tcp

Also ich mounte so:

  __( '/etc/fstab' )__________________________________________________
 /
| samba3.private.tdnet.net:/home /home nfs rw,bg,hard,intr,tcp,vers=3,
| wsize=8192,rsize=8192 0 0
 \____________________________________________________________________

und auf dem Server

  __( '/etc/exports' )________________________________________________
 /
| /home	*.private.tdnet.net(rw,no_root_squash,async,insecure)
 \____________________________________________________________________

im Kernel muß dann folgendes sein:

  __( '/boot/config-2.4.27-michelle1' )_______________________________
 /
<snip>
| #
| # Network File Systems
| #
| CONFIG_NFS_FS=m
| CONFIG_NFS_V3=y
| CONFIG_NFS_DIRECTIO=y
| # CONFIG_ROOT_NFS is not set
| CONFIG_NFSD=m
| CONFIG_NFSD_V3=y
| CONFIG_NFSD_TCP=y
| CONFIG_SUNRPC=m
| CONFIG_LOCKD=m
| CONFIG_LOCKD_V4=y
<snip>
 \____________________________________________________________________

Dann funktioniert es auch.

> cheers,

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: