Hello to everyone. I'm trying to copy all the system files of Rocky Linux 9 from within Ubuntu-2404-KDE6-Wayland vm to outside the vm,directly on the UFS fs of FreeBSD 14.2 using this command :
rsync -avxHAXP * /FreeBSD/compat/linux but I get a lot of errors : /include/config/.PINCTRL_ELKHARTLAKE.mj1Was","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_EMMITSBURG.fUespu","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_GEMINILAKE.eWf8zy","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_ICELAKE.PIZjNS","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_INTEL.7Is5uv","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_INTEL_PLATFORM.UMLTKS","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_JASPERLAKE.8f7TvP","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_LAKEFIELD.2pdW3O","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_LEWISBURG.4D0YDa","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/ rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_METEORPOINT.RHsXzi","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_SUNRISEPOINT.6LvQ0r","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINCTRL_TIGERLAKE.jbAuv5","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/FreeBSD/compat/linux/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64 /include/config/.PINMUX.V3wDEW","security.selinux") failed: Operation not supported (95) keep in consideration that Rocky Linux 9 is stored in a LVM2 volume. And I mounted this volume within the Ubuntu-2404-KDE6-Wayland system following this tutorial : https://superuser.com/questions/116617/how-to-mount-an-lvm-volume Instead,in FreeBSD I ran a bhyve vm using these bhyve parameters : bhyve-lin -S -c sockets=8,cores=1,threads=1 -m 8G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/zroot-133/bhyve/img/Linux/Ubuntu-2404-KDE6-Wayland.img,bootindex=1 \ -s 2,ahci-hd,/dev/nda0 \ -s 3,ahci-hd,/mnt/$vmdisk0'p2'/bhyve/img/Windows/11/Windows11.img \ -s 4,ahci-hd,/dev/$vmdisk5 \ -s 5,ahci-hd,/mnt/zroot-133/bhyve/img/Linux/Xubuntu-2404.img \ -s 11,hda,play=/dev/dsp,rec=/dev/dsp \ -s 13,virtio-net,tap4 \ -s 14,virtio-9p,sharename=/ \ -s 29,fbuf,tcp=0.0.0.0:5904,w=1600,h=950,wait \ -s 30,xhci,tablet \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:4 < /dev/null & sleep 5 && vncviewer 0:4 & As you can see I have shared the the two OS using this parameter in FreeBSD : -s 14,virtio-9p,sharename=/ \ and inside Linux I ran this command : mount -t 9p -o trans=virtio,version=9p2000.L,rw sharename /FreeBSD I would like to know if rsync is missing some parameter to be able to copy all the attributes that are inside the LVM2 / Rocky Linux 9 fs to be able to copy everything as is from the VM to the host OS (FreeSBD 14.2),thanks. -- Mario.
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html