Sei sulla pagina 1di 2

How to mount USB drive :

====================

1. Verify system detect the newly inserted USB drive

root@pettfnsv440 # tail -f /var/adm/messages


Jan 29 16:07:08 pettfnsv440 sshd[10947]: [ID 530472 auth.error]
Kerberos mechanism library initialization error: No profile file open.
Jan 29 17:05:03 pettfnsv440 usba: [ID 855233 kern.info] USB-device:
storage@1, scsa2usb0 at bus address 2
Jan 29 17:05:03 pettfnsv440 usba: [ID 593373 kern.info]
USB DISK Pro 076418900FF7
Jan 29 17:05:03 pettfnsv440 genunix: [ID 936769 kern.info] scsa2usb0 is
/pci@1e,600000/usb@b/storage@1
Jan 29 17:05:03 pettfnsv440 genunix: [ID 408114 kern.info]
/pci@1e,600000/usb@b/storage@1 (scsa2usb0) online
Jan 29 17:05:04 pettfnsv440 scsi: [ID 193665 kern.info] sd33 at
scsa2usb0: target 0 lun 0
Jan 29 17:05:04 pettfnsv440 genunix: [ID 936769 kern.info] sd33 is
/pci@1e,600000/usb@b/storage@1/disk@0,0
Jan 29 17:05:04 pettfnsv440 genunix: [ID 408114 kern.info]
/pci@1e,600000/usb@b/storage@1/disk@0,0 (sd33) online
Jan 29 17:05:04 pettfnsv440 scsi: [ID 193665 kern.info] sd34 at
scsa2usb0: target 0 lun 1
Jan 29 17:05:04 pettfnsv440 genunix: [ID 936769 kern.info] sd34 is
/pci@1e,600000/usb@b/storage@1/disk@0,1
Jan 29 17:05:04 pettfnsv440 genunix: [ID 408114 kern.info]
/pci@1e,600000/usb@b/storage@1/disk@0,1 (sd34) online

2. Identify the USB drive device path

root@pettfnsv440 # cd /dev/dsk
root@pettfnsv440 # ls -l
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s0 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:a
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s1 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:b
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s2 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:c
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s3 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:d
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s4 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:e
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s5 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:f
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s6 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:g
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d0s7 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,0:h
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s0 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:a
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s1 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:b
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s2 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:c
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s3 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:d
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s4 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:e
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s5 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:f
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s6 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:g
lrwxrwxrwx 1 root root 54 Jan 29 17:05 c3t0d1s7 ->
../../devices/pci@1e,600000/usb@b/storage@1/disk@0,1:h

3. Mount the USB drive

root@pettfnsv440 # mount -F pcfs /dev/dsk/c3t0d0s2:c /mnt

4. Verify the drive is mounted

root@pettfnsv440 # df -k /mnt
/dev/dsk/c3t0d0s2:c 2002584 12 2002572 1% /mnt

Potrebbero piacerti anche