On Monday, 13. January 2003 15:39, you wrote: > Hi all, > > i am new to this list, i wish everyone will be on the linux and > contribute their expertise for the near future developers. > > Please tell me , how can perfrom i/o for the usb-storage scsi > emulation device(toshiba floppy driver). > if the SCSI emulation for USB Mass Storage devices driver is loaded into the kernel, it prints the name of the device (i.e. the /dev/sda) into the kernel ring buffer (dmesg should do the trick). > I know,scsi is registered with the USB driver and all scsi entry > points are used. Please which device i am suppose to mount to perfrom > the i/o. If the needed device node (i.e. /dev/sda) exists, all you should do is a mount /dev/sda /usbfloppy. > > i tried /dev/sda0 > /dev/sda > etc.. > > Thanks in advance for you > > iqbal Franz -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/