Kim
Won't that just mount the hda2 partition as root on the hard drive?  All
the floppies I have ever worked with are device /dev/fd0. Depending on
what tk's setup is it will render his machine unbootable.

tk-
look in the file /etc/fstab (fstab = file system table) and it probably
has an entry like   

/dev/fd0                /mnt/floppy             ext2    noauto         
0 0

this says that a device /dev/fd0 is located at /mnt/floppy and should
let you mount it with 

mount /mnt/floppy

If you want to use a dos disk  us file type msdos instead of ext2

Easiest way is probably to use linuxconf to ad change it.

Why don't you explain a little more and might not hurt to read the man
pages for mount and fstab.  There is a lot of good information in there.



Kim- 

Could you explain a little about what happened on your machine?  I
really don't understand what you were trying to say here

Hope this helps,

Bret
> 
> When you installed, you must've given a partition name like /dev/hda1 to
> your A drive or some part of your A drive.  You need to create a
> filesystem on this partition.  You can do this with fdisk, if you
> haven't done it already.  If this is a Linux machine, I suspect you want
> to create an ext2 filesystem.  Then you need to mount the partition to a
> mount point (a directory).  If this is a partition that you want to have
> mounted when you turn on your machine, create an entry for this
> partition in /etc/fstab:
> 
> /dev/hda2               /                       ext2    defaults
> 1 1
> 
> This is an entry from my /etc/fstab.  The partition /dev/hda2 is mounted
> to / (the root directory).  After you modify /etc/fstab, either reboot
> or do 'mount -a' as root to activate the changes.  Good luck,
> 
> Hidong
> 
> >
> > when i try to change my ethernet card module (from control panel)..there's a
> > list coming out -  e.g. ne, hp etc....where can i get the full name of the
> > module?...there's non in the ethernet how to.
> >
> > pls help me.
> >
> > tk
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to