> 
> ( sudo fdisk -l | grep -E "[0-9]T .*(NTFS|Microsoft)" ) 2>&1 | grep -v 
> "physical sector boundary"
>

Can't one use "udev" to take care of all this given that USB can be queried
by udev and then udel rules can be used? Maybe a little less "ad hoc" or not?