Moving this thread to LIH.

On Mon, 18 Sep 2000, Manish Jain wrote:


> How to share the files of c: in linux
>    I am having some files in c: and i want to use them in linux.

        Give the following commands as root.

        mkdir /mnt/win
        mount -t vfat /dev/hda1 /mnt/win
        cd /mnt/win
        ls -al

  later add the following line in your /etc/fstab  

        /dev/hda1  /mnt/win vfat defaults  0 0

--

#!!! If anything can go wrong, _FIX_ it. (To hell with MURPHY)
        
                                                Ajay kumar Dwivedi
                                                 [EMAIL PROTECTED]


----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to