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?

  • voracread@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I want to be able to browse any partition on my desktop if is mine or otherwise. Is there a way to do it?

    In PCLinuxOS it mounts to /media. But even if I change the ownership of /media to me, it still gets mounted as root.

    I keep multiple distros across 3 to 4 hard disks. Windows partitions both NTFS and FAT get mounted with rw while ext ones go root. Even a data partition.

    • Björn Tantau@swg-empire.de
      link
      fedilink
      arrow-up
      3
      ·
      2 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.

      • voracread@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        2 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.