rsync: [generator] failed to set permissions : Operation not supported (95)

2021-04-06 Thread Mario Marietto via rsync
Hello. I want to virtualize correctly Android 10 on top of my Jetson nano (arm64) using qemu and kvm on ubuntu 18.04. This is the tutorial that I'm following : https://github.com/antmicro/kvm-aosp-jetson-nano everything went good until this command : sudo rsync -avxHAX system-r{o,w}/

Re: rsync: [generator] failed to set permissions : Operation not supported (95)

2021-04-06 Thread Mario Marietto via rsync
self with > tune2fs -l. My guess is that either ACLs or XATTRs are not enabled and > they probably are in use since the instructions told you to tell rsync > to copy those. You can also try running rsync without the -A and -X to > confirm. > > On 4/6/21 9:50 AM, Mario Marietto via r

Re: rsync: [generator] failed to set permissions : Operation not supported (95)

2021-04-06 Thread Mario Marietto via rsync
and > they probably are in use since the instructions told you to tell rsync > to copy those. You can also try running rsync without the -A and -X to > confirm. > > On 4/6/21 9:50 AM, Mario Marietto via rsync wrote: > > Hello. > > > > I want to virtualize correctly Android

Re: rsync: [generator] failed to set permissions : Operation not supported (95)

2021-04-06 Thread Mario Marietto via rsync
t; does that much better. >> >> Anyway, check the mount options on the file system (use the mount >> command it will show them) and the options on the filesystem itself with >> tune2fs -l. My guess is that either ACLs or XATTRs are not enabled and >> they probably are in use si

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-12-31 Thread Mario Marietto via rsync
to:rsync@lists.samba.org > > <mailto:rsync@lists.samba.org>> > > > <mailto:rsync@lists.samba.org <mailto:rsync@lists.samba.org> > > <mailto:rsync@lists.samba.org <mailto:rsync@lists.samba.org>>> > &g

Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
Hello to everyone. I'm copying a large file from a NTFS formatted disk to another one,UFS/FreeBSD disk,both are removable disks attached to the USB 3 port. The file is 200 GB large and it is copied very slowly. Why it is so slow ? I don't know where to store my virtual machines. I tried to save

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
f time. Thanks very much. > > > > Il giorno dom 28 nov 2021 alle ore 20:43 Kevin Korb via rsync > > mailto:rsync@lists.samba.org>> ha scritto: > > > > rsync is terribly slow at local copies. Also, it doesn't do its > normal > > optimizing (see --who

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
s were >> > all network/ parallel file systems. >> > Harry >> > >> > On Sun, Nov 28, 2021, 11:43 AM Kevin Korb via rsync >> > mailto:rsync@lists.samba.org>> wrote: >> > >> > rsync is terribly slow at local copies. Also, it doesn't do it

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
> <mailto:rsync@lists.samba.org <mailto:rsync@lists.samba.org>>>> ha > > > scritto: > > > > > > > > rsync is terribly slow at local copies. Also, it > > doesn't do > > >

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
ems ? Works > wonderfully for me on Linux (for over a decade) and also very well on fbsd. > > > On Sun, Nov 28, 2021, 15:21 Mario Marietto via rsync < > rsync@lists.samba.org> wrote: > >> I think that I will fire up a bhyve vm where I will attach the folder >> wher

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
to:rsync@lists.samba.org>>> ha > > scritto: > > > > > > rsync is terribly slow at local copies. Also, it doesn't do > > its normal > > > optimizing (see --whole-file). Just use cp. > > > > > > On 11/28/21 1

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
you just copy it with SCP, NFS, or > SMB? > > On Sun, Nov 28, 2021 at 12:39 Mario Marietto via rsync < > rsync@lists.samba.org> wrote: > >> Hello to everyone. >> >> I'm copying a large file from a NTFS formatted disk to another >> one,UFS/FreeBSD disk,bot

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Mario Marietto via rsync
't do its normal > optimizing (see --whole-file). Just use cp. > > On 11/28/21 13:38, Mario Marietto via rsync wrote: > > Hello to everyone. > > > > I'm copying a large file from a NTFS formatted disk to another > > one,UFS/FreeBSD disk,both are removable disks attac

rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)

2023-06-28 Thread Mario Marietto via rsync
Hello rsync users, I'm trying to copy every file which belongs to my Ubuntu 23.04 installation (stored on an ext4 fs to a ZFS storage disk. The command that I've used is : # rsync -avxHAX * /mnt/zroot2/zroot2/OS/Linux/EVO sending incremental file list rsync: [generator] set_acl:

Re: rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)

2023-06-28 Thread Mario Marietto via rsync
Maybe the solution is explained here : https://serverfault.com/questions/1110536/rsync-operation-not-supported-errors-for-acl-on-zfs/1110537#1110537 I tried to do something like this: zpool import -f -R /mnt/zroot2 zroot2 zfs set acltype=posixacl zroot2/ROOT why zroot2/ROOT ? because : # zfs