Results 1 to 2 of 2
:oops: hi every budy! i am having dual booting systems and i want to mount windows partions i.e NTFS and FAT partions in to linux i know about the fat ...
- 05-26-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- hyderabad,india
- Posts
- 8
mounting window partions.
:oops: hi every budy! i am having dual booting systems and i want to mount windows partions i.e NTFS and FAT partions in to linux i know about the fat file system. can you help me about the NTFS. Thankyou.
- 05-26-2005 #2
Mount it like this (I'll use /dev/hda1 as the windows partition, and /windows as the mountpoint):
dylunioCode:su [rootpass] mkdir /windows mount -t ntfs /dev/hda1 /windows


Reply With Quote