Results 1 to 3 of 3
Hi...
I want to reach my files in windows while i'm using Linux.
Can u tell me how i can?
thanks...
- 01-07-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 6
How to reach the files in windows...
Hi...
I want to reach my files in windows while i'm using Linux.
Can u tell me how i can?
thanks
- 01-07-2005 #2
if your windows partition uses ntfs, you'll have to recompile your kernel and install a driver. once you've done that:
replacing /dev/hda2 with the windows drive/partitionCode:mkdir /mnt/windows mount -t ntfs /dev/hda2 /mnt/windows
or if you use any sort of fat partition, you're set from the get-go:
replacing /dev/hda2 with the windows drive/partitionCode:mkdir /mnt/windows mount -t vfat dev/hda2 /mnt/windows
-lakerdonald
- 01-07-2005 #3Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
As far as I knew, mandrake stock kernels (default) have the NTFS driver compiled in, you'll only need to specify that it's the ntfs filesystem.
Emotions are the key to the soul.
Registered Linux User #375050


Reply With Quote
