Link to home
Start Free TrialLog in
Avatar of hotversion
hotversion

asked on

Linux boot disk question

I got a Linux boot disk from this link http://home.eunet.no/~pnordahl/ntpasswd/.That boot disk can change the password on Win NT or something similar.Can this boot disk use to copy file from the NTFS drive to the floppy drive.If yes,what command i need to type to do so?
THX-
ASKER CERTIFIED SOLUTION
Avatar of nouellette
nouellette
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Flash828
Flash828

Yes it can, because if it can reset the password for the NT machine, it means that it can access the NTFS filesystem (eg NTFS has been compiled into that kernel).

Copying files from the NTFS partitions can be done in the following manner:

* create a directory such us /mnt/drivec

  mkdir /mnt/drivec

* mount the NTFS partition corrosponding to your C: drive as follows:

  mount /dev/hd?? /mnt/drivec

  replace the question marks with whatever you think your C drive.  The notation is, for the first question makr, the channel, eg Primary Master is a, primary slave is b, etc.

* now you can "cd" into that directory as follows

  cd /mnt/drivec

* if you do a "dir" here you will see C:\.  You may now put in a dos formatted floppy and use "cp" to copy files over.  For instance:

  cp autoexec.bat /dev/fd0

assuming you are in /mnt/drivec, which is your C: drive, and that a floppy is in the drive, that file will be copied off.
er, isn't it simpler to boot the NTFS system and use the copy command? Or Windoze' drag and drop -> anywhere on network?

> what command i need to type to do so?

It appears that you are prone to DL of unknown stuff from strangers for which you are unsure how to use properly or effectively. You might want to rethink that.
You said Samba
hotversion:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.