https://github.com/chugeno/free-write-ntfs-on-mac
This project aims to enable writing to NTFS disks on macOS using NTFS-3G and MacPorts.
https://github.com/chugeno/free-write-ntfs-on-mac
macos macports ntfs-3g ntfs-driver
Last synced: 3 months ago
JSON representation
This project aims to enable writing to NTFS disks on macOS using NTFS-3G and MacPorts.
- Host: GitHub
- URL: https://github.com/chugeno/free-write-ntfs-on-mac
- Owner: Chugeno
- Created: 2024-12-14T12:08:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T00:51:19.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:21:14.006Z (over 1 year ago)
- Topics: macos, macports, ntfs-3g, ntfs-driver
- Language: Shell
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.md
Awesome Lists containing this project
README
# VERSIÓN 2.1 - Instalación Automática y Montaje de Discos NTFS en macOS 🚀
¡Bienvenido a la versión 2.1 de este script! 🎉 Esta actualización automatiza el proceso de instalación de lo necesario para habilitar la escritura en discos NTFS en macOS.
## Pasos Rápidos para Comenzar
1. **Ejecutar el script de instalación:**
```bash
bash install_ntfs.sh
```
2. **Configurar Sudoers:** Permite que el script se ejecute sin solicitar contraseña. (Reemplaza `tu_usuario` con tu nombre de usuario.)
```bash
sudo visudo -f /private/etc/sudoers.d/tu_usuario
```
- Agrega la siguiente línea al archivo:
```
tu_usuario ALL=(ALL) NOPASSWD: /opt/local/bin/ntfs-3g
```
- Guarda y sal del editor.
- Cambia los permisos del archivo:
```bash
sudo chmod 0440 /private/etc/sudoers.d/tu_usuario
```
3. **Edita el script en `Automator`.**
## Tutorial Completo
Puedes ver instrucciones detalladas [aquí](./instalacion_automatica.es.md)
O si prefieres una instalación manual, consulta [aquí](./instalacion_manual.es.md).
## ¡Colabora! ☕
Si este proyecto te ha sido útil, considera apoyarlo:
- [Buy Me a Coffee](http://buymeacoffee.com/chugeno)
- [Mercado Pago](http://link.mercadopago.com.ar/eugenioazurmendi)
### Versión en Inglés
To read the README in English, click [here](README.md).
¡Gracias por tu apoyo y disfruta de la escritura en tus discos NTFS! 😊