Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I am new to Linux, I having winxp and Redhat 5 as dual boot. I want to access the windows partition from Linux. Is it possible? if so, Please ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2

    RedHat / Windows OS data sharing

    Hi,
    I am new to Linux, I having winxp and Redhat 5 as dual boot. I want to access the windows partition from Linux. Is it possible? if so, Please let me know how to do?.

    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to mount Windows OS partitions in Linux. Open Terminal and execute this
    Code:
    su -
    fdisk -l
    Post output here.

    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    3
    Hi, Buddy
    It depends on file system
    which file system u r using in windows
    FAT or NTFS
    for both file system u need to mount the partition by using mount command
    In RHEL FAT doesnot require any package but for NTFS u need to install NTFS package then u can mount NTFS partion.
    Now go ahead and open windows partition

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...