When we launch Dolphin, we see a pane on left side listing both mounted and unmounted partitions. If I click on any partition, I can view it but I do not get permission to write to that.

As a regular user who is the only user for this PC, how can I set it up so that it gets mounted on clicking with full permission?

  • Björn Tantau
    link
    fedilink
    32 months ago

    Then you’ll have to give yourself ownership of the files on the ext partitions. The permissions of the mount point don’t factor into this. That’s just how Linux permissions work. The permissions are in the file system and not set during mount.

    • @voracreadOP
      link
      English
      02 months ago

      I have read just now that if I give myself ownership of a special file called ‘.’ (just the dot without quotation marks) in the partition I could achieve this. I seem to have succeeded for now in this. I will use it for sometime and see how it goes. This at least solves the problem of using a data partition for backup.

      • Björn Tantau
        link
        fedilink
        42 months ago

        Great!

        . is the folder you’re currently in. And .. is the parent folder.

        • @voracreadOP
          link
          English
          12 months ago

          Well that is how it was mentioned in the post on Super User forum. It has worked out for me.

      • @AndrewZabar
        link
        12 months ago

        I have read just now that if I give myself ownership of a special file called ‘.’ (just the dot without quotation marks) in the partition I could achieve this

        Wow… just.
        Also, reads like an AI wrote it.

        • @voracreadOP
          link
          English
          12 months ago

          Why the ‘wow’?

          • @AndrewZabar
            link
            12 months ago

            Because I think the level of understanding you’re at, you shouldn’t be tinkering with stuff. You could wind up doing more harm than good. Sorry for the snark, it seemed amusing.