On Wed, 4 Jan 2006, Leonid Podolny wrote: > guy keren wrote: > > by the way, i saw a bug in some version of sg3-utils, which made it unable > > to see devices beyond the first 128 (it did not check the 8 higher SCSI > > device majors). > > That's exactly it -- the sg_map binary that is provided with SLES, > doesn't show more than 128 LUNs. I tweaked it a little bit and bingo. > Quite silly of me -- I haven't even tried to actually mount the device I > didn't see at sg_map.
next time 'dd' (or a similar tool that can read the raw device) is your friend ;) by the way, in SLES9 with service pack 2, there's a bug in the scsi proc file support. if you "cat /proc/scsi/scsi" you only get part of the data. if you "cat /proc/scsi/scsi > somefile" you'll get more data - but still not all of it. "cat /proc/scsi/sg/devices" does work properly. just FYI. -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
