Blame view

Documentation/ide/warm-plug-howto.txt 525 Bytes
f74c91413   Bartlomiej Zolnierkiewicz   ide: add warm-plu...
1
2
3
4
5
6
7
8
9
10
11
12
13
  
  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
02c84bde2   Bartlomiej Zolnierkiewicz   ide: update warm-...
14
15
16
17
18
  
  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