Can you do a locate nv?
I need to know where the non-propritary nvidia module is.
on openSUSE 10.3 mine is called nvidiafb.ko
---------- Post added at 14:29 ---------- Previous post was at 13:38 ----------
Quote:
|
What would I add to fstab to have it automount /dev/sdb1 with the NTFS 3g driver? (i've installed ntfs3g and can mount it manually with mount.ntfs3g /dev/sdb1 /mnt/data )
|
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sdb1 /windows ntfs-3g user,auto,noexec 0 0
/dev/sdb2 / ext3 defaults,errors=remount-ro 0 1
/dev/sdb3 none swap sw 0 0
/dev/sdb5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
This would mount it as /windows...