
|
|

Software Central: Linux OS | Access Windows partitions from Linux | |
| Hi
I like to give the solution, but the problem is not clear. You want to access the Window’s partition on the same system or from other system in your network and what type of partition's you have FAT or NTFS.
1) If it is the same system with FAT
Step 1 Open the Terminal
Step 2 Type this command fdisk –l
Step 3 You can see some details.
Step 4 Try to identify the partition (ex:- hda5 for c, hda6 for d)
Step 5 create a folder in /mnt
Mkdir /mnt/c or /mnt/d
Step 6 type this command
mount –t vfat /dev/hda5 /mnt/c
Or
mount –t vfat /dev/hda6 /mnt/d
step 7 Open the folder u can see the details
2) If it is from other system
config samba
Posted by: Mr. RajKumar Achanta At: 23, Oct 2004 1:05:22 PM IST use Samba
Posted by: Mr. Suneel Kumar Kanuri At: 14, Oct 2004 3:24:58 AM IST U nee2 use the "mount" command under "root"...
For more info, go2(of course, got theze from google...Whrelse) :-
1) http://www.geocities.com/tipsforlinux/articles/3.html
2) http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-q-and-a-windows.html
3) http://www.metlin.org/linux/hda.html
4) http://www.linuxforum.com/redhat/s1-q-and-a-windows.html
Posted by: UK At: 4, Oct 2004 12:17:22 PM IST Hi Everybody
Can you give solution to my query. How to Access Windows partitions from Linux operating system.
Posted by: Mr. anilkumar veeragandham At: 13, Sep 2004 8:18:02 PM IST
|
|
|
 |
Advertisements |
|
 |
 |
Advertisements |
|