About Linux FAQ

Browse More FAQs:

Howto: Use mount USB Pen under Solaris UNIX

Posted by Vivek Gite [Last updated: February 21, 2007]

Q. How do I use USB Pen under Solaris UNIX?

A. Solaris does support USB devices including USB pen / key.

You need to use cfgadm command which is SCSI hardware specific commands. USB device emulated as SCSI hot-plug under Solaris
vold is Volume Management daemon to manage CD-ROM and floppy, ZIP/JAZ, USB and DVD-ROM devices. So you need to start/restart this device.

Procedure to mount USB pen

Login as the root user.

Next insert USB pen.

Type cfgadm to see if it detected or not:
# cfgadm
You should see something as follows:

...
...
usb0/2.0 usb-storage connected configured ok
...
....

Now just create a directory called /rmdisk with mkdir command:
# mkdir /rmdisk

Now start vold daemon to pick up USB pen and mount to /rmdisk/rmdisk0
# /etc/init.d/vold start; volcheck
OR restart vold daemon
# /etc/init.d/vold stop
# /etc/init.d/vold start; volcheck

OR just kill and restart (same as above but less typing)
# pkill -HUP vold; volcheck

Task: Access my USB pen under Solaris?

To access your USB pen under /rmdisk/rmdisk0
# cd /rmdisk/rmdisk0
# ls -l

Use cp and other commands to copy files.

Read man pages of vold, volcheck, pkill, cfgadm for more information.
$ man vold
$ man volcheck
$ man pkill
$ man cfgadm

Subscribe to our free e-mail newsletter or RSS feed to get all updates. You can Email this page to a friend.

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.