Re: openbsd solution to mounted umass removal

2008-05-31 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andriy Gapon <[EMAIL PROTECTED]> writes: : : I've just came back from a good 2 week vacation and catching up on news. : In release notes for OpenBSD 4.3 I see the following: : http://openbsd.org/43.html : Filesystems on USB devices are automatically dism

Re: openbsd solution to mounted umass removal

2008-05-12 Thread Alex Dupre
Andriy Gapon wrote: > Filesystems on USB devices are automatically dismounted if the device is > disconnected. > > Does anybody have more [technical] details on this? Modified files: sys/dev/usb: umass.c sys/scsi : sdvar.h sd.c sys/kern : vfs_default.c vfs_

openbsd solution to mounted umass removal

2008-05-12 Thread Andriy Gapon
I've just came back from a good 2 week vacation and catching up on news. In release notes for OpenBSD 4.3 I see the following: http://openbsd.org/43.html Filesystems on USB devices are automatically dismounted if the device is disconnected. Does anybody have more [technical] details on this? Than