## export the data dir rw for everyone
/data  *(rw,all_squash,anonuid=0,anongid=0,no_subtree_check,crossmnt,fsid=1)

## export the data dir ro
#/data  *(ro,async,no_subtree_check,crossmnt)

## all mounts without the /mnt prefix
#/mnt   *(rw,no_subtree_check,sync)

## export a dir of a harddisk rw
#/mnt/data/tv   *(rw,all_squash,anonuid=0,anongid=0,no_subtree_check)

## export a dir of a harddisk ro
#/mnt/data/tv   *(ro,async,no_subtree_check)
