On Wed, 31 Dec 1997, Pierre DUPUIS wrote: > I have dl via the internet a *.zip program for linux. > The *.zip has been dl on my Dos partition, and i don't know how to > access it with my linux partition (to install the program i need to > locate it). > I'm a recent debian user, i came from windows OS, so please be explicit > and free of complicated command.
You have to mount the ms-dos partition; hopefully your kernel has been configured to do that. Try 'mount -t msdos /dev/hd{x} /mnt', where hd{x} is /hda1, etc (depending on the drive number and partition number. If you have one hard drive and the first partition is dos, it would be /dev/hda1. Then you should be able to see the partition from Linux. Try 'ls -al /mnt/<filename.zip> to see if it is recognized. Copy it to one of your Linux directories (with cp) and unzip it with the unzip command. > By the same, > Does someone know where can i get a 'Windows or Dos to Linux' Manual, it > can be very helpfull. I agree that it would be useful for the beginner, but haven't seen one. Bob ---- Bob Nielsen Internet: [EMAIL PROTECTED] Tucson, AZ AMPRnet: [EMAIL PROTECTED] http://www.primenet.com/~nielsen -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .