removable flash drive

I have a removable usb flash drive which is visible below as no. 2

# rmformat
Looking for devices...
     1. Volmgt Node: /vol/dev/aliases/cdrom0
        Logical Node: /dev/rdsk/c0t0d0s2
        Physical Node: /pci@0,0/pci-ide@1f,1/ide@0/sd@0,0
        Connected Device: HL-DT-ST DVD+-RW GWA4164B E113
        Device Type: DVD Reader/Writer
     2. Volmgt Node: /vol/dev/aliases/rmdisk0
        Logical Node: /dev/rdsk/c3t0d0p0
        Physical Node: /pci@0,0/pci1028,1c4@1d,7/storage@5/disk@0,0
        Connected Device: Verbatim Store 'n' Go     3.00
        Device Type: Removable

i tried to mount the removable drive so that i ca n store into it. but i keep having error as below pls can someone advice.

# mount /dev/rdsk/c3t0d0p0 /rmdisk
mount: /dev/rdsk/c3t0d0p0 not a block device

pls can someone tell how i can solve this

Is this a Linux box?

i am using solaris 10

check if you volmgt daemon is running or not. if yes, check df -h output if its auto mounted. if yes, unmoun it and then retry to manual mount to your said /rmdisk. Use this : mount -F pcfs /dev/rdsk/c3t0d0p0:c /rmdisk

Its either you might be able to access it directly via /vol/dev/aliases/rmdisk0

simply for your reading Solaris Ready USB FAQ :wink: