Package: zoneminder
Version: 1.30.0+dfsg-2
Severity: minor

In /usr/share/doc/zoneminder/README.Debian.gz, in the section "Changing
the location for images and events," the following example of an
/etc/fstab stanza is given:

    /dev/sdX1 /otherdrive ext3 defaults 0 2
    /otherdrive/zoneminder/images /var/cache/zoneminder/images bind defaults 0 2
    /otherdrive/zoneminder/events /var/cache/zoneminder/events bind defaults 0 2

The last two lines are incorrect. Attempting to mount the /var dirs
will yield

    mount: unknown filesystem type 'bind'

Rather, they should be written

    /otherdrive/zoneminder/images /var/cache/zoneminder/images none bind
    /otherdrive/zoneminder/events /var/cache/zoneminder/events none bind

I've also seen "defaults,bind" for the fourth field. The 5th and 6th
fields should be zero and as such can be elided.

Reply via email to