2019-06-13 01:52:47 +08:00
|
|
|
===================
|
2008-04-18 06:46:23 +08:00
|
|
|
IDE warm-plug HOWTO
|
|
|
|
===================
|
|
|
|
|
2019-06-13 01:52:47 +08:00
|
|
|
To warm-plug devices on a port 'idex'::
|
2008-04-18 06:46:23 +08:00
|
|
|
|
2019-06-13 01:52:47 +08:00
|
|
|
# echo -n "1" > /sys/class/ide_port/idex/delete_devices
|
2008-04-18 06:46:23 +08:00
|
|
|
|
2019-06-13 01:52:47 +08:00
|
|
|
unplug old device(s) and plug new device(s)::
|
2008-04-18 06:46:23 +08:00
|
|
|
|
2019-06-13 01:52:47 +08:00
|
|
|
# echo -n "1" > /sys/class/ide_port/idex/scan
|
2008-04-18 06:46:23 +08:00
|
|
|
|
|
|
|
done
|
2009-01-07 00:21:00 +08:00
|
|
|
|
|
|
|
NOTE: please make sure that partitions are unmounted and that there are
|
|
|
|
no other active references to devices before doing "delete_devices" step,
|
|
|
|
also do not attempt "scan" step on devices currently in use -- otherwise
|
|
|
|
results may be unpredictable and lead to data loss if you're unlucky
|