Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Sep 122010
 

mount: unknown filesystem type 'nfs'

Answer:

If you attempt to mount a NFS share, using the mount command, e.g.

# sudo mount -t nfs 192.168.1.2:/data/share /mnt/share

And it gives:

mount: unknown filesystem type 'nfs'

You would need to install the nfs clients to solve it:

# sudo apt-get install nfs-common

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>