Skip to content

Sakana.fr – A sysadmin's blog

On the fly saving of few useful (?) tech tips

Tags

  • asterisk
  • cell phone
  • cfengine
  • cluster
  • command line
  • facebook
  • fedora
  • gentoo
  • gsm
  • hal
  • home automation
  • IT
  • linux
  • mobile
  • networking
  • openbsd
  • opensolaris
  • openssh
  • packages
  • performance
  • perl
  • phonebook
  • redhat
  • rsync
  • scripts
  • Security
  • shell
  • sms
  • Solaris
  • ssh
  • symlinks
  • sysadmin
  • Systems
  • tip
  • tips
  • tutorial
  • ubuntu
  • unix
  • VirtualBox
  • virtualization
  • windows
  • wordpress
  • Xen
  • xorg
  • zfs

Categories

  • Books
  • Dev
  • Inspirations
  • IT
  • ITIL
  • Misc
  • Movies
  • Networks
  • Podcast notes
  • Security
  • Software
  • Systems
  • ThisBlog
  • Uncategorized
  • Web

Tag: nfs

NFS : see what’s exported from an NFS server

To know what directories are exported by a NFS server, you can use the showmount -e nfs_server from a NFS client.

[root@client:~]# showmount -e server
Export list for server:
/data/dir1 (everyone)
/data/dir2 client1 client2 client3

(The /data/dir2 is exported only to specified clients)

Posted on July 27, 2008July 28, 2008Categories SystemsTags exports, linux, nfs, unix
Proudly powered by WordPress