Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 3970902531f6e8ab795de2ec3e12d699 > files > 6416

kernel-linus-doc-5.10.33-1.mga7.noarch.rpm

===================
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