Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to mount from Linux NFS client to Allegro NFSd

Reply
Thread Tools Display Modes

How to mount from Linux NFS client to Allegro NFSd

 
 
vadiraj_kulkarni@mailcity.com
Guest
Posts: n/a

 
      10-17-2003, 10:38 AM
Hello,
I have installed Allegro NFSd (NFS sever for windows) on win-98
system(192.168.4.71). I am using the default config file(nfs.cfg) with

(*exports* (("/c" "c:/")
("/d" "d:/")))
(*hosts-allow* ("192.168.4.72"))

I want to mount c:\ drive from linux system(192.168.4.72). Which
command i should use?.

thanks
Vadiraj
 
Reply With Quote
 
 
 
 
Vampire at Wicked Empire
Guest
Posts: n/a

 
      10-17-2003, 10:43 AM
(E-Mail Removed) wrote:
> Hello,
> I have installed Allegro NFSd (NFS sever for windows) on win-98
> system(192.168.4.71). I am using the default config file(nfs.cfg) with
>
> (*exports* (("/c" "c:/")
> ("/d" "d:/")))
> (*hosts-allow* ("192.168.4.72"))
>
> I want to mount c:\ drive from linux system(192.168.4.72). Which
> command i should use?.
>
> thanks
> Vadiraj


Why don't you share the directories with file manager on win98?

Then you can mount the directories with smbmount on linux.

In this way, you don't have to run the nfsd on windows.


--
My projects:
http://fftv.sourceforge.net
http://tcron.sourceforge.net
http://www.csie.nctu.edu.tw/~cp76/gcb

 
Reply With Quote
 
Christopher Browne
Guest
Posts: n/a

 
      10-17-2003, 12:50 PM
In an attempt to throw the authorities off his trail, (E-Mail Removed) transmitted:
> Hello,
> I have installed Allegro NFSd (NFS sever for windows) on win-98
> system(192.168.4.71). I am using the default config file(nfs.cfg) with
>
> (*exports* (("/c" "c:/")
> ("/d" "d:/")))
> (*hosts-allow* ("192.168.4.72"))
>
> I want to mount c:\ drive from linux system(192.168.4.72). Which
> command i should use?.


Something like
# mkdir /mnt/c /mnt/d
# mount 192.168.4.71:/c -t nfs /mnt/c
# mount 192.168.4.71:/d -t nfs /mnt/d
--
"cbbrowne","@","cbbrowne.com"
http://www.ntlug.org/~cbbrowne/lisp.html
Windows NT: The Mister Hankey of operating systems
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NFS mount Windows Server 2008 drive to Unix client A Guy Called Tyketto Windows Networking 0 10-02-2008 03:59 PM
How do I determine from a Linux client whether an NFS mount is over UDP or TCP? enjoylife_95135@hotmail.com Linux Networking 4 06-26-2005 04:01 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM
OSX NFS server, Linux client can't read mount jb_is_not@home.yet Linux Networking 0 09-04-2004 12:43 AM
Trouble Installing Linux/Cisco VPN Client Has anyone had trouble compiling the linux cisco vpn client? Here is the output of the install script: # uname -rviosm Linux 2.4.22-1.2188.nptl #1 Wed Apr 21 20:19:18 EDT 2004 x86_64 x86_64 GNU/Linux JSH Linux Networking 4 07-02-2004 12:48 PM



1 2 3 4 5 6 7 8 9 10 11