Complete.Org: Mailing Lists: Archives: linux-help: August 2002:
[linux-help] Re: Saving to a floppy disk
Home

[linux-help] Re: Saving to a floppy disk

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <linux-help@xxxxxxxxx>
Subject: [linux-help] Re: Saving to a floppy disk
From: "The PC-Zone" <pczone@xxxxxxxxxx>
Date: Sun, 18 Aug 2002 16:39:17 -0500
Reply-to: linux-help@xxxxxxxxx

Thank you all for the help, I got it to work finally.
I had to use this command;

mount /dev/fd0/mnt/floppy

Verses this command that some one sent me

mount -t msdos/dev/fd0/mnt/floppy

Once again thank you all for your help
----- Original Message ----- 
From: "Hareesh Haridas" <Hareesh.Haridas@xxxxxxxxxxxxxx>
To: <linux-help@xxxxxxxxx>
Sent: Sunday, August 18, 2002 4:01 AM
Subject: [linux-help] Re: Saving to a floppy disk


> 
> 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
> 

-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]