LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 01-05-2008, 12:51 PM   #1
Didier
LQ Newbie
 
Registered: Jan 2008
Posts: 7

Rep: Reputation: 0
Can I access to files created on windows XP ?


Hello,

I've just installed a linux distibution (Simply Mepis) on my primary hard drive. But I have personnal datas and pictures on my second hard drive which I created on windows XP.

Is it possible to access to these files from linux system ?
PS : When I search files on hdb1, I can't find my files

Thank you if you can help me

Didier
 
Old 01-05-2008, 01:00 PM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Most modern Linux distros will read and write NTFS by default. You may have to mount the drive (partition) first.

In a terminal:
cd to /mnt and see if a mount point is already setup (It sounds like it is). For the following, assume the mountpoint is named "hdb1"

"mount" to see if it is already mounted.

"mount hdb1" to mount it

"cd hdb1", and then "ls" to view the contents.


In the GUI, if you get an icon for hdb1, you might be able to mount it by right-clicking and selecting "mount".
 
Old 01-05-2008, 01:11 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
PS:

On my system (PCLOS2007), I can't mount in the GUI by going to /mnt. But--in My Computer --> Media, there are icons for all detected partitions. Here, I can mount using rt-click. Only problem is the partitions are only identified by size---so I cant tell which is which**. One demerit for PCLOS (or maybe KDE??)---or just another example of how some things are easier in a terminal.

**To be fair, I have many partitions of similar size (See "Confessions of a Distro-hopper"..) Even so, listing things only by size is dumb.
 
Old 01-05-2008, 04:11 PM   #4
Didier
LQ Newbie
 
Registered: Jan 2008
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for your answer. I just realised that I made a big mistake. In fact, when I installed linux on hdba, the partitions have been formated also on hdb. I think I lost all my datas on hdb. But there is something I don't understand because my hdb sizes 20 GB and linux created 3 partitions which total size is 12.79 GB. Is there any chance that the difference could be my datas ? How can I check that ? if the worst happened, is there a way to get back my datas ?
 
Old 01-05-2008, 07:34 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
First, do not write anything to any disk until this is resolved. If there IS a chance of recovery, it will be compromised by any writes.

To confirm what partitions are where, open a terminal and enter "su" to become root, then enter "fdisk -l". (both without the quotes, lower case L, not one) Post the results here.
 
Old 01-06-2008, 06:22 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599Reputation: 3599
This thread should be closed. The OP opted for making a new thread for the topic here: http://www.linuxquestions.org/questi...-linux-611479/.
 
Old 01-06-2008, 10:49 AM   #7
Didier
LQ Newbie
 
Registered: Jan 2008
Posts: 7

Original Poster
Rep: Reputation: 0
I went back to Gparted to recount the size of my partitions on hdb and it appears that my HDD was totally formated in 2 parts : hdb1 and hdb2 (previously, I didn't count hdb1, that's why I thougt there was a difference). As you told me, I did also fdisk -l on the terminal and it confirmes the same thing.
Is there any possibility to recover my files ? I write nothing on hdb
 
Old 01-06-2008, 11:11 AM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Please don't keep bouncing between two threads---I will reply in the other one.
 
Old 01-06-2008, 02:39 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Follow-ups to the original, please...

http://www.linuxquestions.org/questi...-linux-611479/
 
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Files created with root ownership on SAMBA Windows shares sixerjman Linux - Software 5 03-08-2007 08:39 AM
How to access database created with MS Access on Windows using PHP on Linux Server anjani.78 Linux - Software 1 12-21-2005 06:07 PM
access to windows files eltn10 Linux - General 3 09-30-2004 06:59 AM
Can we access the newly created files after dd if=hda6_last_mon_backup of=/dev/hda6 murugesan Linux - Software 0 03-29-2004 08:42 AM
Zipslack wont read files created in windows? Stuartb21 Slackware 7 11-30-2003 11:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration