Small Linux Prob.
•
22 Apr 2007, 12:14
•
Journals
Yesterday I update my Ubuntu to 7.04 and it seemed to work like wonders. Except when today I tried to mount my External HDD (Seagate 250gb) it didnt automatically find it. Ok,tried to mount it manually, still nothing.. What to do? I want it to come to desktop when I plug it on and so on.
It does "see" it, but how can I mount it, mount /dev/sda1 /random/point gives me this:
mount: filetype must be given (or something like that)
Second little problem is with NVIDIA drivers. When I boot my pc, they give me random error about X, so I have to reinstall my drivers all over again. After that, it works until the next boot. I have fixed this previosly but I cant remember how? Something to do with xorg.conf, but it wasnt nv -> nvidia change.
Thanks for your help.
---
Reminder: useless repliers will get 1day to 1month period of bantime, aight?
It does "see" it, but how can I mount it, mount /dev/sda1 /random/point gives me this:
mount: filetype must be given (or something like that)
Second little problem is with NVIDIA drivers. When I boot my pc, they give me random error about X, so I have to reinstall my drivers all over again. After that, it works until the next boot. I have fixed this previosly but I cant remember how? Something to do with xorg.conf, but it wasnt nv -> nvidia change.
Thanks for your help.
---
Reminder: useless repliers will get 1day to 1month period of bantime, aight?
dunno if this helps for you, but those things made it work for me when I used ubuntu
1.Edit
#Load DRI
#Load GLcore
load "glx"
and
nv -> nvidia, but didnt help this time
mount fat32 /dev/sda1 /random/point (or something like that)
Read the manual page:
man mount for details
try that
second one:
dpkg remove linux-restricted-modules`uname -r`
removes ubuntu drivers (u maybe need to install nvidia drivers once more but then itll be ok)
mount -t vfat /dev/sda1 /random/folder
if that doesn't work:
fsck.vfat /dev/sda1
and then try to mount it again.
Second: Remove the initscript that fucks up the nvidia-thing