Accessing OS/2 HPFS partitions from Linux



SOS
could you please let me know asap if and how can i access OS/2 HPFS partitions from Linux?



A short answer to you

As Obama said: "yes we can"

But Linux access to HPFS partitions is read-only. u can try mounting HPFS partition:

$ mkdir /hpfs
$ mount -t hpfs /dev/hda5 /hpfs

______________________

(tom_AJAX)