Try this :
Then paste the following line onto the end of fstab :
Save and exit the editor. Then :
If that fails, then I give up.
Code:
sudo umount /dev/sdb1
sudo gedit /etc/fstab
Then paste the following line onto the end of fstab :
Code:
/dev/sdb1 /media/disk rw,nosuid,nodev,uhelper=hal,users
Save and exit the editor. Then :
Code:
sudo mount /dev/sdb1
If that fails, then I give up.
