LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-27-2024, 12:50 AM   #1
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Rep: Reputation: Disabled
rsync fails on backup to ext4 external disk


On KDE Plasma, I used a WD external drive with NTFS file format, but at some point the HP probook laptop refused to mount that disk (I posted another query about it previously).

So, using the KDE partition Manager I formated it to ext4 format. Now my laptop is "Happy" and mounts the disk OK.

But when trying to execute the dayly backup script, the backup fails with the following errors (just part, there are more with same error)

Code:
rsync: [generator] symlink "/media/alexe/Elements/sat/grsync.desktop" -> "unsupported reparse tag 0xa000000c" failed: Operation not permitted (1)
rsync: [generator] symlink "/media/alexe/Elements/sat/kcm_kup.desktop" -> "unsupported reparse tag 0xa000000c" failed: Operation not permitted (1)
rsync: [generator] symlink "/media/alexe/Elements/sat/org.kde.ktimer.desktop" -> "unsupported reparse tag 0xa000000c" failed: Operation not permitted (1)
rsync: [generator] symlink "/media/alexe/Elements/sat/BondsandStocks/For_Ian_2021_22/SuperFund_21_22.xlsx" -> "unsupported reparse tag 0xa000000c" failed: Operation not permitted (1)
Any suggestion?
Thanks
 
Old 01-27-2024, 05:05 AM   #2
lvm_
Member
 
Registered: Jul 2020
Posts: 957

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Reparse tag is an NTFS thing https://learn.microsoft.com/en-us/op...a-2b9d423b1ee4 Are you quite sure it is not still NTFS? Anyhow, it looks like NTFS is still raising its ugly head in some way.
 
Old 01-27-2024, 02:36 PM   #3
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lvm_ View Post
Reparse tag is an NTFS thing https://learn.microsoft.com/en-us/op...a-2b9d423b1ee4 Are you quite sure it is not still NTFS? Anyhow, it looks like NTFS is still raising its ugly head in some way.
"Reparse"... All more than double dutch to me...
I am attaching a screen shot of what I have here

Onthe left column, the first item is the Internal storage device of my laptop
The 2nd item is the external disk, I have no idea why does it need the first partition at all and why is it in FAT file system. The actual storage itself is in ext4 as you can see, so:

1) Where can NTFS be hiding?
2) What if I delete the FAT partition, will the content of the disk be wiped?

Thank you
Attached Thumbnails
Click image for larger version

Name:	kde_aprt_amanager.jpg
Views:	18
Size:	15.5 KB
ID:	42477  
 
Old 01-27-2024, 02:45 PM   #4
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by lvm_ View Post
Reparse tag is an NTFS thing https://learn.microsoft.com/en-us/op...a-2b9d423b1ee4 Are you quite sure it is not still NTFS? Anyhow, it looks like NTFS is still raising its ugly head in some way.
"Reparse"... All more than double dutch to me...
I am attaching a screen shot of what I have here

Onthe left column, the first item is the Internal storage device of my laptop
The 2nd item is the external disk, I have no idea why does it need the first partition at all and why is it in FAT file system. The actual storage itself is in ext4 as you can see, so:

1) Where can NTFS be hiding?
2) What if I delete the FAT partition, will the content of the disk be wiped?

Thank you
Attached Thumbnails
Click image for larger version

Name:	prt_amanager.jpg
Views:	14
Size:	103.0 KB
ID:	42479  
 
Old 01-27-2024, 06:08 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,759

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
The actual storage filesystem is exFAT not ext4. You would still have permissions problems with exFAT as NTFS.
 
1 members found this post helpful.
Old 01-27-2024, 06:19 PM   #6
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
The actual storage filesystem is exFAT not ext4. You would still have permissions problems with exFAT as NTFS.
I used the TRASH option on the disk to completely wipe any previous content.
So, what file system type should I used once the trashing is done?

Many thanks
 
Old 01-27-2024, 06:43 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,759

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
ext4. Do you need compatibility with Windows?
 
Old 01-27-2024, 06:56 PM   #8
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
ext4. Do you need compatibility with Windows?
No Windows in my place for the past 4 years.
When the trash job finishes, I will set it to ext4.

Will report back

Cheers
 
Old 04-30-2024, 11:22 AM   #9
Nagesh_accord
LQ Newbie
 
Registered: Nov 2023
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by alex4buba View Post
No Windows in my place for the past 4 years.
When the trash job finishes, I will set it to ext4.

Will report back

Cheers
were you able to solve this issue?

Even I am facing some what similar issue when I am trying to copy data ( 112 gb) from my hard disk to USB 2.0 pend drive storage.
Also, the rsync command exits intermitently during the copy process, throwing error saying "write failed../... system.img.. file size too large.."

any idea how to fix this?

Should we format the pen drive with ext4 format before executing the rsync command.
 
Old 04-30-2024, 11:34 PM   #10
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,364

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
What size is that file ?
Most usb sticks come with FAT32 filesystem, which means a max individual filesize of 4 GB.
Try the 'mount' cmd to check.

You could re-format it to ext4 using mkfs.ext4 cmd eg https://hopeness.medium.com/master-t...de-a727c9a9e03
 
  


Reply

Tags
ext4, ntfs, rsync, symlink



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup (rsync) -> [E] Error: rsync: [sender] write error: Broken pipe (32) JZL240I-U Linux - Software 10 09-21-2021 11:49 AM
Backup to external usb disk with ext4 or ext3 is dead slow allidium Linux - Server 10 02-06-2013 02:04 AM
[SOLVED] rsync backup exclude directory discussion - from running OS on ext4 journaling part masuch Linux - General 7 03-08-2012 03:07 PM
[SOLVED] rsync fails in cron - ssh key prob for rsync? jonathansfl Linux - Server 6 12-09-2010 09:48 AM
LXer: Backup with rsync and rsync.net LXer Syndicated Linux News 0 09-14-2010 04:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration