Entrada rápida para no olvidar lo que me ha costado días encontrar.
Si necesitas acceder a un disco duro con particiones en formato ext2 o ext3 (típicos de GNU/Linux) necesitarás:
Crear una carpeta para la particion en /Volumes:
sudo mkdir /Volumes/midisco
Montar la partición (puedes ver cómo se llama con disktool -l)
sudo /usr/local/bin/fuse-ext2 /dev/nombredeldisco /Volumes/midisco/ -o force
Si como a mi esto os lo montaba y no os dejaba escribir, tendréis que modificar un archivo de fuse-ext2, por lo que lo abrimos con un editor de textos y buscamos la función Mount().
sudo vim /System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util
La función Mount() debería tener lo siguiente:
OPTIONS="auto_xattr,defer_permissions,rw+"
Expulsad y volved a montar el disco.
Fuentes: ericwingate.com y gearhack.com





1 comentario recibidos
01/05/2011 @7:13
gracias muchas gracias lo he andado buskando y me ha servido de maravilla, aki pongo una solution para los k no han hecho arreglar o montar su linux partition.
this is a solution for all the people who cant make thid method work,follow these steps : 1.download macfuse (search google).2. download fuse ext2 0.0.5.dmg(this version was the only one that works for me).3.install first macfuse then fuse ext, in that order, after the installation of these packages ,just plug by usb (mine is conected by usb external hard drive, here its where my linux partition its installed). i never use terminal or any command, simply when i connect my external hard drive, the finder opens and display the documents of my disks3 partition(ext3),now i just drag and drop to my desk the files i want to save. by the way im running on snow leopard 10.6.3
Deja un comentario