Quote:
Originally Posted by Cobbydaler
If you lsmod | grep nv it should list all modules loaded with nv in their name
If it's not loaded try modprobe module_name & report any errors
Try adding ' user,' (no quotes) after 'defaults,' to the /dev/sdb2 line in fstab. That should allow a user to mount the volume...
|
Code:
Dragon:/home/dragon# lsmod | grep nv
nvidia 4550292 0
i2c_core 23552 2 nvidia,i2c_i801
agpgart 31912 2 nvidia,intel_agp
Dragon:/home/dragon#
P.s sorry about the image I forgot that not all forums auto resize them
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 )
Also still need to fix that permissons error otherwise removable drives fail to mount correctly