You are not logged in.

#1 2008-11-03 02:12:25

psilo357
Member
Registered: 2008-10-31
Posts: 116

[SOLVED] using NFS to mount network share to local drive

I am trying to mount the drive that I have music on on my server to a file on my install so that I can make a database with it through amarok.

Anyways, I have created a directory in /media called 'music'

so I am mounting it with the following command:

mount 192.168.1.115:mnt/Music/Music /media/music

the ip is the address on my local network of my FreeNAS server.  I have had this working before on my gentoo install, so I'm sure the server is working correctly.  Here is the output when i type that command:

mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.

I have also already installed nfs-utils.

thanks for any help

Last edited by psilo357 (2008-11-03 02:55:26)

Offline

#2 2008-11-03 02:35:58

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: [SOLVED] using NFS to mount network share to local drive

http://wiki.archlinux.org/index.php/Nfs#Daemons_2

/etc/rc.d/portmap start
/etc/rc.d/nfslock start

Offline

#3 2008-11-03 02:55:06

psilo357
Member
Registered: 2008-10-31
Posts: 116

Re: [SOLVED] using NFS to mount network share to local drive

worked perfectly, you guys are awesome, Thanks!!!

Offline

Board footer

Powered by FluxBB