Results 1 to 5 of 5
Can I get data from windows partition where I am using rhel5.( dual boot is there.)
give procedure with details....
- 07-25-2009 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 12
rhel5.0
Can I get data from windows partition where I am using rhel5.( dual boot is there.)
give procedure with details.
- 07-25-2009 #2
of cource you can.
all you need is to mount your windows partitions.
for this NTFS file system you nees ntfs -3g
and for FAT you need vfat.
to find type of partitions execute
post the output so that i can help you more precisely.Code:fdisk -l
Sorry, it was unintentional.
You should have told me at least once and i could have fix it.
thanks for reminding me.
- 07-25-2009 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 12
"fdisk -l " displays all partitions.
but tell me details how can i access windows data from linux system ,where using dual boot operating system. giri. pcs technology ltd. 9932047024
- 07-25-2009 #4
yes it displays and that is what is required to get the type of file system in windows part.
well do this
i m not sure sda1 is your windows part or not caz you didn't let me now.Code:cd /media mkdir sda1
you should create a directory for all you part you want to access in linux. i give you just an example.
now all you need is to edit your /etc/fstab file as root.
add lines like thisCode:vi /etc/fstab
definetly i used ntfs-3g assuming your part is NTFS.Code:/dev/sda1 /media/sda1 ntfs-3g defaults,umask=0 0 0
reboot the system. now you should access drive under /media/Sorry, it was unintentional.
You should have told me at least once and i could have fix it.
thanks for reminding me.
- 07-25-2009 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 12
ok,thanks,I will reply to you 27-07-2009. ok.give me your email id.


Reply With Quote
