Solaris 8 - Removable hard disk


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 - Removable hard disk
# 1  
Old 11-08-2010
Question Solaris 8 - Removable hard disk

Hi Gurus,
I have difficulty in configuring removable hard disk in Solaris 8.
I have connected hard disk to machine but I do not know how to configure it.


Kindly tell me, how should I configure it .. so that I can create a mount point on this and write files to them.

Regards
Srini
# 2  
Old 11-08-2010
what kind of "removable" disks?
# 3  
Old 11-08-2010
thoshiba hard disk
# 4  
Old 11-08-2010
Quote:
Originally Posted by sri243
thoshiba hard disk
ooooh come on... how do you connect the drive to your system...? we need to know as much details you can deliver.
This User Gave Thanks to DukeNuke2 For This Post:
# 5  
Old 11-09-2010
Question

I am connecting this via USB port.
I tried below.
1) I tried killing vold process with -HUP signal.
2) Stopped /etc/init.d/volmgt
3) Now I am unable to start it.
When I execute /etc/init.d/volmgt start
It shows nothing failure, but when I grepped for vold deamon, I am not able to find it.
I tried starting service even after removing that thoshiba disk also. But no difference...

That is ... now I am unable to start volmgt now.

4) I executed "devfsadm" command. But no difference I found.



All the difference I can see is ..... Just in "prtconf -v" command output ...

I can see below message in prtdiag out put,when disk is connected.








Code:
 Hardware properties:
                name <latency-timer> length <4>
                    value <0x000000a0>.
        usb, instance #0
            Driver properties:
                name <pm-want-child-notification?> length <0> -- <no value>.
            Hardware properties:
                name <root-hub> length <0> -- <no value>.
                name <latency-timer> length <4>
                    value <0x00000040>.
            storage, instance #0
                Driver properties:
                    name <pm-components> length <52>
                        value 'NAME= scsa2usb0 Power' + '0=USB D3 State' + '3=USB D0 State'
                    name <scsi-selection-timeout> length <4>
                        value <0x000000fa>.
                    name <scsi-options> length <4>
                        value <0x00107ff8>.
                    name <scsi-watchdog-tick> length <4>
                        value <0x0000000a>.
                    name <scsi-tag-age-limit> length <4>
                        value <0x00000002>.
                    name <scsi-reset-delay> length <4>
                        value <0x00000bb8>.
                Hardware properties:
                    name <self-probing> length <0> -- <no value>.
                    name <compatible> length <127>
                        value 'usb4fc,c25.103' + 'usb4fc,c25' + 'usbif4fc,class8.6.50' + 'usbif4fc,class8.6' + 'usbif4fc,class8' + 'usbif,class8.6.50' + 'usbif,class8.6' + 'usbif,class8'
                    name <reg> length <4>
                        value <0x00000002>.
                    name <assigned-address> length <4>
                        value <0x00000002>.
                disk, instance #0
                    Driver properties:
                        name <pm-components> length <30>
                            value 'NAME=spindle-motor' + '0=off' + '1=on'
                        name <removable-media> length <0> -- <no value>.
                        name <pm-hardware-state> length <21>
                            value 'needs-suspend-resume'
                        name <ddi-kernel-ioctl> length <0> -- <no value>.
                    Hardware properties:
                        name <inquiry-revision-id> length <5>
                            value 'HT09'
                        name <inquiry-product-id> length <16>
                            value 'HTS54322Hitachi'
                        name <inquiry-vendor-id> length <8>
                            value 'Hitachi'
                        name <inquiry-device-type> length <4>
                            value <0x00000000>.
                        name <usb> length <0> -- <no value>.
                        name <compatible> length <7>
                            value 'usb_sd'
                        name <lun> length <4>
                            value <0x00000000>.
                        name <target> length <4>
                            value <0x00000000>.
        ide, instance #0
            Driver properties:
                name <target2-dcd-options> length <4>
                    value <0x000000a4>.
                name <target0-dcd-options> length <4>
                    value <0x000000a4>.
                name <dcd_options> length <4>
                    value <0x000000a5>.
                name <pm-components> length <56>
                    value 'NAME=ide-controller' + '0=Device D3 State' + '3=Device D0 State'
            Hardware properties:
                name <latency-timer> length <4>
                    value <0x00000010>.
            disk (driver not attached)
            cdrom (driver not attached)
            dad, instance #0


Last edited by DukeNuke2; 11-09-2010 at 05:04 AM..
# 6  
Old 11-09-2010
an USB drive might work or it might not work at all... i would try the following:

1. stop volmgt
2. attach disk
3. run "dmesg" and look for drive infos
4. try to mount it "by hand" with the "mount" command

be sure to use a filesystem on the disk solaris can handle! NTFS on an external disk is not a good choice!
# 7  
Old 11-09-2010
Thanks for reply Smilie
Stopped volmgt.
Attached disk.
Nothing is there in "dmesg" or /var/adm/messages

How to mount it by hand ??
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to use a old window hard disk on Solaris ??

Hi, How can i use a old window 200Gb IDE harddisk on Solaris8. At the Solaris 8 install utility, it could only detect 50Mb for space ! Is the format wrong ? Do i need to re-do the partition ? I am using a Sunblade150 with solaris8 Thank u for the help... (1 Reply)
Discussion started by: Snubber
1 Replies

2. Solaris

solaris hard disk not detected

Dear all, I have a Sol 10 server. When I put df -h , it is showing the mount points of all file systems, but when I format the server it is showing the below output bash-3.00# format Searching for disks...done No disks found! Pl let me know what is the problem for this. ... (5 Replies)
Discussion started by: jegaraman
5 Replies

3. Solaris

Hard disk resizing Solaris

Dear All, I have a task of resizing the Solaris Partitions. This server contains SVM. Kindly let me know the steps in resizing the partitions and precautions. Regards Rj (3 Replies)
Discussion started by: jegaraman
3 Replies

4. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

5. Solaris

Write protected hard disk on Solaris 9

Hi Peeps, Trying to run analyze and verify on a disk, it won't as it's telling me the disk is write protected. Anyone got any ideas on how to remove the write protection???? Didn't even know you could write protect hard disks. Thanks for any advice Marty (2 Replies)
Discussion started by: callmebob
2 Replies

6. Shell Programming and Scripting

Detecting hard or soft disk errors in Solaris

I am looking for some tips or suggestions in how to do the following. 1) From a Solaris server, I run the command iostat -En and receive output that is similiar to the following which shows your disks along with the cdrom/dvdrom: c0t2d0 Soft Errors: 0 Hard Errors: 0 Transport... (1 Reply)
Discussion started by: sunsysadm2003
1 Replies

7. Solaris

Solaris 10 - breaking of mirror and change new hard disk

Hi, am a newbie at solaris. Need advice and help on this. 1) How do I break the mirror between 2 hard disks. (wish to keep 1 good hard disk as backup) 2) After remove 1 hard disk and put in new hard disk, how do I initialise or fomat the new hard disk? 3) How do I put back the backup... (3 Replies)
Discussion started by: chongkls77
3 Replies

8. UNIX for Dummies Questions & Answers

Fomatting Solaris Hard Disk.

Hi Friends ! How long does it take to format a hard disk under Solaris ? Once the format starts, what data will be cleared or deleted first ? i.e whether the OS is cleared or all the data other than OS is cleared first ? Then, if the format starts and the power goes off, can i retrieve data?... (1 Reply)
Discussion started by: mrgubbala
1 Replies

9. Linux

read removable disk

Hello I am trying to read from a small disk , 256 MB , removable sandisk.I am not able to access the device. The system does not recognise my disk to copy file s from the disk. Please post your solution in this issue. Thanks (2 Replies)
Discussion started by: singh85
2 Replies

10. UNIX for Dummies Questions & Answers

Installing Solaris in Bran new Hard disk..

Hello there !!! I am going to install solaris 8 on brand new hard disk, which i just attatched with computer. Hard disk is already formated or do i have to use some kind of fdisk prior to install solaris ? OR solaris automatically format this new hard disk ? How does this work with... (2 Replies)
Discussion started by: abidmalik
2 Replies
Login or Register to Ask a Question