rsync problem

Matt Graham mhgraham at crow202.org
Wed Sep 26 14:28:45 MST 2018


> On Tue, Sep 25, 2018 at 4:20 PM Michael <bmike1 at gmail.com> wrote:
>> bmike1 at MikesBeast ~ $ rsync -aWuq --delete-before 
>> /home/bmike1/Documents
>> /media/bmike1/"Seagate Expansion Drive"
>> rsync: mkdir "/media/bmike1/Seagate Expansion Drive" failed: 
>> Permission denied (13)
>> I never had this problem before. What does it mean?
On 2018-09-25 16:22, Anthony Radzykewycz wrote:
> Maybe the owner of the drive is root 

More explicitly, the root directory of the removable device mounted on 
/media/bmike1 could be owned by root and not writable by group/other.  
This is why if you have a removable medium that's not FAT, you usually 
have several subdirectories in that device's root dir that can be 
chowned to whoever.  If you're using this device to back up more than 
one machine, you may be running into UIDs being different on different 
machines.  Post the output of "mount | grep bmike1" and "ls -l 
/media/bmike1" and "dmesg | tail".

-- 
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.


More information about the PLUG-discuss mailing list