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: "Koji Hayakawa" <sylf@xxxxxxxxx>
Date: Sun, 18 Aug 2002 10:21:07 -0500
Reply-to: linux-help@xxxxxxxxx

Okay, here's man page of umount (umount-2.11r):

******************
SYNOPSIS
umount [-dflnrv] dir | device [...]

DESCRIPTION
The umount command detaches the file system(s) mentioned
from the file hierarchy.  A file system is specified by
giving the directory where it has been mounted.  Giving the
special device on which the file system lives may also
work, but is obsolete, mainly because it will fail in case
this device was mounted on more than one directory.
*******************

So I guess both umount /dev/fd0 and umount /foo works for now.

> -----Original Message-----
> From: linux-help-bounce@xxxxxxxxx [mailto:linux-help-bounce@xxxxxxxxx]On
> Behalf Of Lowell Premer
> Sent: Sunday, August 18, 2002 9:27 AM
> To: linux-help@xxxxxxxxx
> Subject: [linux-help] Re: Saving to a floppy disk
>
>
>
> I ididn't know that mount wouldn't put your /dev/fd0 wherever you told it
> to; I'd never tried to ount the floppy anywhere except /mnt/floppy.
> Try your mount command w/ /mnt/floppy as the target directory; your files
> are going there anyway, so it should work...
>       THEN, when you're done cp-ing, run your command THIS WAY(!!!!)
>
>               umount /dev/fd0
>
>       BECAUSE YOU'RE NOT UNMOUNTING THE TARGET DIRECTORY, YOU'RE
>       UNMOUNTING THE DEVICE THAT IS MOUNTED ON THAT DIRECTORY
>
>       (Emphasis not for you, for others)
>
>
> On Sun, 18 Aug 2002, The PC-Zone wrote:
>
> >
> > I know the files turn show up in the /mnt/floppy Folder, but not on my
> > floppy disk.  I am sure I did something wrong, but I have no
> Idea as to what
> > yet,
> >
> > ----- Original Message -----
> > From: "Koji Hayakawa" <sylf@xxxxxxxxx>
> > To: <linux-help@xxxxxxxxx>
> > Sent: Sunday, August 18, 2002 12:27 AM
> > Subject: [linux-help] Re: Saving to a floppy disk
> >
> >
> > >
> > > Justin was correct with umount /foo.
> > >
> > > > -----Original Message-----
> > > > From: linux-help-bounce@xxxxxxxxx
[mailto:linux-help-bounce@xxxxxxxxx]On
> > > Behalf Of lowell
> > > Sent: Sunday, August 18, 2002 12:18 AM
> > > To: linux-help@xxxxxxxxx
> > > Subject: [linux-help] Re: Saving to a floppy disk
> > >
> > >             Is that "n" an argument or a typo? Otherwise you want to
> > > umount /dev/fd0, not foo.
> >
> > -- 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
>
>


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