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
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
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
Summary: I am running RH 7.3 and I installed a HW based intel modem.Under Device, I only see Nic card. So, I was trying to install "intel-536ep-451-R73.tgz" software for it . For some reason I am having heard...
Summary: Have a project to do and need some help please.. What shellscript would I use If I wanted to list all files in the current directory which are identical to a certain filename. I am told to use binary...
Summary: I have a Western Digital usb external hard drive with NTFS file-system. But I cannot copy any files from linux to this drive, so is the NTFS file-system read-only in Linux? What should I do? ...