[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kde



Alan DeJong wrote:

>
> 2.  Is there a way that i can get linux to mount my windows drive?  So i
> dont have to put all of the files on disk?  If so, how?
>
> and..
> 3.  Is there an easier way to do this??
>

do mkdir /mnt/windows (or whatever you want to call it), and then
mount -t vfat /dev/hda1 /mnt/windows  (note that your windows partition may
be different, Ie: D under windows would be another partition.)

Taht's all there is to it.  VFAT even supports long  filenames and fat 32.
Chris