Linux – How to mount a VXFS file system under linux or windows

data-recoverylinuxunix

Old unix server crashed and now will not boot up, the drives are still accessible though. I need to move the data from that server to a Red Hat server. I was going to use a boot cd to copy the data to a USB drive but I coulnd't find one that can read VxFS file system. I ended up taking an Acronis image of the disk.

Now I don't know what I should do next, any ideas?

Not sure why the unix system wont boot because it gets a kernel panic during start up. This is an old server that is getting replaced with the red hat server.

Edit:

Forgot to mention that the drives are SCSI drives in a RAID so I can only read the drives on the old UNIX server.

Edit2:
I copied the partition to a USB drive now I just need to mount and read it.

Best Answer

There is also FreeVXFS, which might help you. Though I do now know how well supported it is, and how compatible it is with your VXFS filesystem.

It's worth looking into I guess:

http://www.advogato.org/proj/FreeVxFS/

Related Topic