Hello,
Maybe a simple question. I mounted an external disk (esata) with [cmd=]mount /dev/ada3 /mnt[/cmd]. After some tests (create files and folders), I like to unmount this device via [cmd=]umount /mnt[/cmd]. But this terminates with an error
With the parameter -f it is possible to unmount the device. But that should not be the preferred solution.
I already checked runing processes with
I formatted the device with [cmd=]newfs- L usbdisk -O2 -U /dev/ada3[/cmd]. Did I make a mistake?
Thanks for any response.
Regards
skiddoo
Maybe a simple question. I mounted an external disk (esata) with [cmd=]mount /dev/ada3 /mnt[/cmd]. After some tests (create files and folders), I like to unmount this device via [cmd=]umount /mnt[/cmd]. But this terminates with an error
Code:
device is busy
I already checked runing processes with
fstat /dev/ada3
. But I can't find any running proccess.I formatted the device with [cmd=]newfs- L usbdisk -O2 -U /dev/ada3[/cmd]. Did I make a mistake?
Thanks for any response.
Regards
skiddoo