Albert Cahalan <acahalan@gmail.com> wrote: > On 1/30/06, Joerg Schilling <schilling@fokus.fraunhofer.de> wrote: > > Albert Cahalan <acahalan@gmail.com> wrote: > > > > > Let's address the second bug first. Linux provides full > > > bus number and LUN info for all block devices. You get it > > > like this: > > > > > > struct stat sbuf; > > > stat("/dev/hdc", &sbuf); > > > int bus = sbuf.st_mode>>12; > > > int target = major(sbuf.st_rdev); > > > int lun = minor(sbuf.st_rdev); > > > > Now tell me how to match this with information from /dev/sg* > > You do the obvious, scanning /dev to find the device file. I am sorry, but you obviously did not understand the problem. Jörg -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Matthias Andree <matthias.andree@gmx.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- References:
- CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Joerg Schilling <schilling@fokus.fraunhofer.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Matthias Andree <matthias.andree@gmx.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Jan Engelhardt <jengelh@linux01.gwdg.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Joerg Schilling <schilling@fokus.fraunhofer.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Albert Cahalan <acahalan@gmail.com>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Joerg Schilling <schilling@fokus.fraunhofer.de>
- Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- From: Albert Cahalan <acahalan@gmail.com>
- CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- Prev by Date: Re: DMA Transfer problem
- Next by Date: Unique /proc/<pid>/fd/ inode numbers?
- Previous by thread: Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- Next by thread: Re: CD writing in future Linux try #2 [ was: Re: CD writing in future Linux (stirring up a hornets' nest) ]
- Index(es):
![]() |