NFS problems.

I’m trying to mount a few NFS volumes but have run into some difficulty.

mount -t nfs thorn:/home/adamk /home/adamk/thorn

mount: Can’t mount /home/adamk/thorn (type nfs)
mount: Possible reason: No such device or address

Now I know the NFS server is setup properly because I can mount the
volume, on this machine, under FreeBSD.

Is there a way to mount it using cifs instead?

Adam

Adam K Kirchhoff <adamk@voicenet.com> wrote:

I’m trying to mount a few NFS volumes but have run into some difficulty.

mount -t nfs thorn:/home/adamk /home/adamk/thorn

mount: Can’t mount /home/adamk/thorn (type nfs)
mount: Possible reason: No such device or address

Now I know the NFS server is setup properly because I can mount the
volume, on this machine, under FreeBSD.

Is there a way to mount it using cifs instead?

Ignore my previous message. Google finally showed what I was looking
for :slight_smile:

Adam