Penguin

Differences between version 3 and previous revision of IDENotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, November 12, 2003 7:45:32 pm by KevinGeorge Revert
Older page: version 1 Last edited on Wednesday, November 12, 2003 7:38:29 pm by KevinGeorge Revert
@@ -10,9 +10,9 @@
 Commands you need: 
  
 Removing an interface - 
  
- # hdparm -Uif _number /dev/hdX 
+ # hdparm -U if _number /dev/hdX 
  
 /dev/hdX needs to be a connected IDE device. It doesn't matter which interface the device is on, it is just used for the IOCTL.. 
 if_number is the interface number - they start at 0. hd[[a-b] are on interface 0, hd[[b-c] are on interface 1, etc. 
 If you are unsure how your devices are connected, you can look at 'dmesg' output (you may also want /var/log/dmesg, as the dmesg ringbuffer might not have the messages you are looking for anymore).