Regístrate gratis para participar de los foros, o si ya estás registrado haz login.
| comentario del autor | Sab Oct 28, 2006 12:51 am |
|
Acá les dejo los sencillos pasos de instalación:
Requiere de la librería FUSE: http://prdownloads.sourceforge.net/fuse/fuse-2.6.0.tar.gz Se instala por medio de: Código:$ sudo tar xzvf fuse-2.6.0.tar.gz
Posteriormente instalamos el programita que nos permite acceder completamente a cualquier sistema con NTFS: ntfs-3g http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070920-BETA.tgz Procedemos a su instalación: Código:$ sudo tar xzvf ntfs-3g-*
Como usarlo: Código:$ sudo modprobe fuse
Listo, tenemos nuestra partición NTFS para hacer lo que se nos antoje y si queremos cargarla al inicio solo editamos fstab en /etc agregando ésta línea; Código:/dev/hda1 /media/windows ntfs-3g defaults,locale=es_AR.utf8 0 0
Para desmontarla: Código:# fusermount -u /media/windows
Funciona 100% bien, lo comprobé en mis dos distribuciones Linux. Saludos. Ultima edición por El-NoXa el Jue Ene 25, 2007 1:51 am, editado 1 vez |
|
| asistió a la solución | Dom Nov 05, 2006 11:17 pm |
|
Hola Noxa estoy haciendo este how to y cuando bajo el paquete ntfs-3g-20070920-BETA.tgz lo descomprimo y todo bien pero luego cuando le doy la orden "sudo ./configure --prefix/=usr" empieza a compilar y me tira el siguiente error "configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details." y no lo compila. La parte de fuse la compilo perfectamente, uso kubuntu 6.06, espero tu ayuda y gracias |
|
| asistió a la solución | Dom Nov 05, 2006 11:39 pm |
|
Listo No-Xa me faltaban unos paquetes de gcc ya lo instale y anda de maravillas se lo recomiendo a todos
|
|
| asistió a la solución | Lun Nov 20, 2006 1:21 am |
|
Hola, tengo el mismo problema, me faltan esos paquetes de gcc... como los puedo bajar e instalar.???
Gracias |
|
| comentario del autor | Lun Nov 27, 2006 12:30 am |
|
Cualquier problema que tengan de dependencias abren un post nuevo en éste foro y lo publican.
Problemas que NO entren en éste hilo o traten de otra cosa, LOS ELIMINO, piensen bien que van a postear. Este howto tiene otro propósito, así que ajústense a él sino cierro el tema. Gracias por entender. |
|
| asistió a la solución | Mie Feb 21, 2007 1:21 am |
|
que comando tengo uqe poner para acceder a la particion ntfs con cualquier usuario?
Saludos |
|
| comentario del autor | Jue Feb 22, 2007 3:27 pm |
qjuanjo escribió:que comando tengo uqe poner para acceder a la particion ntfs con cualquier usuario? Para darle los permisos a los users que quieras podés editar sudoers. usuario ALL= NOPASSWD: /usr/bin/ntfs-3g usuario ALL= NOPASSWD: /usr/bin/fusermount Si querés montarla al inicio editás fstab añadiendo: /dev/hda1 /media/windows ntfs-3g defaults 0 0 También tenés que añadir a /etc/modules el módulo fuse. |
|
| asistió a la solución | Lun Feb 26, 2007 2:28 am |
|
Encontre esto en internet y me parecio compado e interesante (para principiantes) ademas de la manera clasica de montar particiones ntfs, hay una que es automatica y de manera grafica.
Saludos. QJuanJO HOWTO: NTFS with read/write support using the ntfs-3g (easy & safe method) 1. Set up your sources : To get the latest ntfs-3g, you will need first to add a repository to your source.list. Open a terminal and type: Code: gksu gedit /etc/apt/sources.list At the end of the file, just add one of the following mirror: Warning : This repo don't contain amd64 packages. See at the end the amd64 section for more informations. For DAPPER : Code: deb http://givre.cabspace.com/ubuntu/ dapper main main-all deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all deb http://flomertens.keo.in/ubuntu/ dapper main main-all For EDGY : Code: deb http://givre.cabspace.com/ubuntu/ edgy main main-all deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all deb http://flomertens.keo.in/ubuntu/ edgy main main-all The main channel contains the latest ntfs-3g package and an up to date fuse package. The main-all channel contains modified and unofficial version of pmount and hal (only for dapper) to have a better integration of ntfs-3g in the desktop, and to be able to use ntfs-3g with external device. It also provide a configuration tool, ntfs-config. If you want to configure your system manually and don't need integration in gnome or kde, you can disable this channel. 2. Installation : Packages of my repository are authenticated with a gpg key. To use it, you should execute the following command : Code: wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add - First, upgrade your system : Code: sudo apt-get update sudo apt-get upgrade Now you have the choice between an automatic configuration (via ntfs-config) or a manual configuration. If you go for the automatic, install ntfs-config. It will automaticly install ntfs-3g : Code: sudo apt-get install ntfs-config If you go for the manual, just install ntfs-3g : Code: sudo apt-get install ntfs-3g And now follow the good configuration method : 3. Automatic Configuration : Well, it's rather easy. Just launch ntfs-config via the menu (in system tools) or via the terminal : Code: gksu ntfs-config If your NTFS partitions are not yet configure, it will ask you to choose a name that will be use as mount point. Just put the name you want. Then just enable write support for internal and/or external device, and that's all. 3(bis). Manual Configuration : When all is install correctly, we need to configure the NTFS partition to be mount by ntfs-3g. External device are automatically configure when plug, so you don't need to do this part for them. To know first the name of your NTFS partition, type in a terminal: Code: sudo fdisk -l | grep NTFS you will see in the first colone, the name of your NTFS partition(s). Now you need to configure them in /etc/fstab. We will also make a backup of this file. In a terminal, type: Code: sudo cp /etc/fstab /etc/fstab.bak gksu gedit /etc/fstab locate the line of your NTFS partition. If they are there, just change them so it looks like that: Code: /dev/<your partition> /media/<mount point> ntfs-3g defaults,locale=en_US.utf8 0 0 (of course replace <your partition> & <mount point> by your configuration) If your partition is not there, you'll have to first create a directory where you would like to mount it : Code: sudo mkdir /media/<the name you want> and add a line at the end of the file like the one above. Tips: You can change your locale option ( for ex locale=fr_FR.utf8 ). Execute 'locale -a' in a terminal to know which one are supported by your system. Tips2: If you want to now more about the option available, have a look at 'man ntfs-3g' Now remount all your drive Code: sudo umount /dev/<your partition> sudo mount -a or simply reboot. 4. Time to start : Now some important point, - Before using it, have a look at the WHAT YOU COULDN'T DO category. - Report every problem you have to install it or configure it here, I'll reply you (i reply to every post ). - Report every little problem you can found using it here. You shouldn't encounter one normaly, but it's still a beta product. - Look at the COMMON PROBLEM section before asking. 5.(optional) For own compile kernel If you have compile your own kernel (not from the repo), fuse is probably not implemented. To check that: Code: modprobe -l fuse If it return nothing, you will need to compile it yourself. Install the source: Code: sudo apt-get install fuse-source and have a look at /usr/share/doc/fuse-source/README.Debian to know how to compile it. 6. For amd64 users : My repo don't contain amd64 packages so to use ntfs-3g for this arch. For dapper, you'll have to complile the needed package yourself with those instructions This will replace step 1 and 2, you'll have then to follow step 3 and 4. For edgy, ntfs-3g is in universe, so you'll not need my repo, but to use NTFS external device, you'll need a modified version of pmount that i provide in my repo. To install it, follow those instructions WHAT YOU COULDN'T DO : The present limitations of this driver are - access to encrypted files - writing compressed files (reading is ok) - change file ownership and access right COMMON PROBLEM : * The gnome Trash don't support neither ntfs filesystem nor fat32 filesystem, so when you delete files with nautilus, they don't go in the trash, but in an hidden directory, at the root of the partition, call .Trash-<username>. So to 'empty the trash', you'll have to show hidden files (<Ctrl><H>) and use the suppr function of nautilus on this directory (<Shift><Suppr>) * Checking manually your partition in windows, chkdsk can report the bellow message : Cleaning up N unused index entries from index $SII of file 0x9. Cleaning up N unused index entries from index $SDH of file 0x9. Cleaning up N unused security descriptors. These messages are part of an optimization process which is completely independent of ntfs-3g. Nothing to worry about them. * If your external device don't show up on the desktop when plug, that could mean that it fails because of a wrong configuration, or an unclean device. To know what is the problem, you should mount it using the terminal, with : Code: pmount-hal /dev/sda1 Of course, replace /dev/sda1 by the name of your partition. Post a message here if you don't know what to do. * If your internal device is not mounted at boot time, try in a terminal : Code: sudo mount -a |
|
| asistió a la solución | Lun Feb 26, 2007 5:11 am |
|
necesito este paquete ay no habre la web k dejo noxa
http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070920-BETA.tgz |
|
| asistió a la solución | Lun Feb 26, 2007 5:15 am |
|
|
|
| comentario del autor | Lun Feb 26, 2007 1:42 pm |
|
Bajo Fedora Core 6 se instala con yum.
Código:# yum install ntfs-3g
|
|
| asistió a la solución | Sab May 05, 2007 9:17 pm |
|
NoXa, este link proporcionado no funciona:http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070920-BETA.tgz, al igual que el proporcionado por quanjo, ninguno de los dos funciona....!!!!?????
|
|
| asistió a la solución | Lun May 07, 2007 11:47 am |
|
|
|
|
|
|