mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
d7b461c5e8
The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
19 lines
549 B
ReStructuredText
19 lines
549 B
ReStructuredText
===================
|
|
IDE warm-plug HOWTO
|
|
===================
|
|
|
|
To warm-plug devices on a port 'idex'::
|
|
|
|
# echo -n "1" > /sys/class/ide_port/idex/delete_devices
|
|
|
|
unplug old device(s) and plug new device(s)::
|
|
|
|
# echo -n "1" > /sys/class/ide_port/idex/scan
|
|
|
|
done
|
|
|
|
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
|