看板 FB_hackers 關於我們 聯絡資訊
Sharad Chandra wrote: > Hello, > > How to distinguish if /dev/da* devices are internal scsi drivers or LUNs of > external SAN? > > Is there any tool? > > Thanks for any advice. > Sharad Chandra > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" Once you have identified the devices (using methods already suggested) you may want to take a look at geom_label to give friendly names to your partitions that are more descriptive than the da... names you have at the moment. Tom _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"