Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    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
    Code:
    fdisk -l
    post the output so that i can help you more precisely.
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  3. #3
    Just 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

  4. #4
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    Quote Originally Posted by biswanath.giri View Post
    "fdisk -l " displays all partitions.
    yes it displays and that is what is required to get the type of file system in windows part.
    well do this
    Code:
    cd /media
    mkdir sda1
    i m not sure sda1 is your windows part or not caz you didn't let me now.
    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.
    Code:
    vi /etc/fstab
    add lines like this
    Code:
    /dev/sda1  /media/sda1  ntfs-3g  defaults,umask=0 0 0
    definetly i used ntfs-3g assuming your part is NTFS.
    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.

  5. #5
    Just Joined!
    Join Date
    Jul 2008
    Posts
    12
    ok,thanks,I will reply to you 27-07-2009. ok.give me your email id.

Posting Permissions

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