Operating System - Linux
1828046 Members
1869 Online
109973 Solutions
New Discussion

Mount vxfs file system (HP-UX) on a Linux system?

 
Michael Russak
New Member

Mount vxfs file system (HP-UX) on a Linux system?

Is it possible to mount a (hpux) vxfs system disk on a linux system to perform the cloning?
Thanks for any info. - Micha
4 REPLIES 4
Gopi Sekar
Honored Contributor

Re: Mount vxfs file system (HP-UX) on a Linux system?

Check this link to find out information about Vxfs support in linux.

http://www.linux.com/howtos/Filesystems-HOWTO-9.shtml
Never Never Never Giveup
Michael Russak
New Member

Re: Mount vxfs file system (HP-UX) on a Linux system?

Thanks - the tools recommended to be used on linux are not downloadable. The URL is broken. - Micha
Stuart Browne
Honored Contributor

Re: Mount vxfs file system (HP-UX) on a Linux system?

Try http://ftp.penguin.cz/pub/users/mhi/vxfs/ instead.
One long-haired git at your service...
Michael Russak
New Member

Re: Mount vxfs file system (HP-UX) on a Linux system?

Thanks - I was under the impression that in order to clone the disk I needed to mount the disks first. It is indeed not necessary to mount the disk, since dd can be used as I witnessed now straight. (dd if=/dev/sda of=/dev/sdb) - Micha