Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor ram recovery router screen slow sound spyware tdlwsp.dll trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
/etc/fstab error?

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
thceed's Avatar
Junior Member with 10 posts.
 
Join Date: Jul 2003
Location: In a green field...
31-Jul-2003, 02:15 AM #1
/etc/fstab error?
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?

Last edited by thceed : 31-Jul-2003 02:24 AM.
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
31-Jul-2003, 04:20 AM #2
/proc is a "pseudo-filesystem" -- instead of being some portion of disk space, it is actually an interface into the kernel. You're right, though, that it should be in /etc/fstab. Here's what the entry should look like:

none /proc proc defaults 0 0

You can add it manually (using any text editor that appeals to you). It isn't critical AAFAIK) where it appears in /etc/fstab.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
31-Jul-2003, 05:29 AM #3
Here's where MDK put mine:
Code:
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdb	/mnt/cdrom	auto  noauto,ro,user	0 0
/dev/scd0	/mnt/cdrom2	auto noauto,ro,user	0 0
/dev/hdd	/mnt/floppy	auto  noauto,user	0 0
/dev/fd0	/mnt/floppy2	auto  noauto,user	0 0
#earth:/home/user /mnt/nfs nfs defaults 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
lynch
thceed's Avatar
Junior Member with 10 posts.
 
Join Date: Jul 2003
Location: In a green field...
31-Jul-2003, 05:45 PM #4
Kudos to both of you! I am a happy camper !

lynch, just out of curiosity...why did you pick poopsmith as your avatar?
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
31-Jul-2003, 08:01 PM #5
Too many dancing Strong Bads
lynch
thceed's Avatar
Junior Member with 10 posts.
 
Join Date: Jul 2003
Location: In a green field...
31-Jul-2003, 08:26 PM #6
Hehe, but you know Strong Bad can shake his booty like no one can! Shaking what his mama gave him with authority! LOL

Last edited by thceed : 31-Jul-2003 08:32 PM.
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 02:11 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.