Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mount flash drive

Status
Not open for further replies.

loadedmind

Technical User
Apr 4, 2002
35
0
0
US
Does anyone know the process for accessing a flash drive on Solaris 10? Is there a HOWTO I could reference perhaps?


Thanks ahead of time,
Loadedmind
 
Hi LoadedMind,

This is what I used for Solaris 8. The process may be similar in Solaris10.

1 - Plug in flashdrive
2 - The flashdrive won't automatically mount but look into /dev/dsk for usb links i.e. perform a ls -ltr and it will usually be the last entries
3 - From here you can tell what to mount i.e. mount -F pcfs /dev/dsk/c0t1d0s2 /mnt (assuming the flash drive is formatted as dos )

After this the drive mounted ok for me.

Let me know if this works.

Cheers,

SweepsY :)
 
Thanks sweepy. That's exactly what I was looking for!

Regards,
Loadedmind
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top