View Single Post

   
  #1 (permalink)  
Old 01-05-2008, 09:12 AM
kevinm3574
 
Posts: n/a
Default is there an equivalent to slices on aix and how to mount.

Scenario:

I've got two hard drives in a single machine, one with aix 5.2 and one
with aix 5.3. I use these to dual-boot the machine for development
purposes.

I would like to be able to, while booted into one or the other os,
"mount" a partition from the other drive to access a file or files
(like doing a mount /dev/dsk/c0t0d0s1 /mnt in Solaris while being
booted on the c0t0d1 disk). So basically, if booted on hdisk0 I would
like to be able to do a "mount /dev/hdisk1/somepartition /mnt be be
able to access files on hdisk1 in the "somepartition" partition via
/mnt.

Thanks.

kevin

Reply With Quote