tk dev wrote:
>
> hi all
>
> i've installed redhat 6.1 & can't mount my A drive...
> what's wrong?
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.