Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Accessing Files on External Hard Drive

  1. #11
    Join Date
    Jan 2021
    Beans
    9

    Re: Accessing Files on External Hard Drive

    https://imgur.com/a/J7Z5iNt

    No option to open /media folder.

  2. #12
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by fido1982 View Post
    https://imgur.com/a/J7Z5iNt

    No option to open /media folder.
    That's doesn't look like the "open file" dialog. That's looks like the file manager file manager ("Files", formerly known as "Nautilus") and the drive is either in "Other..." or it isn't properly recognized. Or you need to - as I told you before - start at Other... > Computer and drill down to find /media and inside it a folder with your username and inside that the automatically mounted external medias.
    Last edited by CelticWarrior; January 20th, 2021 at 06:49 PM.

  3. #13
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Accessing Files on External Hard Drive

    many unpredictable bug's show up with people installing brave using snap, from the ubuntu software application.
    Remove the snap if you want a better usage experience.
    Code:
    sudo snap remove brave
    Re-install with Apt:
    Code:
    sudo apt install brave
    If your concerned about sandboxing, install firejail:
    Code:
    sudo apt install firejail firetools
    and to run it simply run:
    Code:
    firejail brave
    You should now have access to external drive/s.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #14
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by 1fallen View Post
    Re-install with Apt:
    Code:
    sudo apt install brave
    Doubt you'll can do it as simply as that, the deb package is not in the default repositories. Only the snap package. One would need to get the .deb package from somewhere first

  5. #15
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Accessing Files on External Hard Drive

    Indeed, from their website only.

    And, again, NOT the problem here

  6. #16
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by CelticWarrior View Post
    And, again, NOT the problem here
    Can you help me test that theory?
    Even the Brave developer's hate it when they learn it was installed via Snap.
    Last edited by 1fallen; January 20th, 2021 at 07:10 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  7. #17
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by howefield View Post
    Doubt you'll can do it as simply as that, the deb package is not in the default repositories. Only the snap package. One would need to get the .deb package from somewhere first
    Thanks for that, I'm not on Ubuntu today.
    Install from direct:
    Code:
    sudo apt install apt-transport-https curl gnupg
    Code:
    curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
    Code:
    echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
    Code:
    sudo apt update
    install:
    Code:
    sudo apt install brave-browser
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  8. #18
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by 1fallen View Post
    Can you help me test that theory?
    Sorry, I don't have Brave installed in this computer and I don't intend to.
    But clearly this has nothing to do with snap limitations. Again, even without the specific permission to access mass storage devices all appear in the dialog.
    The issue here is the OP still don't understand that they need to go to /media to find it... That's all.

  9. #19
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Accessing Files on External Hard Drive

    Install from direct:
    Nice instructions but that will only result in more frustration as it changes nothing about the open file dialog, as explained before, twice!

  10. #20
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Accessing Files on External Hard Drive

    Quote Originally Posted by CelticWarrior View Post
    changes nothing about the open file dialog, as explained before, twice!
    I see his open file dialog>>>>See Screenshot.
    OP's only option will be the "Download" Folder period. (That's the way it works with a sand box)
    I'm really not trying to be augmentative, just accurate.
    Attached Images Attached Images
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

Page 2 of 3 FirstFirst 123 LastLast

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
  •