Results 1 to 10 of 14
Hey everyone,
Im having a nasty issue (Which is probably an EASY fix, but im brand new to linux!) I currently have Suse linux 10.2 installed and I recently added ...
- 01-17-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 22
mounting cd rom in command line
Hey everyone,
Im having a nasty issue (Which is probably an EASY fix, but im brand new to linux!) I currently have Suse linux 10.2 installed and I recently added a dedicated video card to my system - now i cant boot up, so i believe I have the correct Nvidia drivers but I can't figure out how to install them. I know I need to be in command line, and I've tried mounting the CD Rom but for some reason it wont work. I assume I need to mount the CD Rom so i can access the driver files that I have burned on a CD (or if putting them on a usb flash drive would be easier, I can do that too.)
Any help to get me going in the right direction? =/
Tom
- 01-17-2007 #2
Can you post the content of /etc/fstab?
'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln
- 01-17-2007 #3
- 01-17-2007 #4Can you get to the command line at all??
Originally Posted by celticshinobi
Did you disable the old (I assume built in) Video in the BIOS??
- 01-18-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 22
yeah, I can get to the command line actually. The old integrated card is disabled, i ASSUME. I uninstalled the drivers for it through windows (my system is dual booted) and now that you ask now I want to double check and make sure it is disabled, but im about 95% sure.
I can post the content of fstab for ya once i get back home so I can view it, so itll be a few hours.
- 01-18-2007 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 22
I WOULD follow the Nvidia instructions for installing but my main roadblock right now is actually getting the drivers themselves on the system somewhere so I can install them, hehe
- 01-18-2007 #7Just Joined!
- Join Date
- Jan 2007
- Posts
- 22
okay, so i checked my BIOS and my integrated (old) card is disabled, so now...what next? How do I get to fstab now to post what that has in it?
- 01-19-2007 #8
The fstab file is under /etc
Open it with whatever editor you use but I suggest that first you make a copy of fstab just in case: cp fstab fstab.bak
- 01-19-2007 #9
OR execute
post output here.Code:less /etc/fstab
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-24-2007 #10Just Joined!
- Join Date
- Jan 2007
- Posts
- 22
/dev/hdb2 / ext3 acl, user_xattr 1,1
/dev/hdb3 / home acl, user_xattr 1,2
/dev/hda1 / /windows/c users,gid=users,umask=0002,utfs=true 00
/dev/hda2 / /windows/d users.gid=users,umask=0002,nls=utf8 00
/dev/hdb1 / /swap 00
proc /proc 00
sysfs /sys 00
debugfs /syskerneldebug 00
usbfs /proc/bus/usb 00
devpts /dev/pts 00
hopefully that's readable and hopefully i didnt put any typos in there - is that what you're looking for? =/


Reply With Quote