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 ...
- 02-18-2009 #1Just 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
- 02-18-2009 #2
Hi and Welcome !
You have to mount Windows Partitions manually.
Open Terminal/Konsole and execute this
Check /media/win_c folder. Post exact error message here, if any.Code:su - mkdir /media/win_c mount -t ntfs /dev/sda1 /media/win_c -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-18-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
thx a bunch man i ll try it out
- 02-18-2009 #4Linux 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.
- 02-18-2009 #5Just 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


Reply With Quote