[linux-help] Re: Saving to a floppy disk
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
hi,
after you mount, try using this command :=20
root@ijiryu /root>>df -h=20
this will show you all the mounted systems which will have /dev/fd0 too,
if mounted properly.
after doing the cp, put a sync too, like:
root@ijiryu /root>>sync
this will flush the buffer and write the data to the floppy (if it was
mounted).
now give umount (make sure that you are not in the directory /mnt/floppy
while you do this).
root@ijiryu /root>>umount /mnt/floppy
then again check using df, whether the floppy is still mounted or not.
hope this helps.
regards,
Hareesh.
------------------------------------------------------------------------
-----
Included in the command's is the error I am getting. The Error is in
red=20
*******************
root@ijiryu /root>> mount -t msdos /dev/fd0 /mnt/floppy/
=20
root@ijiryu /root>> ls -l quiz.c
-rw-r--r-- 1 root root 19 Aug 3 02:18 quiz.c
=20
root@ijiryu /root>> cp quiz.c /mnt/floppy/
=20
root@ijiryu /root>> ls -l /mnt/floppy/quiz.c
-rwxr-xr-x 1 root root 19 Aug 18 01:28
/mnt/floppy/quiz.c*
=20
root@ijiryu /root>> umount /mnt/floppy/
umount: /mnt/floppy/ : not mounted
=20
root@ijiryu /root>>
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
- [linux-help] Re: Saving to a floppy disk,
Hareesh Haridas <=
|
|