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

"No such file or directory" #991

Closed
o7-machinehum opened this issue Dec 9, 2023 · 1 comment
Closed

"No such file or directory" #991

o7-machinehum opened this issue Dec 9, 2023 · 1 comment
Assignees
Labels

Comments

@o7-machinehum
Copy link

I'm having issues mounting an ext4 filesystem. It's an m2 MacBook pro 13.0 (22A8380)

machinehum@Walkers-MacBook-Pro marketing % sudo mount -t fuse-ext2 /dev/disk4s1 ~/mnt 
Password:
mount: exec /Library/Filesystems/fuse-ext2.fs/Contents/Resources/mount_fuse-ext2 for /Users/machinehum/mnt: No such file or directory
mount: /Users/machinehum/mnt failed with 72
machinehum@Walkers-MacBook-Pro marketing % ls ~/mnt 
machinehum@Walkers-MacBook-Pro marketing % file ~/mnt 
/Users/machinehum/mnt: directory
machinehum@Walkers-MacBook-Pro marketing % 
@bfleischer bfleischer self-assigned this Jan 1, 2024
@bfleischer
Copy link
Member

FUSE file systems are usually mounted by invoking the file system's binary instead of using the system-wide mount command. Please refer to the fuse-ext2 documentation.

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

No branches or pull requests

2 participants