Re: how to check sfs installation
David Mazieres <[email protected]> Mon, 23 Aug 2004 22:16:10 -0400 (EDT)
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
> From: "Juan Carlos Schroeder" <[email protected]> > Date: Mon, 23 Aug 2004 20:05:57 -0300 > > Hi: > > I've installed SFS on Linux, with precompiled binaries (rpms) and it did not > work. > I do a "cd /sfs/@sfs.fs.net..." as the manual suggests to test installation > and it does not work. It prints that the directory does not exist. The > "/sfs" directory does exist, and I've started "sfscd". > > I'd appreciate any help. Are there any "logs" to see whether "sfscd" has > started correctly or if there is any problem with sfs? Yes, sfs should send errors to the system log, in /var/log/messages. An easier way to get a sense of what is going on would be to run "sfscd -d". The -d flag keeps it in the foreground and prints the errors to your terminal. If you are using linux, make sure your kernel has NFS3 client support enabled, and make sure you are running portmap. David