Thread: Debain linux
View Single Post
Old 14-10-2007, 15:29   #12
Cobbydaler
Inactive
 
Cobbydaler's Avatar
 
Join Date: Apr 2006
Location: Manchester, UK
Services: ClearFibre Internet, Vodafone mobile Google Pixel 4
Posts: 9,699
Cobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered stars
Cobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered starsCobbydaler is seeing silvered stars
Re: Debain linux

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...
Cobbydaler is offline   Reply With Quote