How to use USB stick in Solaris10

Source: Internet
Author: User

In general, the USB stick can be automatically identified, if not automatically recognized, you can try the following methods:

Run Volcheck First
/etc/init.d/volmgt stop
/ETC/INIT.D/VOLMGT start
Volcheck

If this still doesn't work, it's going to be hooked up with mount.

Devfsadm-c disk
cd/dev/dsk/
Ls-l
You can see the USB device connection
Then Mount-f Pcfs/dev/dsk/cxtxdxsx/usb.

First, verify that the file format of your USB flash drive is in fat format. Plug in the USB drive, enter the command to see the name of the U disk.

# format–e
Searching for Disks...done

AVAILABLE DISK Selections:
0. c0t0d0 <st34001a cy1 19156 alt 2 HD SEC 255>
/pci@1f,0/ide@d/dad@0,0
1. c1t0d0 <drive type unknown>//This is the USB flash drive.
/pci@1f,0/usb@c,3/storage@1/disk@0,0
Specify disk (enter its number)://Press Ctrl+d key to exit

If the disk is not displayed, check to see if it is plugged in or restart the machine. If your USB stick is plugged in and the machine is restarted, the USB stick will be automatically mounted. This is a provincial thing ... Oh.
If the disk payment is displayed, then mount it manually. Enter the command mount.

# mount–f PCFS/DEV/DSK/C1T0D0S0/MNT//disk pay must be written full
#

If there is no error, then it becomes. Enter the command below to check if the mount succeeds.

# df-k
The above display is slightly over-written.
/dev/dsk/c1t0d0s0 64244 64214 1%/mnt//display on last line

See this line, congratulate you, hehe.
When you're done, don't forget to cancel the mount. Enter the command.

# umount/mnt
#

This way, you can unplug the USB flash drive.

=======================other method========

#mkdir/rmdisk
#chmod 755/rmdisk
#/etc/init.d/volmgt stop
#/etc/init.d/volmgt start

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.