From: Yoshihiro Taguchi 7-2072 (ytaguchi@titcc04.cc.titech.ac.jp)
Date: 09/19/93


From: ytaguchi@titcc04.cc.titech.ac.jp (Yoshihiro Taguchi 7-2072)
Subject: Re: Direct access to DOS drive
Date: 19 Sep 1993 22:32:40 GMT

In article <26qnu3$cdr@crcnis1.unl.edu> ctran@unlinfo.unl.edu (cuong tran) writes:

If I have missunderstood what you would like to know, please forgive me.

Do as followings,

1) # mkdir /home2 (or with some other suitable name)

2) # mount -t msdos /dev/hda1 /home2

Hereafter, by doing % cd /home2, you can access to msdos hd.

When you would like to set up these things automatically everytime you boot system,
add one line

/dev/hda1 /home2 msdos defaults

to /etc/fstab.

                   tag (phys/titech/japan)