From: Peter B. <pb...@ap...> - 2000-11-10 23:48:31
|
I could use a little help in using a Trinux system as an NFS client. I'm wanting to run some forensics tools on a system, and if I could dump the data to an NFS-mounted filesystem it would save me a lot of time. After loading Trinux from all three floppies, I get the fsmods package: getpkg fsmods.tgz and then insmod sunrpc insmod lockd insmod nfs At this point I see nfs in /proc/filesystems. When I try mounting mount -t nfs 192.0.0.1:/fs /mnt I get the messages: nfs warning: mount version older than kernel NFS: mount program didn't pass a remote address! mounting 192.0.0.1:/fs on /mnt failed: invalid argument Mount is from BusyBox 0.46, Trinux is 0.70. The problem is at the client end, since I can mount the filesystem from other hosts, and I don't see any network traffice when I attempt to mount. Any hints out there? Thanks, Peter __________________________________________________________________________ Peter Burkholder Senior Computer Specialist Applied Physics Lab email: pb...@ap... Distributed Computer Services helpdesk: help@apl or 543-7845 1013 NE 40th Street voice: (206) 543-9822 University of Washington fax: (206) 685-4404 Seattle, WA 98105-6698 dept: (206) 543-1300 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
From: Wade <wa...@as...> - 2001-11-05 15:02:29
|
When I try to mount a remote exp with mount command the console hangs(doe not return to command prompt) and no vols get mounted. Any ideas? Thanks, Wade Stankich - btw -using 2.4.5 |
From: Matthew F. <mat...@ya...> - 2001-11-05 16:03:20
|
I'm assuming you've installed # getpkg 2.4.5/nfs-client.tgz (nfs kernel mods) # getpkg netutil.tgz (full versions of mount/umount) you can also tail -f /var/log/messages to see if the volumes were mounted and/or do a tcpdump --- Wade <wa...@as...> wrote: > When I try to mount a remote exp with mount command > the console hangs(doe not > return to command prompt) and no vols get mounted. > Any ideas? > > Thanks, > Wade Stankich - btw -using 2.4.5 > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: Valerio B. <su...@se...> - 2002-06-15 12:35:50
|
Hello, I need to set up NFS server on floppy-booted trinux machine, I downloaded unfs-server.tgz from http://www.io.com/~mdfranz/trinux/pkg/ ,the package is small enought to go on the boot floppy. Which files are needed to configure rpc.nfsd ? Thanks, Valerio |
From: Valerio B. <su...@se...> - 2002-06-17 21:21:04
|
Hello, I tried to find the configuration files for rpc.nfsd contained in unfs-server.tgz, but they aren't included in the package, and I can't figure which files I should modify to configure it. Any help is really appreciated. Thanks. Valerio |
From: Matthew F. <mf...@ci...> - 2002-06-18 14:14:28
|
Valerio, I've updated the unfs-server.tgz package to include the README from the source. Type "man unfs-server" (file is located in /usr/doc/unfs-server) within trinux. You will also need the portmap.tgz package all of which are available at http://trinux.sf.net/pkg/. I was never able to get it working last November when I built the packages, but I didn't try too hard. This is a link to the project. http://freshmeat.net/projects/nfs-server/?topic_id=142 - mdf > > Hello, > > I tried to find the configuration files for rpc.nfsd contained in > > unfs-server.tgz, but they aren't included in the package, and I can't > figure > > which files I should modify to configure it. > > Any help is really appreciated. > > > > Thanks. > > > > Valerio > > > > |
From: Valerio B. <su...@se...> - 2002-06-18 14:43:15
|
Matthew, thanks very much for your help, I will try hard to make this package working, and tell you if I succeed or not. Valerio ----- Original Message ----- From: Matthew Franz <mf...@ci...> To: Valerio B. <su...@se...> Cc: <tri...@li...> Sent: Tuesday, June 18, 2002 4:59 PM Subject: Re: R: [Trinux-talk] NFS > Valerio, > > I've updated the unfs-server.tgz package to include the README from the > source. Type "man unfs-server" (file is located in /usr/doc/unfs-server) > within trinux. You will also need the portmap.tgz package all of which are > available at http://trinux.sf.net/pkg/. I was never able to get it working > last November when I built the packages, but I didn't try too hard. > > This is a link to the project. > > http://freshmeat.net/projects/nfs-server/?topic_id=142 > > > - mdf > > > > > Hello, > > > I tried to find the configuration files for rpc.nfsd contained in > > > unfs-server.tgz, but they aren't included in the package, and I can't > > figure > > > which files I should modify to configure it. > > > Any help is really appreciated. > > > > > > Thanks. > > > > > > Valerio > > > > > > > > -------------------------------------------------------------------------- -- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |