Results 1 to 10 of 21

Thread: Nvidia-current v. 310.19

Threaded View

  1. #11
    Join Date
    Aug 2006
    Location
    New York City
    Beans
    63
    Distro
    Ubuntu Development Release

    Re: Nvidia-current v. 310.19

    Interesting. First of all, know that if it's the bug I mentioned above, then this is a non-fatal error so your program should work. Nevertheless, you may be curious to find out what's going on. Let's see what filesystems you have mounted and what the mount options are. Can you post the output of the following commands?
    Code:
    mount
    and
    Code:
    cat /etc/fstab
    Also, there is a space between the \ and /tmp, but it doesn't look like you entered it that way. Another way to run that command is
    Code:
    grep " /tmp" /etc/mtab
    Last edited by toobuntu; November 15th, 2012 at 11:56 PM.

Bookmarks

Posting Permissions

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