Try using /dev/hda1, not hda0. Generally there isn't a 0 partition.

If that doesn't work, post the contents of:

fdisk -l

Also, note that you might want to add the option:

-oumask=0000

to the mount command, since without that the partition will be mounted
read-only for everyone but root.

ap

----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu


On Mon, 4 Nov 2002, Andrew Patrick Liepins wrote:

> Hi folks..
> 
> Shooting myself in the head for not writing something down. I have Linux
> installed on the D: partition of my laptop. I would like to mount the C:
> drive (windows basically), but I have misplaced the fairly detailed
> instructions on how to accomplish it. I've tried:
> 
> mount -t vfat /dev/hda0 /c
> 
> after mkdir /c. I'm using slackware. Any ideas?
> 
> Regards,
> -andy
> 
> _______________________________________________
> TriLUG mailing list
>     http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ:
>     http://www.trilug.org/~lovelace/faq/TriLUG-faq.html
> 

_______________________________________________
TriLUG mailing list
    http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ:
    http://www.trilug.org/~lovelace/faq/TriLUG-faq.html

Reply via email to