Computing.Net > Forums > Linux > Help ! Rescue fat32 files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Help ! Rescue fat32 files

Reply to Message Icon

Name: moog
Date: October 24, 2002 at 05:30:41 Pacific
OS: Win98/ Cool Linux Live CD
CPU/Ram: AMD K6-2 333MHz,160MB
Comment:

My Windows 98 machine won't boot up.I want to rescue some files from the machine. How can I do this using Cool Linux Live CD 1.35 or using Knoppix Live CD? I want to transfer the files to another PC (Win2K/RH 8.0) over a network card.
Thanks

MooG



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: October 24, 2002 at 08:32:12 Pacific
Reply:

Boot off your live CD.

Log in as root (as only root normally has the permission to mount things).

Make a temp directory to mount your windoze partition in:
# mkdir /mnt/windows

Mount your hard drive:
# mount -t vfat /dev/hda1 /mnt/windows
(NB hda1=first partition on primary master IDE, hda2=the second partition if there is one etc. hdb refers to primary slave, hdc=secondary master, hdd=secondary slave. If you have one hard drive with windows on in your PC it's probably hda1).

You should now be able to copy the directory and contents:
# cp -R /mnt/windows /path/to/copy/to


0
Reply to Message Icon

Related Posts

See More


Need help running program... connect to the internet



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Help ! Rescue fat32 files

Help with .tgz file www.computing.net/answers/linux/help-with-tgz-file/16066.html

need help on finding files www.computing.net/answers/linux/need-help-on-finding-files/6635.html

file-system and format problem www.computing.net/answers/linux/filesystem-and-format-problem-/26681.html