> >When I try to mount an NFS filesystem, I get this error:
> >
> >mount: unknown filesystem type 'nfs'
>
> Do a `grep nfs /proc/filesystems' and see what you get back. This will
> let you know if currently there is nfs support.
>
> If nothing, try `modprobe nfs' and give it another shot. If tha
Have you actually checked that you have NFS support? What does
grep NFS /boot/config*
give you?
It gives me nothing, but it also gives me nothing on host1, where NFS is
working fine.
In what way is it working fine? I though the whole point was that
you couldn't mount it on a clie
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Here's the mount command I'm using on host2:
mount host1.domain.com:/tmp /mnt
On host1.domain.com, I have this in /etc/exports:
/tmp host2.domain.com(ro,sync)
Do a `grep nfs /proc/filesystems' and
Sorry, wrong script. On my system mountd is started in nfs-user-server.
(You may have a different one if you are using the kernel server.) It
also starts nfsd, which also seems missing on your system.
Why would I need to run this script on the client?
Good question. I've never tried to ru
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Here's the mount command I'm using on host2:
mount host1.domain.com:/tmp /mnt
On host1.domain.com, I have this in /etc/exports:
/tmp host2.domain.com(ro,sync)
Also, to make sure that you have all t
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Here's the mount command I'm using on host2:
mount host1.domain.com:/tmp /mnt
On host1.domain.com, I have this in /etc/exports:
/tmp host2.domain.com(ro,sync)
Do a `grep nfs /proc/filesystems' and
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Something must not be loaded. What do you get by running "rpcinfo -p"?
On host2 (the client), I get:
program vers proto port
102 tcp111 portmapper
102 udp
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Something must not be loaded. What do you get by running "rpcinfo -p"?
For comparison, here's what I get:
[EMAIL PROTECTED]:~$ rpcinfo -p
program vers proto port
102 tcp111 p
When I try to mount an NFS filesystem, I get this error:
mount: unknown filesystem type 'nfs'
Here's the mount command I'm using on host2:
mount host1.domain.com:/tmp /mnt
On host1.domain.com, I have this in /etc/exports:
/tmp host2.domain.com(ro,sync)
I tried using all IP addresses instead
9 matches
Mail list logo