= mount.nbd(7) :doctype: manpage == NAME mount.nbd - mount helper for *nbd* fstab entries == SYNOPSIS .in /etc/fstab ==== nbd://$host/$export $mount *nbd* _options_ _dumpflag_ _fscheckorder_ ==== .manual invocation ==== # mount.nbd nbd://$host/$export $mount -o _options_ ==== == DESCRIPTION This is a helper program (script) for mounting NBD (Network Block Device) partitions via `/etc/fstab` entries. The program starts an `nbd-client` connection for the given _export name_ from the NBD server _host_ using the first available nbd device and mounts that device on the given mount point, and it further starts a monitor daemon that disconnects the service upon unmounting. == OPTIONS The following options are available in addition to file system mount options: > **block_size**=__N__ - to use block size _N_ > **connections=**__N__ - to use _N_ server connections > **timeout=**__N__ - to disconnect when idle for _N_ seconds The program also uses the *-persist* option for `nbd-client`.