How to eject an USB disk on FreeBSD

Hans Petter Selasky hselasky at c2i.net
Thu Aug 28 16:10:02 UTC 2008


On Thursday 28 August 2008, Olivier Nicole wrote:
> Hello,
>
> Is there a command in FreeBSD that ejects a USB disk like in Windows?
>
> I mount the USB disk with automount daemone (amd).
>
> I have a script that access this disk and force an umount at the end
> of the script.
>
> But anyone accessing the disk will have amd re'mount the disk and at
> the time I unplu the disk, problem may occur because the disk is still
> mounted and in use.
>
> I would like to have a command that makes the disk/USB port physically
> inaccessible, so at the end of the script a user cannot access the
> disk again.
>
> Like in Windows after stopping a USB mass storage device, one has to
> unplg and replug the disk if he wants to access it again.
>

Hi,

Maybe the following will help:

man camcontrol

--HPS


More information about the freebsd-usb mailing list