DSBMD Media mounting daemon

 

 

Mounting USB media in FreeBSD using the DSBMD media mount daemon and the DSBMC client for DSBMD to mount media. I have also written an article on configuring auto-mounted USB media in FreeBSD using automount in this article.

 

To install from ports or packages

 

cd /usr/ports/sysutils/dsbmd

 

make install clean

 

pkg install dsbmc

 

pkg install dsbmd

 

DSBMC

 

Next, you need to start the DSBMD daemon by adding the following line to /etc/rc.conf

 

dsbmd_enable="YES"

 

Then run service dsbmd start.

 

After that the media will be displayed in the DSBMC client.