On Wed, Mar 22, 2000 at 04:36:13PM -0500, Sandy Shapiro wrote: > Linux is in my /dev/hdb1 partition. > > OS/2 files are in three HPFS partitions: /dev/hda3; /devhda4; and > /dev/hda5. > > My question is: > > What command do I issue in Linux so that I can access the HPFS > partitions from Linux and copy files from OS/2 to Linux. (I have some > .tar files sitting in OS/2 that I want to move over to Linux). >
$ mount -t hpfs /dev/hda? /mnt See man mount, man fstab for more info on various flags. -- +----------------------------------------------------+ | Eric G. Miller egm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+