Computing.Net > Forums > Linux > Recovering or transfering data

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.

Recovering or transfering data

Reply to Message Icon

Name: pt cruiser
Date: October 27, 2005 at 17:51:28 Pacific
OS: Win2K
CPU/Ram: P4/512
Comment:

Dell tower running win2k has a fouled boot sector. If booted with a Knoppix CD and after mounting the fixed drive containing windows, what is the best way to recover some critical data. On other PCs with similar corruptions I simply copied individual files to a USB device. What I'd like to do here is establish a network connection and export entire directories. Is that possible? Also, can I capture/burn any of these items to a CD? Any directions would be greatly appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: October 28, 2005 at 02:15:44 Pacific
Reply:

Yes, yes and yes. You can save to USB, over the network or burn to a CD....the choice is yours.

A USB storage device (mem stick, camera etc) will usually appear as the first unused SCSI device on your system when plugged in, if you are running purely IDE then it will be /dev/sda1. To mount it:
# mkdir /mnt/usb
to create the mountpoint, then
# mount -t vfat /dev/sda1 /mnt/usb
You should now be able to save stuff to your USB device. When finished unmount it with:
# umount /mnt/usb

Over a network is an option too. Just configure your NIC either via DHCP or statically, I'm sure there is a GUI interface to do this in knoppix, otherwise you will have to use the ifconfig command.
# ifconfig eth0 192.168.0.10 broadcast 192.168.0.255 netmask 255.255.255.0
to set the IP, then
# ifconfig eth0 up
to bring the interface up.

To burn to CD try an app like k3b or xcdroast, not sure what comes with knoppix these days.


0

Response Number 2
Name: GordonBe
Date: November 30, 2005 at 12:38:48 Pacific
Reply:

CD burning on failed harddrive is not recomended. Try to copy via network.


rape movies
Mr.Gordon BE


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Dual-booting XP & Lin... Sound driver



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: Recovering or transfering data

No modem traffic with kernel module www.computing.net/answers/linux/no-modem-traffic-with-kernel-module/12324.html

About data recovery... www.computing.net/answers/linux/about-data-recovery/27859.html

transfer data to new box www.computing.net/answers/linux/transfer-data-to-new-box/14220.html