> The main issues currently for the SBP-2 driver (and SCSI) are how to
> trigger and deal with scsi device addition or removal, and how to get
> drives mounted and unmounted as appropriate. The work being done on
> /sbin/hotplug can certainly be leveraged, and the scsi folk are talking
> about hooks to allow for event driven addition/removal of devices (in the
> scsi mid-level code).
Mounting drives ? Are you refering to filesystem (on a medium) on the drives ?
If so, I am quite sure that this belongs to user space.
Registering devices to the scsi layer should probably be done in kernel space.
Mounting in user space has its own set of problems which we fortunately
need not discuss here. Another possible issue would be scripts changing
/etc/fstab on hotplugging events. I am not sure I like that idea. It seems
too risky to keep changing that file.
Regards
Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]