Re: cd drive not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



su -
mkdir /media/floppy
mount -t auto /dev/fd0 /media/floppy

Jerry, what distrobution of Linux are you using? Then I could help you better when I know.

uname -a

That might show it. What's the output of all the commands and include what you typed. How long have you been using Linux? You asked me about this.

mount | grep fd

The | (shift + \ keys) is a pipe in between there. It pipes the output of one command to another. I am sending the output of mount (shows all devices currently mounted) to grep. grep then searches and only displays lines with the pattern "fd". You should check out www.linuxquestions.org and www.google.com/linux and depending on what distrobution you are, there will be some more guides and documentation.

On 9/11/06, Jerry Hnidy <jerlinux@xxxxxxxxxx> wrote:
You hit it right on the head.

I learned on dos and was not overjoyed when windows took over.  But, I
got lazy.

It looks like neither the floppy or the cdrom is mounted.

jerry@linux-8ldg:/media> mount
/dev/hda2 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hda3 on /home type reiserfs (rw,acl,user_xattr)
securityfs on /sys/kernel/security type securityfs (rw)
jerry@linux-8ldg:/media>

What character on the keyboard makes the "stick" between mount and grep?

I really appreciate all the help.  What section of Linux should have
taught me this language?  It sure is not wine.

`mount | grep fd`.




On Mon, 2006-09-11 at 11:01 -0700, Chris Lemire wrote:
>
>
>         wine-users mailing list
>         wine-users@xxxxxxxxxx
>         http://www.winehq.org/mailman/listinfo/wine-users
>
> dir?? sounds like something acient from ms dos. it's better to use
> `ls` with its many options. see `man ls`. also give this command
> `mount`. we need to know if your floppy is mounted. you can do this as
> well `mount | grep fd`.
>
>
> ______________________________________________________________________
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> rates.
--
Jerry Hnidy
Woodhaven, Mi


_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux