Operating System - Linux
1754925 Members
2797 Online
108827 Solutions
New Discussion юеВ

Fedora Core 4 Support for HFS and VxFS filesystems

 
SOLVED
Go to solution
Andrew Kaplan
Super Advisor

Fedora Core 4 Support for HFS and VxFS filesystems

Hi there --

Does Fedora Core 4 support HFS and VxFS filesystems? If not, are there utilities or kernel modules that would enable support?
A Journey In The Quest Of Knowledge
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Fedora Core 4 Support for HFS and VxFS filesystems

Shalom,

No.

ext3 is essentially a journaled filesysetm just like vxfs, but it is different and you can only mount an HFS or vxfs filesystem via NFS on a system that supports these formats natively.

To see what filesystems can be worked with.

fdisk /dev/hda (your disk may vary)

Take a look at the possible filesystem types.

I will note that someone may have done this but implementing a kernel like this will leave you in the land of no support.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Andrew Kaplan
Super Advisor

Re: Fedora Core 4 Support for HFS and VxFS filesystems

Hi there --

Thanks for your reply. Based on your answer, I will stick with the ext3 filesystem at the present tme.
A Journey In The Quest Of Knowledge