Announcement

Collapse
No announcement yet.

Cannot move files to ext4 backup drive

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Cannot move files to ext4 backup drive

    After reformatting my external drive to ext4, I discovered that I can't move any files to it. A bit of Googling reveals something about a mount point (which I know nothing about), and that I need to chown it.

    When I plug in the drive, open Dolphin and click the drive name, it does mount, so that works. But how do I know where the mount point is so I can chown it?

    #2
    Look under
    /media/<your_name>
    or
    /mnt
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment


      #3
      It's a permissions problem. The drive is owned by Root. I solved it ages ago by:

      sudo apt install krusader

      sudo krusader

      Right click on the drive and select properties and set the ownership to your user name,
      and the same for all sub-directories.

      Of course you can use a Terminal command but I have a rotten hangover and can't
      remember it!
      Constant change is here to stay!

      Comment


        #4
        A useful thing to remember for this is to set the permissions when creating partitions using KDE Partition Manager. This is useful when adding new drives or partitions where user level access is desired, and you don't need to muck with things afterward.

        Click image for larger version

Name:	Screenshot_20241227_212722.png
Views:	52
Size:	91.2 KB
ID:	684603

        Comment


          #5
          Thanks everyone.

          I found the mount point in /media/<user>, and chown'd it. Working perfectly now.​


          Originally posted by claydoh View Post
          A useful thing to remember for this is to set the permissions when creating partitions using KDE Partition Manager. This is useful when adding new drives or partitions where user level access is desired, and you don't need to muck with things afterward.​
          Good to know! I reformatted to ext4 via the command line, but when I do this again on my other laptop, I'll go through partitio manager and do what you suggested. Thanks!

          Comment


          • oshunluvr
            oshunluvr commented
            Editing a comment
            You can also do this command line: sudo chown 1000:1000 ***
            *** being wherever you have the ext4 file system mounted.
        Working...
        X