Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 64

Thread: Solving .dmrc and $HOME Permission Errors

  1. #21
    Join Date
    Sep 2007
    Location
    Vietnam
    Beans
    75
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Solving .dmrc and $HOME Permission Errors

    Quote Originally Posted by mfdc1969 View Post
    Thank you very much drs305 for this How-to!

    I have noticed that every time I copy my entire home directory (including hidden files) to an external hdd I get this error the very next time I boot up or restart.
    Mmm, I have the same problem with the same cause (has happened a couple of times). Can anyone explain why this happens when I copy to an external HDD and how this can be avoided? I mean the "fix" is simple, but it is a nuisance.

    Thanks!
    Jac de Beer

    Save the Earth, it is the only planet that has chocolate!

  2. #22
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Solving .dmrc and $HOME Permission Errors

    See man cp

    cp does not preserver permissions, and neither does FAT or NTFS file systems.

    When you save (backup) $HOME you can use cipo or the -a flag or tar ...

    If you archive the files (tar) you can save the archive to FAT/NTFS, but not with cp as these file systems do not preserve the permissions.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  3. #23
    Join Date
    Sep 2008
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Solving .dmrc and $HOME Permission Errors

    I seem to be running into a problem. I tried what you asked, but I got this message in terminal:

    lizz@lizz-laptop:~$ sudo chown -R lizz:lizz /home/lizz
    chown: cannot access `/home/lizz/.gvfs': Permission denied
    lizz@lizz-laptop:~$

  4. #24
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Solving .dmrc and $HOME Permission Errors

    yea, that error is not uncommon ...
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #25
    Join Date
    Sep 2008
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Solving .dmrc and $HOME Permission Errors

    Does anyone know what I should do?

  6. #26
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Solving .dmrc and $HOME Permission Errors

    You should be good to go, keep following the tutorial and reboot.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #27
    Join Date
    Sep 2008
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Solving .dmrc and $HOME Permission Errors

    I did continue through with everything, and restarted my computer, and the warning stopped. But I am still getting the same *other* warning, and it not allowing me to access my home folder from the places menu. If anyone could help, I have my original thread here:

    http://ubuntuforums.org/showthread.php?t=1093674

  8. #28
    Join Date
    Sep 2007
    Location
    Vietnam
    Beans
    75
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Solving .dmrc and $HOME Permission Errors

    Quote Originally Posted by bodhi.zazen View Post
    See man cp

    cp does not preserver permissions, and neither does FAT or NTFS file systems.

    When you save (backup) $HOME you can use cipo or the -a flag or tar ...

    If you archive the files (tar) you can save the archive to FAT/NTFS, but not with cp as these file systems do not preserve the permissions.
    Thanks bodhi!! I have looked at the man page for cp and it doesn't quite explain the problem (maybe using nautilus is a further complication). One further question, if I may, why would the cp command (or Nautilus for that matter) change the permissions of the source files and directories? I can sort of understand that the permissions in the copy may not be preserved, but changing the permissions of the source doesn't quite make sense to me.

    This may simple be "how it is", but it would be interesting to understand why it is implemented in this way...

    Thanks for your patience,
    Jac de Beer

    Save the Earth, it is the only planet that has chocolate!

  9. #29
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Solving .dmrc and $HOME Permission Errors

    I do not know how to explain it to you better.

    Neither FAT or NTFS preserve permissions. use cp to copy a file to a windows partition then copy it back.

    See also :

    http://ubuntu.wordpress.com/2006/01/...own-partition/

    and

    http://www.us.debian.org/doc/manuals...ml#s-archiving

    That second link is a (brief) overview of the issues.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  10. #30
    Join Date
    Sep 2007
    Location
    Vietnam
    Beans
    75
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Solving .dmrc and $HOME Permission Errors

    Once again, Thanks!! I will take a look at the threads to gain a better understanding of this.
    Jac de Beer

    Save the Earth, it is the only planet that has chocolate!

Page 3 of 7 FirstFirst 12345 ... LastLast

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
  •