# This is pretty much only for Seagate FreeAgent Go USB drives # If not adding the device, go away ACTION!="add", GOTO="usbhdfix_rules_end" #ATTRS{model}=="FreeAgent Go*", ATTR{max_sectors}="1024", ATTR{allow_restart}="1" SUBSYSTEMS=="scsi", KERNEL=="sd*[!0-9]", ATTRS{vendor}=="Seagate*", ATTRS{model}=="FreeAgent*", RUN+="/usr/bin/usbhdfix %k" # All done LABEL="usbhdfix_rules_end"