Accessing OS/2 HPFS partitions from Linux

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


5 points

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



-7 points

A short answer to you

As Obama said: "yes we can"

Anonymous's picture
Created by Anonymous
-3 points

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)

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.