Find the answer to your Linux question:
Results 1 to 5 of 5
Hi i am new to linux.i cant boot on my pc which is currently installed with WIndows XP and I want to access its files through an OpenSUSE live cd.i ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7

    Accessing Windows files

    Hi i am new to linux.i cant boot on my pc which is currently installed with WIndows XP and I want to access its files through an OpenSUSE live cd.i got only a single partition on it and wish to access its data before i format the pc.ive been trying to do so but to no avail.would someone help me plsss?thx in advance

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You have to mount Windows Partitions manually.
    Open Terminal/Konsole and execute this
    Code:
    su -
    mkdir /media/win_c
    mount -t ntfs /dev/sda1 /media/win_c -o defaults,umask=0
    Check /media/win_c folder. Post exact error message here, if any.
    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
    Feb 2009
    Posts
    7
    thx a bunch man i ll try it out

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    These particular operations is where Knoppix shines, since it mounts partitions with a click. It's not a very good install distro (SuSE is much better), but a great general file backup distro.

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    thx for your help m8 im rly looking forward to learning more and more about linux and all.and i rly appreciate your help

Posting Permissions

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