Hello Every One!
I two operating systems on my PC one is LINUX and other is Windows2000
and now i want to mount my Win2000 fat partations in my Linux can any one tell me how to mount my fat32 partation in LINUX
Regards..
Problem in mounting fat32 partation in LINUX
Moderator: General Moderators
Re: Problem in mounting fat32 partation in LINUX
Win2k isnt fat32 by default - its ntfs. If it IS fat32, then it is simple..itsmani1 wrote:Hello Every One!
I two operating systems on my PC one is LINUX and other is Windows2000
and now i want to mount my Win2000 fat partations in my Linux can any one tell me how to mount my fat32 partation in LINUX
Regards..
mkdir /mnt/windows-drive
mount -t vfat /mnt/windows-drive /dev/hdXX
Where hdXX is the partition in question.
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
Re: Problem in mounting fat32 partation in LINUX
mount -t vfat /mnt/windows-drive /dev/hdXXRoja wrote:Win2k isnt fat32 by default - its ntfs. If it IS fat32, then it is simple..itsmani1 wrote:Hello Every One!
I two operating systems on my PC one is LINUX and other is Windows2000
and now i want to mount my Win2000 fat partations in my Linux can any one tell me how to mount my fat32 partation in LINUX
Regards..
mkdir /mnt/windows-drive
mount -t vfat /mnt/windows-drive /dev/hdXX
Where hdXX is the partition in question.
dev ---> Device
and can u tell me hdxx stands for wot?
thanx for help
Regards
Last edited by itsmani1 on Sun Apr 11, 2004 1:26 am, edited 1 time in total.