PC Help Forum - Free Computer Help, Windows, Hardware, Software and more!
 
Become a Member Today!
Search PC Help Forum for Answers
 
Go Back   PC Help Forum - Free Computer Help, Windows, Hardware, Software and more! > Operating Systems > Other OS > Linux
Linux - [Fixed] Im a total noob at linux 7.0 posted in the Other OS forums; i have red hat linux 7.0... i installed it on my pc and accidently may have formatted part or all of my windows xp and i need a list ...

REGISTER NOW to remove these Ads

Reply
 
LinkBack Thread Tools Display Modes Language
  #1  
Old 06-17-2007
vfpedro's Avatar
Bronze Member
 
Posts: 55
vfpedro - See this Members User comments on their Profile page
Default [Fixed] Im a total noob at linux 7.0

i have red hat linux 7.0... i installed it on my pc and accidently may have formatted part or all of my windows xp and i need a list of commands that will show me what files are left on my computer... i am quite knowledgable with xp and file names so if you can direct me to be able to view the files in my E drive then that would be awsome!

list and either explination or brief on what it does helps allot... my computer has been a brick to me for about a month or 2 since this hapined so any help is appreciated and will be replied with a THANKS!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 06-17-2007
Lebowski's Avatar
Tech Support Team
 
Posts: 1,080
Location: England
Lebowski - See this Members User comments on their Profile page Lebowski - See this Members User comments on their Profile page
Default

Hey there mate, sorry for the slow response, missed this one.

Hopefully you haven't messed up the partition table otherwise this is pretty much useless, but good luck

To mount your drive you must first find the drive label/path. To do so open terminal and type

Code:
sudo fdisk -l
This should give you an output such as
Code:
Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1       20799    10482381    7  HPFS/NTFS
/dev/hda2           20799       41597    10482412+  83  Linux
/dev/hda3           41597       43685     1052257+  82  Linux swap / Solaris
/dev/hda4           43685      116280    36588037+   7  HPFS/NTFS
Look for the one thats HPFS/NTFS and that will be it (I have two NTFS partitions there but you will more than likely have just one). The first NTFS partition on my drive is my windows partition, take note of yours

Now you must create somewhere to mount it, I use something like /mnt/win to do this use the following command

Code:
mkdir /mnt/win
Now you have a place to mount it we can mount it - yay, to mount it use the following command (Change the /dev/hda1 to your ntfs partition we looked for before)

Code:
sudo mount /dev/hda1 -t ntfs /mnt/win
You can now fire up your file browser to browse through the partition, I'm not sure what window manager you're using but I'm assuming it's gnome since that was default in red hat (if i recall) and it'll more than likely be nautilus file manager

Code:
sudo nautilus /mnt/win
Just as a warning, since RH7 is an old distro presumably running an older kernel, the NTFS code was bad and it tended to mess things up if you try and write to it, treat it as READ ONLY

Hope this helps - Leb

__________________
You want a toe? I can get you a toe, believe me. There are ways, Dude

I don't want to talk about it
I don't want to hear no lip
Take your share don't shout about it
That's your lot remember you're a kid

Last edited by Lebowski : 06-17-2007 at 08:42 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old 07-19-2007
jdhore's Avatar
Bronze Member
 
Posts: 11
jdhore - See this Members User comments on their Profile page
Default

Originally Posted by Lebowski
Just as a warning, since RH7 is an old distro presumably running an older kernel, the NTFS code was bad and it tended to mess things up if you try and write to it, treat it as READ ONLY

Hope this helps - Leb
I believe that in RH7, NTFS write support probably wasn't an option in the kernel. That's AT LEAST 4 or 5 years old and they only got marginal write support in the kernel about 2 years ago.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old 07-19-2007
vfpedro's Avatar
Bronze Member
 
Posts: 55
vfpedro - See this Members User comments on their Profile page
Default

yea nothing yall suggested worked but its ok i got my xp back so thanks for trying guys!

__________________
please reply with a thanks if this helps any

A+ certified college student looking to get a B.S. in Computer science.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old 07-19-2007
vfpedro's Avatar
Bronze Member
 
Posts: 55
vfpedro - See this Members User comments on their Profile page
Default

so mark as fixed i guess

__________________
please reply with a thanks if this helps any

A+ certified college student looking to get a B.S. in Computer science.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply


Go Back   PC Help Forum - Free Computer Help, Windows, Hardware, Software and more! > Operating Systems > Other OS > Linux




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On


All times are GMT +1. The time now is 04:53 PM.