Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.13 18 lines 549 B view raw
1=================== 2IDE warm-plug HOWTO 3=================== 4 5To warm-plug devices on a port 'idex':: 6 7 # echo -n "1" > /sys/class/ide_port/idex/delete_devices 8 9unplug old device(s) and plug new device(s):: 10 11 # echo -n "1" > /sys/class/ide_port/idex/scan 12 13done 14 15NOTE: please make sure that partitions are unmounted and that there are 16no other active references to devices before doing "delete_devices" step, 17also do not attempt "scan" step on devices currently in use -- otherwise 18results may be unpredictable and lead to data loss if you're unlucky