Re: Copying to a floppy; www connection

1999-10-10 Thread Antonio Rodriguez
using pon

dyer wrote:

> Antonio Rodriguez wrote:
>
> > Silly-Newbie questions:
> > 1. How do I read what is in a floppy - Cdrom? I have tried "ls -F
> > /dev/fd0" but shows nothing?
>
> You must first mount the device--either floppy or cdrom. read the mount man 
> pages.
> Man pages are our friend.
>
> >
> > 2. How do I copy a file to a floppy?
>
> mount the floppy  (you read the mount manpage, right?) ;-)
> cp foo.bar /floppy or /dev/floppy
>
> >
> > 3. Follow-up with previous questions regarding www connection: After
> > reviewing my ppp.log I discovered that some times the connection reaches
> > the point of sending my password to the at&t network (ip), after that
> > there is hangup. The password is correct (case and all), so the problem
> > is not there. What could the problem be?
> >
>
> Didn't see your initial post. How are you connecting? (pon, etc...) How did 
> you
> configure your connection? (pppconfig,etc..)
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> dyer[EMAIL PROTECTED]
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Re: Copying to a floppy; www connection

1999-10-10 Thread Greg Wooledge
Antonio Rodriguez ([EMAIL PROTECTED]) wrote:

> 1. How do I read what is in a floppy - Cdrom? I have tried "ls -F
> /dev/fd0" but shows nothing?

Two ways: either mount the floppy, or use mtools.

Mtools is easier -- just use "mdir a:", and so on.

> 2. How do I copy a file to a floppy?

With mtools, you can use "mcopy file a:".

-- 
Greg Wooledge| Distributed.NET http://www.distributed.net/
[EMAIL PROTECTED] | because a CPU is a terrible thing to waste.
http://www.kellnet.com/wooledge/ |


pgpkNyWYPJFTC.pgp
Description: PGP signature


Re: Copying to a floppy; www connection

1999-10-10 Thread dyer
Antonio Rodriguez wrote:

> Silly-Newbie questions:
> 1. How do I read what is in a floppy - Cdrom? I have tried "ls -F
> /dev/fd0" but shows nothing?

You must first mount the device--either floppy or cdrom. read the mount man 
pages.
Man pages are our friend.

>
> 2. How do I copy a file to a floppy?

mount the floppy  (you read the mount manpage, right?) ;-)
cp foo.bar /floppy or /dev/floppy

>
> 3. Follow-up with previous questions regarding www connection: After
> reviewing my ppp.log I discovered that some times the connection reaches
> the point of sending my password to the at&t network (ip), after that
> there is hangup. The password is correct (case and all), so the problem
> is not there. What could the problem be?
>

Didn't see your initial post. How are you connecting? (pon, etc...) How did you
configure your connection? (pppconfig,etc..)

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
dyer[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




Re: Copying to a floppy; www connection

1999-10-10 Thread John Carline
John Carline wrote:

> Antonio Rodriguez wrote:
>
> > Silly-Newbie questions:
> > 1. How do I read what is in a floppy - Cdrom? I have tried "ls -F
> > /dev/fd0" but shows nothing?
>
> You must first mount the floppy or CDROM as a directory, then just treat it 
> as part
> of your file system.
>
> example:  "mount -t msdos /dev/fd0 /mnt"  means mount the floppy disk 
> /dev/fd0 thats
> a msdos file type as the directory /mnt. You can use any directory mount 
> point as
> long as it's created prior to mounting the floppy or CDROM. Try "man mount" 
> for more
> info.
>
> >
> > 2. How do I copy a file to a floppy?
>
> mv filename.file  //filename.file

Wops! Make that "cp filename.file //filename.file"
mv will move the file ;-)

John

>
>
> Or get TkDesk cranked up and see what your doing ;-)
>
> John
>
> >
> > 3. Follow-up with previous questions regarding www connection: After
> > reviewing my ppp.log I discovered that some times the connection reaches
> > the point of sending my password to the at&t network (ip), after that
> > there is hangup. The password is correct (case and all), so the problem
> > is not there. What could the problem be?
> > Thanks,
> > Antonio.
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
>
> --
>
> Powered by the Penguin

--

Powered by the Penguin




Re: Copying to a floppy; www connection

1999-10-10 Thread John Carline
Antonio Rodriguez wrote:

> Silly-Newbie questions:
> 1. How do I read what is in a floppy - Cdrom? I have tried "ls -F
> /dev/fd0" but shows nothing?

You must first mount the floppy or CDROM as a directory, then just treat it as 
part
of your file system.

example:  "mount -t msdos /dev/fd0 /mnt"  means mount the floppy disk /dev/fd0 
thats
a msdos file type as the directory /mnt. You can use any directory mount point 
as
long as it's created prior to mounting the floppy or CDROM. Try "man mount" for 
more
info.

>
> 2. How do I copy a file to a floppy?

mv filename.file  //filename.file

Or get TkDesk cranked up and see what your doing ;-)

John

>
> 3. Follow-up with previous questions regarding www connection: After
> reviewing my ppp.log I discovered that some times the connection reaches
> the point of sending my password to the at&t network (ip), after that
> there is hangup. The password is correct (case and all), so the problem
> is not there. What could the problem be?
> Thanks,
> Antonio.
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

--

Powered by the Penguin