Unix Technical Forum

How to create memory drive under AIX 5.1 ?

This is a discussion on How to create memory drive under AIX 5.1 ? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hello! I have a few *.iso CD images and i want to create a memory disks for each one ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 03:40 AM
Adil
 
Posts: n/a
Default How to create memory drive under AIX 5.1 ?

Hello!

I have a few *.iso CD images and i want to create a memory disks for
each one under AIX 5.1 and mount them as CD9660 file system.

It was really easy to do it under FreeBSD 5.2.1:

mdconfig -a -t vnode -f /image.iso -u 0
mount_cd9660 /dev/md0 /mnt/memdisk

Is it possible to do this under AIX?
If yes, then how can i do this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 03:40 AM
Jason Mather
 
Posts: n/a
Default Re: How to create memory drive under AIX 5.1 ?

Adil wrote:
> Hello!
>
> I have a few *.iso CD images and i want to create a memory disks for
> each one under AIX 5.1 and mount them as CD9660 file system.
>
> It was really easy to do it under FreeBSD 5.2.1:
>
> mdconfig -a -t vnode -f /image.iso -u 0
> mount_cd9660 /dev/md0 /mnt/memdisk
>
> Is it possible to do this under AIX?
> If yes, then how can i do this?



You should be able to create a logical volume and mount it as
a CD filesystem. The text file that comes with
cdrecord gives instructions on how to do something similar when
burning a CD. For a spare VG with 128MB PPs, try this:

mklv -y cdimage a_spare_vg 7
dd if=image.iso of=/dev/rcdimage bs=1m
sync
mount -v cdrfs -o ro /dev/cdimage /mnt

-- Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:00 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com