07-19-2008
mounting aix disk under different OS
hi,
is that possible?
i installed one disk of a old rs/6000 in a linux machine.
the problem seems to be the partition layout.
linux fdisk tells me that aix disklabels are not supported,
so the problem seems to be the partition layout, not the filesystem.
does anybody know a way to access the data on a aix disk from a different OS?
--
thanks
alex
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
i am using Interactive Unix 4.1.1 and i have a disk from a another unix machine which is Unix Slackware 2.1 i'm having problem mounting the disk. it gives me an error message, ??? is there any solution to this ???
it say the disk has invalid file system (1 Reply)
Discussion started by: mharck29
1 Replies
2. Filesystems, Disks and Memory
I have connected up second hard drive to my Sparcstation5, touched /reconfigure. and now would like to know how to mount the hard drive. I am trying to access /etc/passwd file on second disk to change root passwd but after connecting drive; touching reconfigure. don't know how to go about accessing... (2 Replies)
Discussion started by: FattyLumpkin
2 Replies
3. Solaris
I have a 1TB hard disk that I had partitioned on a Sun clone and had 7 partitions of 137GB a piece. (Using a USB to SATA adaptor)
I then had loaded a new hard disk on my laptop (T60...Lenova) with Solaris 10 X86. I tried to mount the hard disk but it kept telling me the mount point was busy and I... (2 Replies)
Discussion started by: mndavies
2 Replies
4. Red Hat
Ok. I screwed up. Using dd, I made a bit-for-bit copy of disk /dev/hda, which contains 3 partitions.
dd if=/dev/hda of=olddrive.iso bs=2048k
However, I neglected to make a copy of the partition table. I'd like to mount partition 3, /dev/hda3, which is an xfs filesystem, but obviously I don't... (2 Replies)
Discussion started by: dangral
2 Replies
5. UNIX for Dummies Questions & Answers
Hello all! I just recently inherited a mid-90s gateway full tower system (Original Pentium, SIMM style RAM, etc.). I had always wanted to try an old version of UNIX, and having come across a copy of AT&T System V R4 decided that the time was ripe. There were 30 disks total, and after booting to... (1 Reply)
Discussion started by: Northcott
1 Replies
6. Solaris
Hi once more :p
Yesterday I reinstalled Solaris OS and now I can not mount pcfs HDD
SunOS unknown 5.10 Generic_142901-03 i86pc i386 i86pc
and what has been added in /etc/vfstab is
/dev/dsk/c1t0d0p1:c - /podaci - pcfs - yes rw
But as I said , my disk is... (4 Replies)
Discussion started by: solaris_user
4 Replies
7. Solaris
I am using Solaris 10. I have a raw device attached to my system which is
/dev/md/rdsk/d91
I want to mount this as a disk with file system on a mount point /u05.
Actually this raw device was earlier part of Oracle ASM. Now I have removed this disk from ASM, and want to use it as normal... (3 Replies)
Discussion started by: fahdmirza
3 Replies
8. BSD
I have just installed a second hard disk on a FreeBSD machine v8.0. It is seen as new hardware:
# dmesg | grep ad4
ad4: 953869MB <SAMSUNG HD103UJ 1AA01113> at ata2-master SATA300
ad4: 953869MB <SAMSUNG HD103UJ 1AA01113> at ata2-master SATA300
However it is not listed in fstab where "ad4"... (2 Replies)
Discussion started by: figaro
2 Replies
9. Ubuntu
I wasn't sure where to put this thread but since i use ubuntu for data recovery, I figured this is the best place. So, a friend passed me a 250G Western Digital hard disk the other day and said that his client needs to get her pictures off it. the problem: windows says it wants to reformat the... (13 Replies)
Discussion started by: old noob
13 Replies
10. Linux
Hi All.
I am pretty new when it comes to Linux. My admin left on vacation and has presented 2 new disks to the server but they won't be seen until I can reboot the box this weekend.
Once that happens I need the steps to make it available to my server and mount them as new filesystems. One will... (25 Replies)
Discussion started by: jamie_collins
25 Replies
PARTX(8) System Manager's Manual PARTX(8)
NAME
partx - telling the kernel about presence and numbering of on-disk partitions.
SYNOPSIS
partx [-a|-d|-l] [--type TYPE] [--nr M-N] [partition] disk
DESCRIPTION
Given a block device ( disk ) and a partition table type , try to parse the partition table, and list the contents. Optionally add or
remove partitions.
This is not an fdisk - adding and removing partitions is not a change of the disk, but just telling the kernel about presence and numbering
of on-disk partitions.
OPTIONS
-a add specified partitions or read disk and add all partitions
-d delete specified or all partitions
-l list partitions. Note that the all numbers are in 512-byte sectors.
--type TYPE
Specify the partition type -- dos, bsd, solaris, unixware or gpt.
--nr M-N
Specify the range of partitions (e.g --nr 2-4).
SEE ALSO
addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8)
AVAILABILITY
The partx command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
11 Jan 2007 PARTX(8)