Im trying to install nfs on my server. i tried to do apt-get install nfs nfs-lock portmap. but portmap is the only one available. Is there a new name for nfs and nfs-lock nowadays?
Hi
Try yum (or apt-get) install nfs-utils nfs-utils-lib, it should work.
Cheers
Simone
On 8/15/07, Mark Quitoriano markquitoriano@gmail.com wrote:
Im trying to install nfs on my server. i tried to do apt-get install nfs nfs-lock portmap. but portmap is the only one available. Is there a new name for nfs and nfs-lock nowadays?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 8/15/07, Simone dezmodue@gmail.com wrote:
Hi
Try yum (or apt-get) install nfs-utils nfs-utils-lib, it should work.
Cheers
Simone
On 8/15/07, Mark Quitoriano < markquitoriano@gmail.com> wrote:
Im trying to install nfs on my server. i tried to do apt-get install nfs nfs-lock portmap. but portmap is the only one available. Is there a new name for nfs and nfs-lock nowadays?
ok i got the nfs-utils installed how do i start the daemon? im install nfs-server on centos 4.5 by the way.
Hi
You can start the service with:
service nfs start
You need to configure /etc/exports on the server adding all the resources you intend to export, you can find more info here http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/c...
Ciao
On 8/15/07, Mark Quitoriano markquitoriano@gmail.com wrote:
On 8/15/07, Simone dezmodue@gmail.com wrote:
Hi
Try yum (or apt-get) install nfs-utils nfs-utils-lib, it should work.
Cheers
Simone
On 8/15/07, Mark Quitoriano < markquitoriano@gmail.com> wrote:
Im trying to install nfs on my server. i tried to do apt-get install nfs nfs-lock portmap. but portmap is the only one available. Is there a new name for nfs and nfs-lock nowadays?
ok i got the nfs-utils installed how do i start the daemon? im install nfs-server on centos 4.5 by the way.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
what i meant was there's no nfs daemon on /etc/init.d so i can't start it or anything.
On 8/15/07, Simone dezmodue@gmail.com wrote:
Hi
You can start the service with:
service nfs start
You need to configure /etc/exports on the server adding all the resources you intend to export, you can find more info here http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/c...
Ciao
On 8/15/07, Mark Quitoriano < markquitoriano@gmail.com> wrote:
On 8/15/07, Simone dezmodue@gmail.com wrote:
Hi
Try yum (or apt-get) install nfs-utils nfs-utils-lib, it should work.
Cheers
Simone
On 8/15/07, Mark Quitoriano < markquitoriano@gmail.com> wrote:
Im trying to install nfs on my server. i tried to do apt-get install nfs nfs-lock portmap. but portmap is the only one available. Is there a new name for nfs and nfs-lock nowadays?
ok i got the nfs-utils installed how do i start the daemon? im install nfs-server on centos 4.5 by the way.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, Aug 15, 2007 at 04:18:58PM +0100, Tom Brown wrote:
what i meant was there's no nfs daemon on /etc/init.d so i can't start it or anything.
$ rpm -qa | grep nfs-utils
what do you get ?
how about a simple:
rpm -q nfs-utils
? :)
- -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
ok i got the nfs-utils installed how do i start the daemon? im install nfs-server on centos 4.5 by the way.
I don't know if 4.5 is radically different, but on 5.0, nfs came with the base install.
I simply added my directory-to-share & permissions in /etc/exports then did a "service nfs start" (and "chkconfig nfs on" if you want it to persist across reboots).
johnn
On 8/15/07, Johnn Tan linuxweb@gmail.com wrote:
ok i got the nfs-utils installed how do i start the daemon? im install nfs-server on centos 4.5 by the way.
I don't know if 4.5 is radically different, but on 5.0, nfs came with the base install.
I simply added my directory-to-share & permissions in /etc/exports then did a "service nfs start" (and "chkconfig nfs on" if you want it to persist across reboots).
johnn
Hi john
i installed trim down version of centos so most of the bloated softwares of rh didn't come with it. and NFS is one of them so im trying to install it from the repositories.
Mark Quitoriano wrote:
On 8/15/07, *Johnn Tan* <linuxweb@gmail.com mailto:linuxweb@gmail.com> wrote:
> ok i got the nfs-utils installed how do i start the daemon? im install > nfs-server on centos 4.5 by the way. I don't know if 4.5 is radically different, but on 5.0, nfs came with the base install. I simply added my directory-to-share & permissions in /etc/exports then did a "service nfs start" (and "chkconfig nfs on" if you want it to persist across reboots). johnn
Hi john
i installed trim down version of centos so most of the bloated softwares of rh didn't come with it. and NFS is one of them so im trying to install it from the repositories.
nfs-utils provides both /etc/rc.d/init.d/nfs and /etc/rc.d/init.d/nfslock
If you installed it, you should be good to go
On 8/15/07, Johnny Hughes johnny@centos.org wrote:
Mark Quitoriano wrote:
On 8/15/07, *Johnn Tan* <linuxweb@gmail.com mailto:linuxweb@gmail.com> wrote:
> ok i got the nfs-utils installed how do i start the daemon? im
install
> nfs-server on centos 4.5 by the way. I don't know if 4.5 is radically different, but on 5.0, nfs came with the base install. I simply added my directory-to-share & permissions in /etc/exports then did a "service nfs start" (and "chkconfig nfs on" if you want it to persist across reboots). johnn
Hi john
i installed trim down version of centos so most of the bloated softwares of rh didn't come with it. and NFS is one of them so im trying to install it from the repositories.
nfs-utils provides both /etc/rc.d/init.d/nfs and /etc/rc.d/init.d/nfslock
If you installed it, you should be good to go
ok i found what's my problem :) i only installed nfs-utils-lib :D tnx for the help