Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device not configured (6) error #447

Open
magnusja opened this issue Jan 16, 2023 · 2 comments
Open

Device not configured (6) error #447

magnusja opened this issue Jan 16, 2023 · 2 comments

Comments

@magnusja
Copy link

Backing up ~150GB of data using rsync.

Expected Behavior

Process exists successfully

Actual Behavior

Photos XXXXXE/E4E73C46-4CD0-4853-884E-A3F43B52706C.mp4
         32.77K   0%  132.23kB/s    0:02:34  rsync: [generator] readdir("**** XXXXXF"): Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F004B750-A719-4D0F-B7F1-D3D4BF594E60.jpeg": Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F005980D-BE96-49FC-A88F-914A649F74B3.jpeg": Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F006A248-AD1C-4D33-A649-9563C778CFE0.png": Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F006EB1D-1DE4-4AD1-9966-159B5AFFE3AA.jpeg": Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F008A424-4793-45ED-B6BC-6E89B8160AF6.png": Device not configured (6)
rsync: [generator] recv_generator: failed to stat "**** XXXXXF/F0098349-476D-484F-A7E5-DE7297568515.png": Device not configured (6)
........
rsync: [receiver] write failed on "*******/originals/E/E4E73C46-4CD0-4853-884E-A3F43B52706C.mp4": Socket is not connected (57)
rsync: [receiver] stat "*******/originals/E/.E4E73C46-4CD0-4853-884E-A3F43B52706C.mp4.LdHWYU" failed: Device not configured (6)
rsync: [receiver] rename "*******/originals/E/.E4E73C46-4CD0-4853-884E-A3F43B52706C.mp4.LdHWYU" -> "******/originals/E/E4E73C46-4CD0-4853-884E-A3F43B52706C.mp4": Device not configured (6)
rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.2.7]

rsync: [sender] write error: Broken pipe (32)
rsync error: error in file IO (code 11) at io.c(848) [sender=3.2.7]

When trying to open mount again

open /Users/magnus/Volumes/asd
LSOpenURLsWithRole() failed with error -36 for the file /Users/magnus/Volumes/asd.

Steps to Reproduce the Problem

  1. Mount using cryfs
  2. copy using rsync
  3. done

Specifications

  • CryFS Version: 0.11.3
  • Operating System (incl. Version): macOS 10.15.7 (19H2026)
  • macFuse: 4.4.1
@smessmer
Copy link
Member

smessmer commented Jun 19, 2023

Can you run cryfs in debug mode (cryfs -o -d -f [basedir] [mountdir]) and see if it reports any errors? The errors you've posted are from rsync's error logs, not from cryfs.

@magnusja
Copy link
Author

Sorry I moved away from cryfs. Unfortunately it is more than just painfully slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants