Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software » Need to copy file from floppy to hard disk using Knoppix
Closed Thread
Old 02-26-2008, 05:02 PM   #1 (permalink)
superdave1984's Avatar
 
Repeat Offender

Join Date: Aug 2006

Location: Union City, TN

Posts: 1,929

superdave1984 is on a distinguished road

Default Need to copy file from floppy to hard disk using Knoppix

Or Austrumi. I have a corrupt file on a Win2K server, keeps the server from booting. I have the file on a floppy and can boot to Knoppix or Austrumi. But I don't know how to get the file off the floppy to the c drive. And I don't have a copy of Win2K server for a repair install. HELP!!!
__________________
superdave1984 is offline  
Old 02-26-2008, 05:30 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default Re: Need to copy file from floppy to hard disk using Knoppix

mkdir /home/temp
mount /dev/hda1 /home/temp
mount /dev/fd0 /tmp
cd /tmp
ls
cp <file> /home/temp/? wherever it needs to go
unmount /dev/fd0
unmount /dev/hda1
reboot

be careful, writing to NTFS is risky
horndude is offline  
Old 02-26-2008, 07:18 PM   #3 (permalink)
superdave1984's Avatar
 
Repeat Offender

Join Date: Aug 2006

Location: Union City, TN

Posts: 1,929

superdave1984 is on a distinguished road

Default Re: Need to copy file from floppy to hard disk using Knoppix

Thanks for the info. Austrumi didn't recognize unmount as a valid command. Dunno if that's why it didn't work or not. The rest seemed like it went fine. Still won't boot however.
__________________
superdave1984 is offline  
Old 02-26-2008, 08:09 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default Re: Need to copy file from floppy to hard disk using Knoppix

try umount

won't change whether or not it works though, just unmounts the drives as a precaution before you leave so they don't get written to after your done

the bootup sequence for windows past win98 isn't something I kept up with, I have a feeling just replacing a file that it says is missing will work, it probably has other issues as well

Last edited by horndude; 02-26-2008 at 08:11 PM.
horndude is offline  
 
Closed Thread

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
WTF is a Bad Block? MikesCreation Hardware Troubleshooting 18 02-24-2008 09:31 PM
Hard Drive Errors!!! Bad or Faulty HDD? mike4realz Hardware Troubleshooting 3 09-19-2007 01:56 AM
seagate 80gigs failing.. acuariano Hardware Troubleshooting 27 08-27-2007 10:43 PM
Another Hijack Log boo HijackThis Logs (finished) 17 06-26-2007 12:30 PM