Hello,
New to Linux and I just started using Mandrake 9.1 two weeks ago. I have noticed during the boot up that I get an error(?) regarding the mount:
mount: can't find /proc in /etc/fstab or /etc/mtab
I have searched to find a soultion to this, but the only one I have found recomended adding:
mount /dev/device /mnt/mount_directory
I am a bit confused, as i thought /proc is not a device file?
Well anyways, here's what are listed in the /etc/fstab and /etc/mtab files:
/dev/fstab:
/dev/hdb5 / reiserfs notail 1 1
/dev/hdb1 /boot reiserfs notail 1 2
/dev/hdb8 /home reiserfs notail 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
none /mnt/cdrom2 supermount dev=/dev/hdd,fs=auto,ro,--,iocharset=iso8859-1,codepage=850 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hda6 /mnt/win_e vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hdb9 /tmp reiserfs notail 1 2
/dev/hdb7 /usr reiserfs notail 1 2
/dev/hdb10 /var reiserfs notail 1 2
/dev/hdb11 /var/www reiserfs notail 1 2
/dev/hdb6 swap swap defaults 0 0
/etc/mtab:
/dev/hdb5 / reiserfs rw,notail 0 0
none /proc/bus/usb usbdevfs rw 0 0
none /dev devfs rw 0 0
/dev/hdb1 /boot reiserfs rw,notail 0 0
/dev/hdb8 /home reiserfs rw,notail 0 0
none /mnt/cdrom supermount ro,dev=/dev/scd0,fs=auto,--,iocharset=iso8859-1,codepage=850 0 0
none /mnt/cdrom2 supermount ro,dev=/dev/hdd,fs=auto,--,iocharset=iso8859-1,codepage=850 0 0
none /mnt/floppy supermount rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,codepage=850 0 0
/dev/hda1 /mnt/win_c vfat rw,iocharset=iso8859-1,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat rw,iocharset=iso8859-1,codepage=850 0 0
/dev/hda6 /mnt/win_e vfat rw,iocharset=iso8859-1,codepage=850 0 0
/dev/hdb9 /tmp reiserfs rw,notail 0 0
/dev/hdb7 /usr reiserfs rw,notail 0 0
/dev/hdb10 /var reiserfs rw,notail 0 0
/dev/hdb11 /var/www reiserfs rw,notail 0 0
I believe that /proc should be listed in there and since it's not, why is it not there and how do I go about adding it?