View Single Post
  #2   (View Single Post)  
Old 6th July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Before I plug in my USB external disk
Code:
$ sysctl hw.disknames
hw.disknames=wd0,wd1,cd0,fd0
After plugging in
Code:
]sysctl hw.disknames
hw.disknames=wd0,wd1,cd0,fd0,sd0
This is what dmesg reports
Code:
umass0 at uhub0 port 4 configuration 1 interface 0
umass0: Prolific Technology Inc. Mass Storage Device, rev 2.00/1.00, addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets
sd0 at scsibus1 targ 1 lun 0: <HTS42404, 0M9AT00, MA2O> SCSI0 0/direct fixed
sd0: 38154MB, 4864 cyl, 255 head, 63 sec, 512 bytes/sec, 78140160 sec total
Don't know what is easier to parse
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote