GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / Documentation / ide / warm-plug-howto.txt
blob98152bcd515aba70cba16d8815a61fb9c275dce9
2 IDE warm-plug HOWTO
3 ===================
5 To warm-plug devices on a port 'idex':
7 # echo -n "1" > /sys/class/ide_port/idex/delete_devices
9 unplug old device(s) and plug new device(s)
11 # echo -n "1" > /sys/class/ide_port/idex/scan
13 done
15 NOTE: please make sure that partitions are unmounted and that there are
16 no other active references to devices before doing "delete_devices" step,
17 also do not attempt "scan" step on devices currently in use -- otherwise
18 results may be unpredictable and lead to data loss if you're unlucky