Results 1 to 10 of 10

Thread: Firefox stops seeing drives

  1. #1
    Join Date
    Nov 2007
    Beans
    204

    Exclamation Firefox stops seeing drives

    I have been using Firefox in Ubuntu for years. Suddenly, two problems have come up.

    1. It has stopped reading any drive - a partition on the hard drive, a USB stick and an SD card. The only drive it sees is the partition on which Ubuntu is installed.

    2. I am unable to enter anything in certain web form fields. The cursor blinks in the field, but does not respond to the 'space' command, and keyboard inputs are not registered.

    I have uninstalled and reinstalled Firefox, updated Ubuntu and run its broken packages repair function from the boot menu,but the problems have persisted.

    Help will be greatly appreciated.

  2. #2
    Join Date
    Mar 2017
    Beans
    181
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Firefox stops seeing drives

    Have you tried a "Refresh Firefox..." ?

    https://support.mozilla.org/en-US/kb...s-and-settings

  3. #3
    Join Date
    Nov 2007
    Beans
    204

    Re: Firefox stops seeing drives Merge Posts

    Thanks, walts48. I haven't ... going to try it now.

    'Refreshed', but it did not help.
    Last edited by howefield; February 9th, 2019 at 09:26 PM. Reason: posts merged.

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Firefox stops seeing drives

    With FF closed down try renaming the hidden .mozilla folder in your home with command
    Code:
    mv .mozilla .mozilla~
    then restart FF to see if that has solved the problem.

    This is most likely a corruption of some sort in your configuration, though a refresh of FF would often sort that out.

  5. #5
    Join Date
    Nov 2007
    Beans
    204

    Re: Firefox stops seeing drives Merge Posts

    Thank you, @ajgreeny. Trying it.

    @ajgreeny, the terminal did not respond to that command. I mean, when I entered the code and hit enter, the command prompt came back. Nothing else happened.

    So I searched for 'mozilla' and found the following folders:
    .mozilla~ at /home/username
    .mozilla at /home/username/.cache
    .mozilla at /home/username//snap/firefox/common
    .mozilla at /home/username//snap/firefox/common/cache
    .mozilla at /home/username/.local/share/Trash/files

    Following an intuition, I changed the name of the 3rd one to .mozilla- and opened Firefox. A fresh window opened up, without my history, favourites, etc. But the problem remained. It did not see any drive or partition other than the one on which Ubuntu resides.
    Last edited by howefield; February 9th, 2019 at 09:26 PM. Reason: posts merged.

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Firefox stops seeing drives

    Quote Originally Posted by tapasray View Post
    @ajgreeny, the terminal did not respond to that command. I mean, when I entered the code and hit enter, the command prompt came back. Nothing else happened.
    This is what I expected and means that the command worked as it should! If it had failed you would have seen an error message.

    Quote Originally Posted by tapasray View Post
    So I searched for 'mozilla' and found the following folders:
    .mozilla~ at /home/username
    .mozilla at /home/username/.cache
    .mozilla at /home/username//snap/firefox/common
    .mozilla at /home/username//snap/firefox/common/cache
    .mozilla at /home/username/.local/share/Trash/files

    Following an intuition, I changed the name of the 3rd one to .mozilla- and opened Firefox. A fresh window opened up, without my history, favourites, etc. But the problem remained. It did not see any drive or partition other than the one on which Ubuntu resides.
    All that is normal, but it means that my suggestion was unfortunately not a solution to your problem.

    You can try downloading FF direct from https://www.mozilla.org/en-GB/firefox/download/thanks/ then extracting the archive to a folder and running the executable direct from the extracted folder; if that runs as it should, your downloaded .deb package of FF from the repos may be corrupt, so remove the FF packages from the package archive with
    Code:
    sudo rm -i /var/cache/apt/archives/firefox*
    You will be asked if you wish to remove each file so can check removal of each file, one by one.
    Once finished try reinstalling FF again from the repos as usual.

    Finally can you confirm your version of Ubuntu and also of Firefox for us.

    EDIT:
    I've just noticed you have a snap version of FF at present, so I suggest to remove that with command
    Code:
    snap remove firefox
    and then use the repos version in its place.
    I have never used any snap packages so I'm not sure how the snap version of FF is named but you can find it with command
    Code:
    snap list
    and then adjust the snap remove command accordingly.
    Once you have removed the snap package use command
    Code:
    sudo apt install firefox
    to reinstall the repos version which I suspect will work properly again.
    Last edited by ajgreeny; February 5th, 2019 at 01:50 PM.

  7. #7
    Join Date
    Nov 2007
    Beans
    204

    Re: Firefox stops seeing drives Merge Posts

    Thank you. Will try this.

    My OS is Ubuntu 18.04.1 LTS, 64-bit, and Firefox is 65.0 (64-bit), Mozilla Firefox Snap for Ubuntu, Canonical-002-1.0.

    @ajgreeny, thank you for all the trouble you are taking.

    I uninstalled Firefox with the Ubuntu software installer. Then ran the
    Code:
     sudo rm -i /var/cache/apt/archives/firefox*
    - its output was "rm: cannot remove '/var/cache/apt/archives/firefox*': No such file or directory".

    Ran
    Code:
     snap remove firefox
    -- the output was "snap "firefox" is not installed".

    Downloaded a Firefox .deb file from Sourceforge and tried to install it with Ubuntu software installer, but the installer window with the "Install" button kept coming back. Screen shot attached.

    Also tried to install the Tor client. The software installer window indicates installation complete and offers the 'Launch' button. But nothing happens when I click on it. Also, the tor icon does not appear in the list of applications.
    Attached Images Attached Images
    Last edited by howefield; February 9th, 2019 at 09:27 PM. Reason: posts merged.

  8. #8
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Firefox stops seeing drives

    Do not use a firefox package from sourceforge; use the Ubuntu repos instead to get the best from your system.

    Simply run the command I showed you last time
    Code:
    sudo apt install firefox
    Whenever possible you should use the Ubuntu repos, not download packages from third parties and install those.

  9. #9
    Join Date
    Nov 2007
    Beans
    204

    Re: Firefox stops seeing drives

    I tried out Opera and experienced the same problem with it: It does not see any drive/partition other than the one on which Ubuntu is installed. But Chrome still sees all drives.

    Since the problem shows up in two different browsers, I wonder if the issue is with Ubuntu and not with these browsers.

  10. #10
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Firefox stops seeing drives

    I am a bit confused so let's go back to the beginning.

    In what manner do you expect FF to be able to "see" the other disks or partitions; what happens if you try to open an html file on one of those partitions by right clicking and choosing "Open with firefox"? Does that file open or does an error message appear telling you that the file does not exist?

    Are those disks and partitions accessible to you as a user, what filesystem are they formatted as, and are they always mounted when you're trying to get FF to "see" them?

    I wonder if this is a permissions problem of some sort?
    Last edited by ajgreeny; February 9th, 2019 at 09:22 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •