Click to See Complete Forum and Search --> : RH6.2 start up error


DavidZzz
03-16-2002, 11:19 AM
when i star up my system, it run ok then something say failed, here it is:
1)NFS files locking service-----failed
2)unable to locate ...something that end with modules.dep

3)Also, how can i set my floppy disk?? I have my cd-rom working fine but when i try to open a diskette it say /dev/fd0 has wrong major or minnor mumber.

DavidZzz
03-18-2002, 06:43 PM
Anyone??help....

mdwatts
03-19-2002, 07:32 AM
Are you using NFS?

What is the exact error message for modules.dep?

What do you have for fd0 in /etc/fstab?

/dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0

Something like that should work.

If the actual problem is the major/minor numbers, then check the device fd0 in /dev.

DavidZzz
03-20-2002, 05:54 PM
Well, about module.dev, it say that it cannot read/write on it. what that mea?? also what is nfs?
And what do i'm suppost to be looking at fd0 in /dev??

mdwatts
03-20-2002, 06:34 PM
Check to see if modules.dep exists in /lib/modules/<kernel version> and the permissions are rw-r--r--

NFS is Network FileSystem and unless you are mounting remote Unix/Linux filesystems, you won't need it. I'm not familiar with whatever system configuration tools that RH6.2 comes with. Try to find where you can disable the NFS service from starting.

Do you have /dev/fd0 in /etc/fstab? Does fd0 exist in /dev?

grep fd0 /etc/fstab

ls -al /dev/fd0

fd0 should have the 2 , 0

brw-rw-rw- 1 root root 2, 0 Dec 13 05:34 /dev/fd0