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

Re: Kde



Wow, that seems easy enough.
Is there a way to see what my partitions are in linux? Because i have 2 windows
partitions for windows, C: and D:  or would it ust be hda2?

Christopher Pruden wrote:

> 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