Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > Tru64 UNIX > general

mount DKA100 on OSF1 V4.0 1530 alpha

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: mount DKA100 on OSF1 V4.0 1530 alpha      Add to my favorites
Sopas Cortes
May 12, 2009 18:37:12 GMT   

Hello, am new to V4.0 but strong on linux.

I'm using the Personal Alpha emulator to run OSF1 V4.0 1530 alpha, I was able to install the OS with no problem, but I can't get the DKA100 disk to mount. which /dev is the one that has the DKA100?

Or what do I need to do to mount DKA100?

I don't mind reading, if I can be pointed to the right directions

Thank you
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Rob Leadbeater Expert in this area This member has accumulated 7500 or more points
May 12, 2009 19:14:23 GMT    Unassigned

Hi,

DKA100 will translate to /dev/rz1 within the OS. You can see the disks installed with:

# scu show edt

In order to mount the disk, you'll (probably) have to create the special device files:

# cd /dev
# ./MAKEDEV rz1

label the disk, and then create a file system on it - I'm assuming that there's not already any data on it.

Something like this should suffice:

# disklabel -wr rz1
# mkfdmn /dev/rz1c disk1
# mkfset disk1 set1
# mount disk#set1 /mnt_point

The various man pages for those commands should help if anything doesn't make sense...

Hope this helps,

Regards,

Rob
Sopas Cortes
May 12, 2009 20:25:04 GMT    N/A: Question Author

This is just what I needed, I got it working now, I don't have those commands to create the filesystem by I used newfs, and it's working, well it's working on a 1.5GB emulator drive, but not on a 8GB one, but I'll figure it out.

Thank you
Sopas Cortes
May 12, 2009 20:30:27 GMT    N/A: Question Author

BTW, I see it now, scu show edt, will show me the target which is used after the rz

eg. target 3 = /dev/rz3

and the c for mounting comes from disklabel -p rz3

thank you again
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.