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

Unable to search /System/Volumes/Data ? #8

Open
luckman212 opened this issue Mar 1, 2020 · 3 comments
Open

Unable to search /System/Volumes/Data ? #8

luckman212 opened this issue Mar 1, 2020 · 3 comments

Comments

@luckman212
Copy link

luckman212 commented Mar 1, 2020

Catalina 10.15.3

searchfs seems unable to search the r/w mountpoint where all user data is stored. Tried v0.3 from https://sveinbjorn.org/files/software/searchfs.zip as well as compiling from master - same result:

$ ./searchfs -l
/dev/disk1s5 (apfs): /
/dev/disk1s1 (apfs): /System/Volumes/Data
/dev/disk1s4 (apfs): /private/var/vm
/dev/disk2s2 (hfs ): /Volumes/TimeMachine

$ ./searchfs -v / USBDriverKit.framework$
/System/DriverKit/System/Library/Frameworks/USBDriverKit.framework
/System/Library/Frameworks/USBDriverKit.framework

$ ./searchfs -v /System/Volumes/Data foo
Not a volume mount point: /System/Volumes/Data

$ ./searchfs -v /dev/disk1s1 foo
Not a volume mount point: /System/Volumes/Data

Not sure if it matters, but I also tried granting the binary Full Disk Access, which did not make any difference. Am I doing something wrong?

@sveinbjornt
Copy link
Owner

I'm still running on Mojave so I'm not sure about how Catalina may have broken things. Will take a look at this issue as soon as I upgrade.

@decodism
Copy link

Same issue on Big Sur 11.1

@jevinskie
Copy link

Manually allow-listing /System/Volumes/Data in is_mount_path() seems to do the trick.

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

4 participants