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 mount my ext4 external drive with fuse-ext2 #38

Closed
Battant opened this issue Jun 11, 2016 · 4 comments
Closed

Unable to mount my ext4 external drive with fuse-ext2 #38

Battant opened this issue Jun 11, 2016 · 4 comments

Comments

@Battant
Copy link

Battant commented Jun 11, 2016

Hello,
problem :
seams a moment (probably since a update) my external heard drive could be mount by fuse-ext2

My configuration :

mac os 10.10.5
Fuse for osx 2.8,3

Whith fuse-ext2 0.0.7 I have this problem :

fuse-ext2 /dev/disk1 /Volumes/Sav_linux/ fuse-ext2: version:'0.0.7', fuse_version:'27' [main (../../fuse-ext2/fuse-ext2.c:324)] fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)] fuse-ext2: Error while trying to open /dev/disk1 (rc=13) [do_probe (../../fuse-ext2/do_probe.c:34)] fuse-ext2: Probe failed [main (../../fuse-ext2/fuse-ext2.c:340)]

the system don't try to mount the ext4 volume when i connet it

whith fuse-ext2 0.0.6 I have this problem :

the system try to mount the ext4 volume but show this error message

FUSE-EXT2 could not mount /dev/disk1s1
at /Volumes/Untitled because the following problem occurred:

fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)] fuse-ext2: Error while reading bitmaps (rc=2133571358) [do_probe (../../fuse-ext2/do_probe.c:39)] fuse-ext2: Probe failed [main (../../fuse-ext2/fuse-ext2.c:337)]

Could you help me please to fix thees issues ?

Thanks for your support

Best regards

Battant

@Battant
Copy link
Author

Battant commented Jun 27, 2016

Hello,

Now when I try to mount my ext4 external device on os 10.10.5, with ext-fuse-xt2 0.0.7, I get this error
sudo mount -t fuse-ext2 /dev/disk1 /Volumes/Sav_linux/
63:92: execution error: SystemUIServer got an error: AppleEvent timed out. (-1712)
An this alert message

FUSE-EXT2 could not mount /dev/disk1
at /Volumes/Sav_linux because the following problem occurred:

fuse-ext2: version:'0.0.7', fuse_version:'27' [main (../../fuse-ext2/fuse-ext2.c:324)]
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]
fuse-ext2: Error while trying to open /dev/disk1 (rc=13) [do_probe (../../fuse-ext2/do_probe.c:34)]
fuse-ext2: Probe failed [main (../../fuse-ext2/fuse-ext2.c:340)

Could you help me please to fix this issue

Best regards

Battant

@IlPum
Copy link

IlPum commented Jan 23, 2017

juljul-i:Volumes ilpumconsultingservice$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *250.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS IlPum 249.2 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: fuse-ext2-0.0.7 *1.0 MB disk1

@srd424
Copy link

srd424 commented Jul 17, 2019

Did this get fixed? Just seen it trying to access an ext4 image .. using whatever ancient version is in Ubuntu (0.4-1.1ubuntu0.18.04.1) ..

@srd424
Copy link

srd424 commented Jul 17, 2019

Looking at it, do_probe tries to open the image with EXT2_FLAG_RW regardless of whether rw mode is requested?

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