I am having trouble with thunderbird; it thinks my mail directory is not mounted when it actually is.
Before opening tb, I mount the drive where the mail is:
sudo mount -t vfat /dev/sda2 /mnt/mail
This works - I can browse the mail directory.
But thunderbird reports an error. (The reported error seems unrelated but from experience I know unmounted data/profile is what causes this error report.)
Previously, I had the data directory on an ntfs drive which I mounted with
sudo ntfs-3g /dev/sdb2 /mnt/mail
which worked.
Now for the inconsistency:
If I FIRST mount /dev/sda2 on mnt/sda2 using rox by clicking on sda2, then tb proceeds fine.
However, if I FIRST mount /dev/sda2 on mnt/sda2 by typing
sudo mount -t vfat /dev/sda2 /mnt/sda2
, then as before, tb fails.
In all of the above cases, the file system is actually mounted as I can browse sda2 using rox. But tb proceeds ONLY if I first mounted sda2 by clicking on it in rox.
Help please?
Edited title by adding vfat