also @ TechSpot: Intel confirms a smartwatch is in the pipeline

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

Discussion in 'The Alternative OS' started by yoganand, Dec 30, 2004.

  1. yoganand Newcomer, in training

    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
  2. Nodsu Newcomer, in training Posts: 9,431

    You can recompile your kernel with NTFS support or install Captive NTFS to gain access to NTFS partitions.
  3. j4m32 Newcomer, in training Posts: 49

    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?
  4. Nodsu Newcomer, in training Posts: 9,431

    It's -t ntfs.

    RedHat does not support NTFS out of the box.
  5. j4m32 Newcomer, in training Posts: 49

    ah my bad just i thaught it did :-D