|
Title: import fs linux on aix Post by: simmeb on July 24, 2008, 11:03:47 AM I have a standart disk show to a linux system and I clone this standard disk to an clone disk whith the EMC Time finder utilites and I want to show this clone disk to an aix system to save it in the san. Is it possible to import a fs linux on a aix system :-\ :-\
Title: Re: import fs linux on aix Post by: Michael on July 27, 2008, 09:13:18 PM My best guess is that it is not possible to mount a linux filesystem - unless it is made as an ISO9600 or a UDF formated filesystem.
AIX (IBM) uses the term vfs - for virtual file system I believe. In a perfect world there would be a API description telling us how to extend vfs to mount foreign filesystems. However, I fear the world is not perfect ;) As an alturnative - if it is about data - an NFS export should work well. |