Re: rsync problem

2016-05-10 Thread James Mcphee
Something to also pay attention to, some filesystems don't support all the options that rsync tries to set, like users and permissions. In that case, it's necessary to do rsync with a flag besides "-a" and pull the unsupported bits out of the "-rlptgoD". This is suboptimal, since a lot of those f

Re: rsync problem

2016-05-10 Thread Brien Dieterle
Well it is formatted for Windows vfat but it is mounted RW so there was probably an error that caused it to remount read only. I'd backup any data you need off that drive and run sudo umount /dev/sdd1 sudo fsck.vfat -a /dev/sdd1 to check and repair filesystem errors. On May 10, 2016 3:39 AM, "Mich

Re: rsync problem

2016-05-10 Thread Michael
/dev/sdd1 on /media/bmike1/RedSanDisk type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2) On Tue, May 10, 2016 at 12:18 AM, James Mcphee wrote: > Plug it in, run "mount", just the command, no options, to print mount > options, and show