Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Linux User tech_man's Avatar
    Join Date
    Jan 2007
    Location
    USA
    Posts
    385
    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

  3. #3
    Linux Engineer rong's Avatar
    Join Date
    Feb 2005
    Location
    California
    Posts
    803
    Why not download the driver from here and install per the nvidia instructions.
    registered Linux user #388382

    Have you checked here first?

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Quote Originally Posted by celticshinobi
    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
    Can you get to the command line at all??

    Did you disable the old (I assume built in) Video in the BIOS??

  5. #5
    Just 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.

  6. #6
    Just 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

  7. #7
    Just 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?

  8. #8
    Linux Engineer rong's Avatar
    Join Date
    Feb 2005
    Location
    California
    Posts
    803
    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
    registered Linux user #388382

    Have you checked here first?

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    OR execute
    Code:
    less /etc/fstab
    post output here.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just 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? =/

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...