October 12, 20214 yr Hello All, I followed the instructions from (https://wiki.unraid.net/File_System_Conversion). At step #8 After runnning rsync, I saw this error at the end of the process: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3] I moved on to step #9 and during that preocess i saw a lot of errors like these: rsync: [sender] get_xattr_data: lgetxattr("/mnt/disk6/Software/Software/Raspberry Pi/OSMC/iptv/iptv.m3u","user.com.apple.TextEncoding",15) failed: Input/output error (5) rsync: [sender] get_xattr_data: lgetxattr("/mnt/disk6/Software/Software/Raspberry Pi/OSMC/iptv/old/uk-english.m3u","user.com.apple.TextEncoding",15) failed: Input/output error (5) rsync: [sender] get_xattr_data: lgetxattr("/mnt/disk6/Software/Software/Raspberry Pi/OSMC/iptv/old/usalive.m3u","user.com.apple.TextEncoding",15) failed: Input/output error (5) rsync: [sender] get_xattr_data: lgetxattr("/mnt/disk6/Software/Software/Raspberry Pi/OSMC/iptv/old/iptv.m3u","user.com.apple.TextEncoding",15) failed: Input/output error (5) I continued going through the remaining steps up to #16 Then I went on to check the files mentioned in the errors and realized that they were not copied over to the swap drive. So I used mc to copy them over manually. I also noticed that there was at lead one file that was not copied to the swap drive but it was not mentioned in the rsync log. I'm not sure if this is the case for any other files. I checked a few files that were more important and did not find any missing files (yet). Looking at some lines in the syslog, I saw some lines like these: Oct 12 07:31:19 Tower kernel: REISERFS warning (device md1): jdm-20002 reiserfs_xattr_get: Invalid hash for xattr (user.com.apple.metadata:kMDItemScreenCaptureType) associated with [67429 67460 0x0 SD] Oct 12 07:31:24 Tower kernel: REISERFS warning (device md1): jdm-20002 reiserfs_xattr_get: Invalid hash for xattr (user.com.apple.metadata:kMDItemWhereFroms) associated with [208526 592879 0x0 SD] Oct 12 07:44:56 Tower kernel: REISERFS warning (device md1): jdm-20002 reiserfs_xattr_get: Invalid hash for xattr (user.com.apple.TextEncoding) associated with [592018 592025 0x0 SD] Oct 12 08:07:13 Tower kernel: REISERFS warning (device md1): jdm-20002 reiserfs_xattr_get: Invalid hash for xattr (user.com.apple.quarantine) associated with [677527 857126 0x0 SD] I figured I should ask at this point before I continue to #17 and #18 Questions: What does these errors indicate concerning drives, etc.? How can I fix these error? Is there something I should do now to avoid future issues before continuing to #17 and #18? Thanks
October 18, 20214 yr Hi there, Please reply to this thread and attach your system diagnostics. These can be obtained from the Tools > Diagnostics page. All the best, Jon
October 18, 20214 yr Author Thank You @jonp, The attached diagnostics file named "tower-diagnostics-20211012-0908" was after my initial post of this issue. The files named "tower-diagnostics-20211018-1027" was done today after another attempt of conversion over this weekend of another set of drives but got same type of errors. tower-diagnostics-20211012-0908.zip tower-diagnostics-20211018-1027.zip
October 20, 20214 yr Author It seems like the rsync -X option is preventing the files from being copied. When I remove that option, the files are copied. But when I run the command with -rcvPX, I still get the error. How important is the -X option in this process? Do I need keep the -X option in order for the File System Conversion to work properly and keep the parity valid?
October 20, 20214 yr Community Expert rsync -X copies the extended attributes, resiserfs has issues with those.
October 20, 20214 yr Author The only reason I used -X is because it was in the code used in this guide ( https://wiki.unraid.net/File_System_Conversion ). Can I exclude -X from the commands so that I can continue the process (without causing any parity issues)? I just want to make sure that I don't get any problems with files later and the parity remains valid.
October 20, 20214 yr Community Expert 7 minutes ago, TekDRu said: Can I exclude -X from the commands so that I can continue the process (without causing any parity issues)? Yep.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.