Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Last active November 18, 2015 04:23
Show Gist options
  • Save OrangeCrush/173295e5d4b4ceacf412 to your computer and use it in GitHub Desktop.
Save OrangeCrush/173295e5d4b4ceacf412 to your computer and use it in GitHub Desktop.
# Mount an nfs via an iface hotplug
IP_ADDR=0.0.0.0
NFS_MOUNT=/media
MOUNT=/nfs-share
mkdir -p $MOUNT
mount -t nfs -o nolock $IP_ADDR:/$NFS_MOUNT $MOUNT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment