LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Accessing Files From a USB Flashdisk in Solaris 8 (https://www.linuxquestions.org/questions/solaris-opensolaris-20/accessing-files-from-a-usb-flashdisk-in-solaris-8-a-311962/)

njugs79 04-11-2005 06:27 AM

Accessing Files From a USB Flashdisk in Solaris 8
 
I have a usb flash disk with some files that i want to copy into my Solaris 8 system. Once i plug in the flash disk in the USB port am not sure how to proceed.
How does a newbie go about mounting/using the plugged in device????

jlliagre 04-11-2005 08:04 AM

Not sure it will work with Solaris 8, but with 9 or 10, a simple way would be to run:
Code:

# /etc/init.d/volmgt stop
---> insert your usb key now
# /etc/init.d/volmgt start

Then look in the /rmdisk directory for a directory matching your device (ex: /rmdisk/noname)

If it doesn't works, look the dmesg output, here is what it should looks like after you insert the key:
Code:

Apr 11 15:01:00 pcjll usba: [ID 855233 kern.info] USB-device: storage@2, scsa2usb1 at bus address 2
Apr 11 15:01:00 pcjll usba: [ID 593373 kern.info]       
Apr 11 15:01:00 pcjll genunix: [ID 936769 kern.info] scsa2usb1 is /pci@0,0/pci1179,1@1d/storage@2
Apr 11 15:01:00 pcjll genunix: [ID 408114 kern.info] /pci@0,0/pci1179,1@1d/storage@2 (scsa2usb1) online
Apr 11 15:01:00 pcjll scsi: [ID 193665 kern.info] sd2 at scsa2usb1: target 0 lun 0
Apr 11 15:01:00 pcjll genunix: [ID 936769 kern.info] sd2 is /pci@0,0/pci1179,1@1d/storage@2/disk@0,0
Apr 11 15:01:00 pcjll pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Apr 11 15:01:00 pcjll genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
Apr 11 15:01:00 pcjll genunix: [ID 408114 kern.info] /pci@0,0/pci1179,1@1d/storage@2/disk@0,0 (sd2) online



All times are GMT -5. The time now is 10:40 AM.