mounting usb drive


 
Thread Tools Search this Thread
Operating Systems Solaris mounting usb drive
# 1  
Old 04-03-2009
mounting usb drive

hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is?

and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" does solaris support ntfs drive by the way?

thanks
# 2  
Old 04-03-2009
plug in your usb drive and have a look at the output of "rmformat" to find your device...
# 3  
Old 04-03-2009
thanks, by running rmformat i got the following info, may i ask which piece of info i should use to mount?

i tried mount /dev/rdsk/c0t2d0s2 /myDriver

and i got "mount: /dev/rdsk/c1t0d0s2 not a block device"

may i ask how i should mount my usb?

Code:
# rmformat
Looking for devices...
     1. Volmgt Node: /vol/dev/aliases/cdrom0
        Logical Node: /dev/rdsk/c0t2d0s2
        Physical Node: /pci@1e,600000/ide@d/sd@2,0
        Connected Device: JLMS     XJ-HD166S        D3S4
        Device Type: DVD Reader
     2. Volmgt Node: /vol/dev/aliases/rmdisk1
        Logical Node: /dev/rdsk/c1t0d0s2
        Physical Node: /pci@1e,600000/usb@b/storage@2/disk@0,0
        Connected Device: USB 2.0  USB Flash Drive  0.00
        Device Type: Removable


Last edited by Yogesh Sawant; 04-03-2009 at 02:52 PM.. Reason: added code tags
# 4  
Old 04-03-2009
try /dev/dsk/c1t0d0s0

that's slice 0
and using dsk instead of rdsk (raw)
# 5  
Old 04-03-2009
alll set thanks very much!
# 6  
Old 04-07-2009
mount it -->
mount -F pcfs /dev/dsk/c1t0d0s0:c /mnt
cd /mnt
ls <----- find contents here
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Mounting USB HD

I am very new to Solaris. The machine I am working with is running Solaris 10. I have a 1.5 TB hard drive plugged into a USB dock plugged into the Solaris machine. I ran 'cfgadm -al' and can see that the usb0/1 is usb-storage that was not there before. How do i mount this drive and format... (3 Replies)
Discussion started by: mcdef
3 Replies

2. SCO

Mounting a USB DRIVE- SCO_SV

I wish to mount a USB pen drive to allow me copy files from the pc to the pen drive. when I insert the dirve I get a message umass Attached: Kingston DataTraveler 2.0, rev 2.0, usb_id 2 The version of unix is SCO_SV. I cannot see any new file in the /dev folder. I was looking for... (5 Replies)
Discussion started by: ralph2010
5 Replies

3. UNIX for Dummies Questions & Answers

Need help with mounting my USB

My previous post seems to be erased and I didn't get any help. I'm logged as root now but no mounting command seems to work, I've tried: Mount -t vfat /dev/sdc1 /mnt/USB Changing "sdc1" for hda1-7, and sdc1-7, and still nothing. Sometimes i get: "special device not found" and others "device... (4 Replies)
Discussion started by: Dax01
4 Replies

4. Linux

mounting usb device

Hi Folks, I want to know how to mount usb device (cd,dvd etc) in linux, Regards, Manoj (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

6. AIX

Mounting a USB Drive in AIX 5.3 ML 6, P570

Hi Can somebody help me know , How can i mount a USB drive in my AIX 5.3 ML6, P570 Server. This is a Bit urgent for me. Thanks in advance.. Regards Raj (0 Replies)
Discussion started by: rdkumarj
0 Replies

7. UNIX for Dummies Questions & Answers

force mounting usb drive on macbook pro

alright, this might seem a dumb question, can't say i'm too familiar with these applications. i have a 250mb zip drive that i just got for my macbook pro (i know it's archaic, i have a drum machine that uses 100mb zip disks) and it is recognized in system profiler as a 250mb iomega drive, but it... (1 Reply)
Discussion started by: grampah
1 Replies

8. UNIX for Dummies Questions & Answers

USB flash drive is not mounting what to do...?

hello forum.. i am using RHEL 4.0 and my system is dual boot.normally the usb flash drive should be auto mount , but in my system i am unable to mount the drive plz help... i am a new user so plz give me in detail. thank u in advance. (5 Replies)
Discussion started by: manoranjan
5 Replies

9. UNIX for Advanced & Expert Users

mounting USB

Hi I was trying to mount my USB flashdrive on solaris 10 and I am getting the message saying that (I have already gone through the previous blogs in the forum) mount: Block device required. I have tried most of the possible ways. #rmformat(gives me the necessary information about my flash... (1 Reply)
Discussion started by: akhil1460
1 Replies
Login or Register to Ask a Question