How to mount a firewire drive?


 
Thread Tools Search this Thread
Operating Systems Solaris How to mount a firewire drive?
# 1  
Old 04-05-2010
Hammer & Screwdriver How to mount a firewire drive?

Hi, I have a firewire external hard drive that I've been using on a Mac but now want to use on my desktop computer that runs on Solaris 10, but when I plug it into the firewire port, nothing happens. I just assumed that it would mount automatically like a USB device but it doesn't. Can someone please help me out?
Thanks!

Last edited by Breanne; 04-05-2010 at 12:32 AM..
# 2  
Old 04-05-2010
have a look at the "dmesg" and or "rmformat" output and try to mount the drive manually after stopping vold.
# 3  
Old 04-05-2010
What kind of filesystem is used in your firewire drive ?
# 4  
Old 04-05-2010
Sorry I don't know what kind of file system. It used to be my brother's and I used it on my Mac. I just though I could format it once I connected it the computer but it doesn't even mount.
# 5  
Old 04-05-2010
either Start your volmgt daemon
/etc/init.d/volmgt start (check if its mounted)

OR

stop volmgt daemon
/etc/init.d/volmgt stop

iostat -En (check for which cxtxdx your device points to)
then manually mount as follows:
mount -F pcfs /dev/dsk/cxtxdxs0:c /mnt
# 6  
Old 04-05-2010
Hi, thanks for helping.

When I type "rmformat" I get:

Looking for devices...
1. Volmgt Node: /vol/dev/aliases/cdrom0
Logical Node: /dev/rdsk/c1t0d0s2
Physical Node: /pci@0,0/pci-ide@1f,1/ide@1/sd@0,0
Connected Device: HL-DT-ST DVD-RAM GH22LP20 1.04
Device Type: DVD Reader/Writer
2. Logical Node: /dev/rdsk/c6t0d0s2
Physical Node: /pci@0,0/pci8086,244e@1e/pci103c,12f1@2/unit@00094902e0511cdf/disk@0,0
Connected Device: ST312002 6A 8.54
Device Type: <Unknown>
3. Logical Node: /dev/rdsk/c6t0d0p0
Physical Node: /pci@0,0/pci8086,244e@1e/pci103c,12f1@2/unit@00094902e0511cdf/disk@0,0
Connected Device: ST312002 6A 8.54
Device Type: <Unknown>

It seems to list the external drive twice but I don't know why; nothing else is connected. But sometimes it just lists it once.

When I type "iostat -En" I get:

c1t0d0 Soft Errors: 2 Hard Errors: 0 Transport Errors: 0
Vendor: HL-DT-ST Product: DVD-RAM GH22LP20 Revision: 1.04 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 2 Predictive Failure Analysis: 0
c0t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE Product: ST373454LW Revision: HPS0 Serial No:
Size: 73.41GB <73407865344 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
c4t0d0 Soft Errors: 60 Hard Errors: 5 Transport Errors: 0
Vendor: SanDisk Product: Cruzer Micro Revision: 8.02 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 5 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
c6t0d0 Soft Errors: 11 Hard Errors: 0 Transport Errors: 0
Vendor: ST312002 Product: 6A Revision: 8.54 Serial No:
Size: 120.03GB <120034123776 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 11 Predictive Failure Analysis: 0


And when I type "mount -F pcfs/dev/dsk/c6t0d0s0:c /mnt" (or with c6t0d0s2) I get:

mount: I/O error

I tried it with both volm on and off.
I'm quite new to Solaris so I don't know what any of this means.
# 7  
Old 04-05-2010
wrong controller...c6 looks like a disk.

c4t0d0s0 should be the one
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How do I mount a USB Hard Drive?

I have a Sun-Fire V440 running with Solaris 9 and am trying to get a WD USB Hard Drive mounted. None of the articles I've read so far have helped. Output from rmformat: Looking for devices... 1. Volmgt Node: /vol/dev/aliases/rmdisk0 Logical Node: /dev/rdsk/c5t0d0s2 ... (17 Replies)
Discussion started by: oldtimertj
17 Replies

2. SCO

How to mount MO drive?

Hello, I have a PC with SCO operating system with a graphical program that access MO drive to write some log data. This program automatically format and write data on MO disck. MO drive was working good before but now when i try to write data, MO drive starts to be busy but after some minutes i... (6 Replies)
Discussion started by: mammut3d
6 Replies

3. UNIX for Dummies Questions & Answers

Mount the cd/dvd drive

· Next, you will need to install the software package that provides DHCP services (a.k.a. the DHCP daemon software). It is located on the installation DVD ISO image for the CentOS Linux Distribution. Associate the (Disc 1 of 2) DVD ISO with the virtual machine's CD/DVD optical drive, create a... (1 Reply)
Discussion started by: beerpong1
1 Replies

4. Filesystems, Disks and Memory

mount old hard drive

Hi guys, I have been looking around and searching for the past hour and did not see anything. but please forgive me if I missed something. I had a sparc 10 ultra cpu die on me, I got a replacement server from a very generous guy here, now I am getting around to remounting my old hard drive with... (0 Replies)
Discussion started by: DrDarkMatter
0 Replies

5. UNIX for Dummies Questions & Answers

How do I mount this drive?

Hi, I have a second drive that I just put in my computer and I formatted it with gparted to ext3. 1) How do I get Ubuntu 8.10 to automount this drive it boots up and allow programs like VMSERVER see it? I asks since I want to install a virutal machine on this drive. Thanks (1 Reply)
Discussion started by: mojoman
1 Replies

6. UNIX for Dummies Questions & Answers

How to mount a drive

I connected an external SCSI drive, I see it when I do 'format', I went ahead and formatted it. How do I mount it now though so I can use it? (2 Replies)
Discussion started by: FredSmith
2 Replies

7. Filesystems, Disks and Memory

mount NTFS drive ???????

can someone help tell me how to mount NTFS drive in redhat 7.1 1. is this correct ? dev/hda1 mnt/c ntfs-t defaults 0 0 2.is the mount file etc/fstab thanking you all ... (3 Replies)
Discussion started by: immanuelgangte
3 Replies

8. UNIX for Dummies Questions & Answers

mount a remote drive

How do I mount a directory that is on another server that has already shared it? mount 555.555.444.44:/cdrom0 does not work. (2 Replies)
Discussion started by: flowrats
2 Replies

9. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies
Login or Register to Ask a Question