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.
how do i....
Name: dumb_newbie Date: September 5, 2000 at 12:53:30 Pacific
Comment:
how to copy a file from the hard disk to a floppy in unix? (do i need to mount the drive first or find out where its mounted?)
In the case of Solaris 2.x, run the command, volcheck -v The floppy will be mounted automatically on /floppy/floppy0 Then, cp /floppy/floppy0 For other unix flavors try, doscp /dev/ You should know the device name of your drive. Eg:-fpd0, fd1 etc ...
If nothing works, mount the floppy device and copy the file mount -F pcfs /dev/ /mnt cp /mnt
0
Response Number 2
Name: Date: September 6, 2000 at 14:36:14 Pacific
Reply:
Response No:1 should read as ....
In the case of Solaris 2.x, run the command, volcheck -v The floppy will be mounted automatically on /floppy/floppy0 Then, cp filename /floppy/floppy0 For other unix flavors try, doscp filename /dev/floppy_device_name Note :- You should know the device name of your drive. Eg:-fpd0, fd1 etc ...
If nothing works, mount the floppy device and copy the file mount -F pcfs /dev/floppy_device_name /mnt cp filename /mnt
Summary: hi, i want to find matched cases in my phonelist.txt file, and then save the results in an array so i can process them. for example, the phonelist.txt file consists of different fields separated by se...
Summary: I just installed Redhat 5.1 on my machine. How do I set it up to connect to the internet via ppp? Is there a setup script and what are the commands to connect/diconnect...