How to acess the installation dump in dual boot system by booting as Linux

Status
Not open for further replies.
I have system with Dual boot (Windows 2000 and Red Hat Linux)
I have "Oracle Application installation dump for Linux" in Windows 2000 system
How to access(Install) this dump booting with Linux o/s
 
You can recompile your kernel with NTFS support or install Captive NTFS to gain access to NTFS partitions.
 
hi,

open a root shell and type:
mount -ntfs /dev/(hda -1,2,3 ...) /mnt/(hda 1,2,3 ...)
-i cant remember if it is nfs or ntfs?
 
Status
Not open for further replies.
Back