You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
|
|
|
||
|
|
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
|